View Single Post
  #363 (permalink)  
Old 08-17-2007, 01:05 PM
HugoGon HugoGon is offline
Junior Member
 
Join Date: Nov 2005
Posts: 14
HugoGon is on a distinguished road
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);
Thanks thats it !!!
Reply With Quote