Quote:
Originally Posted by HugoGon
Thanks CodeGuru this indicator saved my life!
Ive got one question is it possible to add the capability to SHIFT = -1
in other words reduce the Whipsaw of this indicator!
Many thanks!
|
Change
buffer[i] = iCustom(NULL,TimeFrame,"T3MA",MA_Period,T3MA_Volum eFactor,0,i);
to
buffer[i] = iCustom(NULL,TimeFrame,"T3MA",MA_Period,T3MA_Volum eFactor,0,
i+1);