Hello all, I am trying to place order through webhook URL, however the place_trade() is getting triggered multiple times. This happens when I have two or more accounts linked to the same alert(webhook) on Trading View.
I am trying to place order through webhook URL This happens when I have two or more accounts linked to the same alert(webhook)
This can happen if you are placing an order for each webhook status received. You need to re-check your order placement logic. Go through the documentation here.