PureBytes Links
Trading Reference Links
|
Hi AB experts,
When I use the following ATC in backtest window, I don't see the
composite been generated. But if I use them in explorer window, then
the composites are generated.
Are there any setup that is required for this operation?
AddToComposite( Close, CompN, "C", atcFlagResetValues |
atcFlagEnableInExplore | atcFlagEnableInBacktest);
AddToComposite( Open, CompN, "O", atcFlagResetValues |
atcFlagEnableInExplore | atcFlagEnableInBacktest);
AddToComposite( High, CompN, "H", atcFlagResetValues |
atcFlagEnableInExplore | atcFlagEnableInBacktest);
AddToComposite( Low, CompN, "L", atcFlagResetValues |
atcFlagEnableInExplore | atcFlagEnableInBacktest);
AddToComposite( Volume, CompN, "V", atcFlagResetValues |
atcFlagEnableInExplore | atcFlagEnableInBacktest);
AddToComposite( Count, CompN, "I", atcFlagResetValues |
atcFlagEnableInExplore | atcFlagEnableInBacktest);
Thanks.
Charles
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/
|