I have a chart in daily view.
I use the following settings
(isLiveUntilCancelled = false)
The order is only valid for one bar.
On December 11th I place an order with EnterLongStopLimit(), which is executed.
On December 23rd I also place an EnterLongStopLimit() order. However, this is ignored and not executed.
Can anyone tell me why the order on December 24th is ignored?

Comment