vism211

Results 3 issues of vism211

hi, as per the title: is there a way to fix this behaviour? setting a low timeout doesn't help.

hi, could you please explain why the following code is resulting in the 3 orders/positions you can see in the images below? ``` api = Ctrader(server,account,password) api.subscribe("EURUSD") print(api.quote()) print(api.buy(symbol="EURUSD", volume=0.01,...

I'm trying to implement a method to unset SL but i receive back `order_error` "1" / `order_return_message` "Error in modify"). This is what i'm doing: `success = MT.Set_sl_and_tp_for_position( ticket =...