stopOrder = ExitLongStop(0, true, execution.Order.Filled, execution.Order.AvgFillPrice - (StopLoss*TickSize), "StopLong", "Long");
So again, what is the difference between filled and quantity.
I hope the answer solves my problem and won't have to ask further questions about this.
Thank you,
Mike

Comment