Thread: ASCTrend system
View Single Post
  #16 (permalink)  
Old 01-16-2006, 08:22 AM
newdigital newdigital is online now
Administrator
 
Join Date: Sep 2005
Posts: 20,083
Blog Entries: 243
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
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.
Reply With Quote