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 [email protected], "Michael Samerski" <[EMAIL PROTECTED]> 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 >
