How to create trigger order, cover or super order using webhook on Dhan?

Wanted to know the process to create trigger, cover or super order using webhook on Dhan?

Hi @abhi1abhis,

We understand your requirement for the specified order types via webhooks and will explore how we can implement this.

Alternatively, you have the option with basket to place order with Trigger order type. Read more here - Introducing: Now execute your Basket Orders via webhooks on TradingView

1 Like

For Super order you can try below coding approach: -

Lets break in this way :-
Enrty =100
Target = 160
Trailing SL = 70

To trail you SL - each time when price move up it will cancle the current SL and will place new SL and so on till it hit SL or target

when- Target hit - cancel all you opening position this way you can get -Target done

and if TSL hit -cancel all you opening position

I am doing in this way

Any Suggestion @Tradehull_Imran