|
May be.
I know that brokers' data are different on high/low more than on close bar. It may be 1 or 3 bars on the close bar but it may be much more for high/low.
I can not read the code easy and i did not found any "high/low" inside:
price[i] = iMA(NULL,0,1,0,MODE_SMA,Price,shift+i);
So mode is SMA and price is close by default.
I think Igorad may answer this question.
All that I know that he developed this indicator for the long time (we communicated by pm) and it was really hard work to program this indicator starting from original idea up to the 4th version of the indicator.
Last edited by newdigital; 06-24-2006 at 09:36 AM.
|