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)

