Webhook feature with basket orders is great but for intraday option traders its useless as there no feature available to select dynamic ATM/OTM/ITM strike. As option price move rapidly and its very hard to update baskets each time.
Let me know if there is any way to create baskets with auto updated strikes.
If you can come up with a solution to trade options from spot chart that would be a new bench mark in Dhan features.
Yes, we are almost ready with a feature enhancement which will allow order placement via Webhooks with direct ability to place orders in Options or any other instrument. We will announce this on community as soon as it is available, so keep a check for that!
You guys are really awesome. Option trading webhook feature is really great but as a option scalper i have to frequently change my strikes. Is there any option to fetch ATM STRIKE so that i can focus more on trading instead of strike selection hassle.
As i use Nifty/Banknifty spot charts to scalp options, ATM Strike selection through webhook would be a great feature in this use case.
Thanks for your note and hope to see you use webhooks on your systematic trading setup.
Coming to dynamic strike selection, you can handle that in the pine script. In the JSON, there is a parameter for "strike_price". The value for this can be kept dynamic by defining it as a variable and taking price of underlying to find the current strike price, all of this in TradingView Pinescript itself.
Hi, Hardik
Do you have pine script code for Auto strike selection in tradingview.
Is there any updates from dhan side for Auto strike selection through webhook.
Hi, @Hardik
Do you have pine script code for Auto strike selection in tradingview.
Is there any updates from dhan side for Auto strike selection through webhook.
@Hardik I do have but it is deeply integrated with my strategy. I will modify the sample code given here to demonstrate how auto strike selection can be done in pine script.
@Sharath_Shetty Please check the link above after a week. I shall update the code given there within that time frame.
@Sharath_Shetty@Hardik pls check out. I have updated the file to include auto strike selection. Note that strike is selected as per the βDepthβ setting in UI. You can do similar customization of the UI and JSON string to add other variable parameters like secret code, expiry date, symbol etc.