|
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
|