|
Hi,
Yes, certainly, I can put my evaluation here.
And still, almost in all versions NRTR and NRTR WATR there is a same mistake in the formulas:
Instead of value=price*(1-dK) (for Up trend) and value=price*(1+dK) (for Down trend) there should be value=price-dK and value=price+dK accordingly.
dK is not coefficient, it is an average HiLo range.
In this case if (Close[i]>10) dK=dK/100.0; loses sense.
Igor
Last edited by igorad : 01-16-2006 at 08:40 AM.
|