I am having a problem with EnterLongStop.
By code I send a buy stop with the EnterLongStop sentence:
_order = EnterLongStop( BarsInProgress, true, _quantity, _stop, _signalName);
First, the order is accepted. One moment later is cancelled.
I attach images and the trace.
One moment later, the order is cancelled ...
Thanks
Comment