View Single Post
  #3 (permalink)  
Old 06-24-2007, 08:07 AM
nittany1's Avatar
nittany1 nittany1 is offline
Senior Member
 
Join Date: Dec 2006
Location: Sarasota, FL
Posts: 207
nittany1 is on a distinguished road
Quote:
Originally Posted by 200 View Post
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;
__________________
The best things in life come from open source development.
Myspace Facebook My Indicators: Trade Assistant Trend Friend ToR CCI Helper
Holder of US Patent 6,774,788
Reply With Quote