As alluded to by Mark, the default backtest behavior will only allow one position per symbol at a time. Also, your position size may be causing you to run out of funds, and your Max Positions setting may be preventing you from taking on more positions (if trading a portfolio of stocks). See the AA settings, SetPositionSize function, SetOption function.
Mike --- In [email protected], "fcee150206014" <xk9....@...> wrote: > > Hello, > > I've been trying to backtest some old ideas but I have a problem, the system > recognizes all the raw signals but ignores more than half when doing actual > trades. > > > > Thank you for your help. >
