
06-24-2007, 10:50 AM
|
|
Junior Member
|
|
Join Date: Mar 2007
Posts: 17
|
|
I know that.
I changed that.
Quote:
Originally Posted by nittany1
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;
|
|