In what order does the portfolio backtester execute the signals? The order affects the available cash for subsequent trades. For what it's worth, I want the signals executed in this order (for a long-only system):
1. Sell signals with the sell price < open 2. Buy signals with the buy price > open 3. Remaining buy signals in position score order 4. Remaining sell signals Does AmiBroker behave this way by default, or will I need to write my own custom backtest code?
