I'm using this overload:
ExitLongLimit(1, true, quantityToTrade, profitTargetPrice, $"PT_{currentTrade.Id}", $"Long_{currentTrade.Id}");
I'm submitting all orders on the tick data series.
UPDATE: Solved. Yes, I needed to move the call to ExitLongLimit into OnExecutionUpdate once the entry order is filled

Comment