PureBytes Links
Trading Reference Links
|
Hi all,
I've been encountering situations where the following occurs;
- When I "scan" for signals on a particular day, I get, say, 2 signals.
- When I "backtest" for that day, the backtester only takes position
in one of them, leaving the other signal left unused.
I have the following at the beginning of my code as Options:
SetOption("InitialEquity", 30000);
SetOption("AllowSameBarExit", True);
SetOption("ActivateStopsImmediately", True);
SetOption("MaxOpenPositions", 4);
SetOption("CommissionMode", 2);
SetOption("CommissionAmount", 7);
SetTradeDelays(0, 0, 0, 0);
My main concern is that the backtester may be picking the best signal
for the day...because in that case, it will really throw my system off
in the long run (My system will look much better than the real life
and I don't want that for an obvious reason).
Any insight regarding this issue is appreciated.
Regards,
intermilan04
------------------------ Yahoo! Groups Sponsor --------------------~-->
Try Online Currency Trading with GFT. Free 50K Demo. Trade
24 Hours. Commission-Free.
http://us.click.yahoo.com/RvFikB/9M2KAA/U1CZAA/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/
|