tsl.place_super_order with order type MARKET seems to be not working. Tried below options but its not working. As per Dhan SS, it should be supported.
Let me know if i need to do any changes from my end to make the request work.
tsl.place_super_order(tradingsymbol=“GTLINFRA”,exchange=“NSE”,transaction_type=“BUY”,quantity=1,order_type=“MARKET”,trade_type=“MIS”,price=1.02,stop_loss_price=0.9)
tsl.place_super_order(tradingsymbol=“GTLINFRA”,exchange=“NSE”,transaction_type=“BUY”,quantity=1,order_type=“MARKET”,trade_type=“MIS”,price=0,stop_loss_price=0.9)
Hi @Bishwapati ,
Super order’s cannot be placed after market hours. For MARKET order price should be 0. Do try placing during market hours.
Hi @Tradehull_Priya ,
I have tried the same during the maket hours but still its not working. Limit order is working but not the Market order. PFA SS for reference.
Let me know if there is something i need to take care for this.
Hi @Tradehull_Priya , Is there any update on this?
Hi @Bishwapati ,
It seems that market order will not supported via API’s henceforth, due to the SEBI’s new guidelines
thanks for the update @Tradehull_Hayden
Is there any way we can place orders similar to market order? Is there any logic that can be implemented to simulate the market order usecase?
Hi @Bishwapati ,
You can use the limit order with higher price so it will be act as market order.
ok…let me try that…thanks @Tradehull_Hayden
1 Like