PureBytes Links
Trading Reference Links
|
Hi intermilan04,
All I can tell you is that "the backtester" doesn't "pick" anything.
You do, via either code, or settings, or both. So you have an error
in settings or code; that's all I can tell you without knowing what
they are. The backtest engine works exactly as designed.
Yuki
Thursday, June 1, 2006, 2:58:18 PM, you wrote:
i> Hi all,
i> I have a daytrade system which buys at open, sells at close.
i> The system has SetTradeDelays(1, 1, 1, 1);
i> The idea here is I download the market data at night, scan for signals
i> then place market orders overnight so I will buy at open the next day.
i> The problem I'm facing is this:
i> Suppose I run my system at night and it signals Stock A, B, and C. I
i> place orders and buy them tomorrow morning. The following night, I
i> run backtest and see which ones my backtester picked. Strangely, the
i> backtester does not always pick out Stock A, B, and C, despite having
i> signaled them the night before.
i> I am ranking my signals by PositionScore variable, but criteria used
i> by PositionScore looks at past quotes, not future quotes.
i> Has anyone explanation as to why this happens? If the backtester does
i> not pick what it had signaled, it is a grave situation because you
i> can't really follow with the system no matter how good it is.
i> Thank you in advance,
i> intermilan04
------------------------ Yahoo! Groups Sponsor --------------------~-->
Everything you need is one click away. Make Yahoo! your home page now.
http://us.click.yahoo.com/AHchtC/4FxNAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~->
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For other support material please check also:
http://www.amibroker.com/support.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/
|