PureBytes Links
Trading Reference Links
|
hi,
just like to have my thought
confirmed:
If I do a backtest using the ROTATIONAL mode from
say 12/17/2002 to 12/17/2003 using the following PositionScore:
PositionScore = IIf(MA(C,50)*MA(V,50) >
20000000, 50-RSI(14),0)
then I assume INTERNALLY during each iteration
it will evaluate the i-th element or i-th bar (e.g.
MA(C,50)[i]*MA(V,50)[i] > 20000000) rather then just taking only the last
element / bar. I'm quite confident that it will but I don't know how to test
this.
thanks,
regards, Ed
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
To visit your group on the web, go to:http://groups.yahoo.com/group/amibroker/
To unsubscribe from this group, send an email to:amibroker-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|