Hello,
I have an EFS script where I want to determine the stochastic situation for a different interval. How would I do that?
For example, if I am viewing a 3-min chart, I'd like to know the stochastic direction on the 5-min and the 30-min interval.
When you load the stochastic study, I don't see how so specify the interval in any way: var studyStoch = new GetStochStudy( 14, 3, 3 );
Thanks!
Daniel
I have an EFS script where I want to determine the stochastic situation for a different interval. How would I do that?
For example, if I am viewing a 3-min chart, I'd like to know the stochastic direction on the 5-min and the 30-min interval.
When you load the stochastic study, I don't see how so specify the interval in any way: var studyStoch = new GetStochStudy( 14, 3, 3 );
Thanks!
Daniel
Comment