View Single Post
  #362 (permalink)  
Old 08-17-2007, 12:50 PM
InTrance InTrance is offline
Senior Member
 
Join Date: Apr 2006
Posts: 158
InTrance is on a distinguished road
Quote:
Originally Posted by HugoGon View Post
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);
Reply With Quote