PureBytes Links
Trading Reference Links
|
G
To get correct Fx backtesting dollar results you should have defined the
following.
1. FuturesMode ON.
2. Roundlotsize = 1;
3. Ticksize of each pair
4. MarginDeposit for your account
5. PointValue for each pair
6. then either tell AB the position size you want
or give it enuf details to work out your position size.
Then remember to set your spread for commissions per pair.
Generally if your technical indicators show arrows for buy sell in the
Plot, and the Backtester shows no results, then you likely need to check
the above settings; also remember to specify your account size and money
management rules.
If there is not enuf "cash" AB won't take any trades.
Regards
ChrisB
gold_downunder wrote:
>
> I just want to ask if I missing something basic here.I have written a
> program for GBPUSD and it works well. I now want to test it on GBPJPY
> and EURJPY, so I edit the code from 4 decimal places to 2 (for the JPY
> currency)and run the backtest.No trades appear, however the guru shows
> the trade arrows for legitemate trades.Does anyone know why the trades
> dont show up on AA? Do I need to change Tools>Preferences> Currencies?
> Thanks if anyones able to help.
>
>
--
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/
|