4. As we can choose the indicators for direction and filter we may select the settings of the indicators. I think the settings are the same with all the versions:
Code:
// parameters for MACD and OsMA
int DirectionFastEMA = 12, DirectionSlowEMA = 26, DirectionSignal = 9;
// parameters for iWPR and iForce indicators
int WilliamsP = 24, WilliamsL = -75, WilliamsH = -25;
int ForceP = 2;]
Nobody changed it. But we may change in the code. It's no problem.