I have a code to change the SL order
stopOrder.StopPrice = someValue;
but when it is executed, the order in the chart changes, but in the log I don't see any movement, and in the order list it remains with the original value
although when the price touches it, it is executed
also, when I execute the code, the order takes few seconds to change
what am I doing wrong?
Thanks

Comment