Quote:
|
Originally Posted by ValeoFX
Newdigital, I just have AbsoluteStrength_v1(1).1.mq4 and as a result the colours don't change when I use either No.1 or No.5.mq4. Would you mind sending / posting the one you refer to for me? Thanks very much.
|
No.1 is using AbsoluteStrength_v1 (exact name of the indicator). Name of the indicator was coded inside the No.1:
Code:
double f1u = iCustom(Symbol(),0,"AbsoluteStrength_v1",Mode,Length,Smooth,Signal,Price,ModeMA,0,i);//up
double f2u = iCustom(Symbol(),0,"AbsoluteStrength_v1",Mode,Length,Smooth,Signal,Price,ModeMA,0,i+1);//up
double f3u = iCustom(Symbol(),0,"AbsoluteStrength_v1",Mode,Length,Smooth,Signal,Price,ModeMA,0,i+2);//up
No.5 is using AbsoluteStrength_v1 as well.
No.2 is using RSIFilter_v1 and AbsoluteStrength_v1.
No.3: RSIFilter_v1.
No.4: RSIFilter_v1 and ATR ratio.
No.6: RSIFilter_v1 and AbsoluteStrength_v1.
It should be exact name of the indicator because the name of the indicator is coded inside No.1 and so on.