Registered User Joined: 5/27/2014 Posts: 3
|
Hi
I want to write a real code of %D for example %K stoc 9.3 %D 3
how to write this? thx
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
One way to write this would be as follows.
Plot = Price.Stochastics(9,3).AVG(3)
-Bruce Personal Criteria Formulas TC2000 Support Articles
|