You can handle all trades in a single script by writing low level custom 
backtest code that reads from file and generates trades based on the data read.

http://www.amibroker.org/userkb/2008/03/16/amibroker-custom-backtester-interface-2/

Mike

--- In [email protected], Michael None <michaels_musi...@...> wrote:
>
> Hi All,
> 
> Since AB uses full array processing, is it possible to have a list of fixed 
> entry/exit points contained within one backtest script?  Or would you have to 
> create separate scripts for each set of points?
> 
> Example:
> 
> Entry / Exit
> 
> 15 / 15.3
> 16 / 16.4
> 17 / 17.5
> ...
> 
> If someone knows a link to some code that iterates though a a BuyPrice / 
> SellPrice array, can you post it?
> 
> Thanks,
> Michael
>


Reply via email to