PureBytes Links
Trading Reference Links
|
Hi.
Backtesting GBPJPY hourly.
I have Long and Short signals, which I wish to trade simultaneously,
(which can be done on the same account without Shorts closing any open
Longs and vice versa.)
With Settings : Long only, this returns 40 trades for the year.
With Settings: Short only, this returns 56 trades for the year.
However with Settings: Long and Short, AB returns only 81 trades.
There are 15 trades not taken.( 1 Short and 14 Longs)
Looking at the plotshapes and tradelists it seems Longs that should have
been taken were not, because of existing open Shorts.
How can I fix this?
I have
1. Applystops re-entry delay set to 0 (zero)
2. I have SetOptions("ReverseSignalForcesExit",False);
3. SetTradeDelays(0,0,0,0); with Buy = Ref(MyBuySignal, -1);
4. There are enough funds: 100 000 USD with single lots (margin of 10000)
5. Futures mode, ticksize, pointvalue, margindeposit, and Roundlotsize
correctly set for Fx.
6. Equity(1) correctly placed after Buy Sell Short Cover, Applystops
and before Plotshapes.
7. No immediately preceding redundant signals.
What other settings should I be looking at?
Regards
ChrisB
--
Regards
ChrisB
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 NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
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/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
|