View Single Post
  #6 (permalink)  
Old 09-25-2006, 11:50 AM
igorad's Avatar
igorad igorad is offline
Senior Member
 
Join Date: Oct 2005
Location: Ukraine
Posts: 829
igorad is on a distinguished road
Hi,

Try to test indicator with different code of this line:

ExtMapBuffer[x] = iMAOnArray(vect, 0, p, 0, method, x);

or you can change to it:

ExtMapBuffer[x] = NormalizeDouble(iMAOnArray(vect, 0, p, 0, method, x),Digits);
or
ExtMapBuffer[x] = NormalizeDouble(iMAOnArray(vect, 0, p, 0, method, x),Digits+1);

Look on changes especially on small TF.

Igor
__________________
Let's improve trade skills together
http://finance.groups.yahoo.com/group/TrendLaboratory
Reply With Quote