I am using your Dhan api for placing order. I have subscribed for Data feed. I want more information about Data feed and how to use websocket in php
If you can give us some sample code then we can implement in my app and do the trading
Hi Jayesh, welcome to Dhan community!
We have created a video series about getting started with algo trading on Dhan, check it here - https://www.youtube.com/playlist?list=PLnuHyqUCoJsOy0NjnACJRFz98ByhYVkCu
For specific queries like yours, our community members may be able to help you out. @Sammy @mahadevan
Hi @softkeys,
Dhan API’s are super easy to code. Since I Prefer Python to code so I can provide guidance on it. As you mentioned that you were able to get feed which means auth is successful and only thing left is to place order. So you can code it in similar way where you need to fill-in necessary items like exchange ID , order type, Security ID and Price.
I will suggest that you can code a sample application and test it on FAR OTM in BankNifty for a real world test.
Let me know if any further information or assistance needed