My strategy fires the same alert twice on bar close. I'm using alert() inside the strategy.entry block.
0 replies
651 views
TradingView alerts, webhooks and Pine Script automation.
My strategy fires the same alert twice on bar close. I'm using alert() inside the strategy.entry block.
I am using a Indicator which is generating Buy and Sell signals, I am using this indicator on Nifty chart, when a buy signal generates then I want to Buy a CE ATM of Nifty, when sell signal…
I’m currently using a Custom Bridge/JSON Bridge in AlgoDelta, but for a few days I don’t want any orders to be placed. I also don’t want to delete the bridge because it’s already connected…