Hi Angelo, Yeah, I had read both of those before asking, and I see that I should have stuck with using multi-sells for my examples all the way through.
> backtestRegularRawMulti - ... Sell/Cover exit all open positions on given > symbol ... So, I guess (without losing trade times*) there isn't really a way to do it. Figured I'd ask just in case it could be done, Michael * Just have to manually keep track of all your open/close pairs, and afterwards place them in bars such that a close is only closing its specific open. Probably should also add a log file tracking the fake timestamp to real timestamp... --- In [email protected], "ang_60" <ima_c...@...> wrote: > > > Hi, > > You should try "backtestRegularRawMulti" described here: > > http://www.amibroker.com/guide/afl/afl_view.php?setbacktestmode > > And here's is an article written before the implementation of different > backtester options: > > http://www.amibroker.com/kb/2006/04/24/using-redundant-signals-for-entries/ > > Greetings, > Angelo.
