PureBytes Links
Trading Reference Links
|
Hi,
Have a look at the .pdf file titled "AmiBroker Custom Backtester
Interface.pdf" found in the files section.
You can probably do what you want by using the low level API for
custom backtesting such that you add code, on a bar by bar basis, to
look for trades in your external format and use the enter trade/exit
trade API to inform AmiBroker of the trades.
One caveat might be that in the absense of any AmiBroker native
signals, you may find that the backtester code is never called to
begin with. You may need to trigger at least a single dummy signal if
that is the case.
Mike
--- In amibroker@xxxxxxxxxxxxxxx, "Michael Samerski" <smersh@xxx>
wrote:
>
> Hello All,
>
> I thought I would repost this as I did not get any replies,
>
> I have historical trades generated by another system and would like
to
> analyse their performance in Amibroker.
> I would like to know if it is possible to import a trade list from
a file
> generated by an external trading system and perform the standard
Amibroker
> analysis as if the trades had been generated by Amibroker.
>
> Thank you for any help
>
> Michael
>
------------------------------------
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/
|