
08-17-2007, 01:08 PM
|
 |
Senior Member
|
|
Join Date: Oct 2006
Posts: 1,277
|
|
|
??????
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!
|
Quote:
Originally Posted by InTrance
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);
|
Quote:
Originally Posted by HugoGon
Thanks thats it !!!
|
Obviously it is friday
 
|