1 (edited by alessandromagno 2015-08-24 16:24:26)

Topic: Stochastic K line problem

Hi guys i'm trying to create a strategy where it BUYs when the K line of stoch is below 20 level. In the editor the only stoch functions similar to this is for D line. How can i get it for K line?

Thank you!

Re: Stochastic K line problem

It's not a problem. Set the periods of the Fast %D and the Slow %D  to be equal to 1 and you'll receive %K = %D. Then you can use the logic rule for %D is below 20;

http://s22.postimg.org/c3p0nqc7x/screenshot_1152.jpg

http://s22.postimg.org/iq73364il/screenshot_1151.jpg

Re: Stochastic K line problem

Thank you Popov, nice idea!!