Quote:
Originally Posted by 200
Just like the show of DIGISTOCH.mq4. It seems that DIGISTOCH.mq4 is a MTF stoch bars indicator. But see the arrows, their values are different. So I think maybe DIGISTOCH.mq4 is not the one I want or there is something wrong.
Thanks
|
You can change the %K, %D and Slowing if you like, the programmer made it changeable.
When you attach the indicator to your currency pair instead of hitting "OK" right away, single click the "Inputs" tab and you'll see where you can change it if you like. Default is 8,3,3 but you can change it to 5,3,3 or whatever else you want to.
See he did it here:
Code:
extern int K_period = 8;
extern int D_period = 3;
extern int S_period = 3;