View Single Post
  #364 (permalink)  
Old 08-17-2007, 01:08 PM
mladen's Avatar
mladen mladen is online now
Senior Member
 
Join Date: Oct 2006
Posts: 1,277
mladen 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!
Quote:
Originally Posted by InTrance View Post
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 View Post
Thanks thats it !!!
Obviously it is friday
Reply With Quote