Quote:
|
Originally Posted by igorad
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
P.S. I have problem, because can't attach file.
|
Beluck re-wrote the NRTR indicator. He said that original NRTR was mistaken. And he re-wrote some other indicator, fixed something and added the other indicators.