SetProfitTarget("Trade_001", CalculationMode.Price, tpPrice);
SetStopLoss("Trade_001", CalculationMode.Price, slPrice, false);
EnterLong(quantity, "Trade_001");
I would like to ask if there is a way to change the order type?
If no way, then this limitation is due to broker ? for example IB ?
Thank you very much.

Comment