The strategy is 3 lot with scale out so the 1st time when the strategy executes it places 3 long/short with profit and SL correctly but the strategy gets executed again even when my orders from the 1st execution are active.
I am using
if (orderId.Length == 0 && atmStrategyId.Length == 0)
{
<logic that triggers an ATM strategy>
}
What am I missing here?

Comment