PureBytes Links
Trading Reference Links
|
Good day,
I was wondering if the SEQUENCE in a backtest is imortant or if it
does not matter?
I have a couple of BUY conditions:
Buy1, Buy2 and Buy3
I summarize them with:
BUY = Buy1 and Buy2 and Buy3.
I do the same with my SELL conditions.
At the end I have the last statment:
Sell= Ref(ExRemSpan(Buy, 5 ), - 5); (Sell after 5 days).
Does it matter if all these statments are in order (sequence: Buy
statements first, then the sell statements and finally the ExRemSpan
statement?
Thanks for any hints.
Werner
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:
http://docs.yahoo.com/info/terms/
|