Thread: ASCTrend system
View Single Post
  #15 (permalink)  
Old 01-16-2006, 06:52 AM
igorad's Avatar
igorad igorad is offline
Senior Member
 
Join Date: Oct 2005
Location: Ukraine
Posts: 788
igorad is on a distinguished road
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
Attached Files
File Type: doc ASCtrend.doc (93.5 KB, 2904 views)
__________________
Let's improve trade skills together
http://finance.groups.yahoo.com/group/TrendLaboratory

Last edited by igorad : 01-16-2006 at 08:40 AM.
Reply With Quote