Hi, I want to write a system that has to evaluate last position's p&l in order to take (or not) the next signal as a trade. This system is just single security backjtest, it isn't a portfolio backtest. For example, backtest generates a buy signal but since the last position p&l was below -5%, I should skip this signal. For this, do I need to use custom backtester interface?
thanks
