Is there any way to include order status whether its rejected or filled to be alerted into telegram? I am only seeing order placed message in telegram alert. But sometimes in background, order is filled/rejected/in transit. Can you please include this status message in telegram alerts. I am seeing the status message( filled/rejected) in APP logs. So I feel you can just parse the same into telegram. Please provide your inputs.
At least we will get to know whether orders are really placed at broker end.
Hi @FiOjZRAk9W , what you asked feature is not available on API Bridge Platform I think as I have visited few 3rd party algotrading services but I couldn’t find. There is solution if you can use Fyers API (Pure API) then once the order is placed you can get a response from the server and you can redirect those to telegram through telegram API. As @communications_team do not provide webhooks currently about order status, open positions, and pending orders you need to manage those by requesting servers. Hope it will be helpful.