You can have only one buy and/or sell signal on one bar, that's by definition of the buy and sell arrays.
However, you can have more than more than one buy/sell signals on one *DAY*, if you use intraday data. On Fri, Jun 25, 2010 at 3:58 PM, michaels_musings < [email protected]> wrote: > > > 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] <amibroker%40yahoogroups.com>, "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. > > >
