MTF Orders - Buy and Sell Options

I’m using MTF instead of CNC Orders. How can we sell MTF Orders on Dhan. What is the code for the same.

Hi @Karun149 ,

Refer the below code to place MTF orders in Dhan:

order_id = tsl.order_placement(tradingsymbol='RELIANCE-EQ', exchange='NSE', quantity=10, price=0, trigger_price=0, order_type='MARKET', transaction_type='SELL', trade_type='MTF')