Welcome Guest, please sign in to participate in a discussion. | Search | Active Topics | |
Gold Customer
Joined: 2/8/2005 Posts: 17
|
Do you have a formula to enable us to test the above? It is his Know Sure Thing indicator. It may prove useful. You can check his site (removed by Moderator)for further details
Many thanks Petrus
|
|
Worden Trainer
Joined: 10/1/2004 Posts: 18,819
|
I did some research and found some vague descriptions of the KST. Plot each one below as seperate custom indicator and let me know if either is close:
(Mov(Roc(C,10,%),10,S)*1) + (Mov(Roc(C,15,%),10,S)*2) + (Mov(Roc (C,20,%),10,S)*3) + (Mov(Roc(C,30,%),15,S)*4)
(AVGC10-AVGC10.10)+ ((AVGC10-AVGC10.15)*2)+((AVGC10-AVGC10.20)*3)+ ((AVGC10-AVGC10.30)*4)
OR
((AVGC10-AVGC10.10)/AVGC10.10)+ (((AVGC10-AVGC10.15)/AVGC10.15)*2)+(((AVGC10-AVGC10.20)/AVGC10.20)*3)+ (((AVGC10-AVGC10.30)/AVGC10.30)*4)
- Craig Here to Help!
|
|
Gold Customer
Joined: 2/8/2005 Posts: 17
|
Dear Craig Thanks very much for the above. I have been away from my pc so only saw your note recently. I have tested the second and third formulas, butn there appears to be a syntax error in the first, according to the note I get.
The other two seem to call turning points with a reasonable degree of accuracy, on most stocks.
Petrus.
|
|
Worden Trainer
Joined: 10/1/2004 Posts: 18,819
|
The first one is not a functional PCF. I only put it up as the template that the other two are based on. I am glad they are close to what you were looking for!
- Craig Here to Help!
|
|
Registered User Joined: 5/1/2011 Posts: 38
|
thanks Craig: where ever you are, 6 years later
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
The Pring's KST indicator topic has a larger collections of formulas.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Guest-1 |