My strategy fires the same alert twice on bar close. I'm using alert() inside the strategy.entry block.
0 replies
651 views
Alerts, Pine Script, webhook messages and strategy automation from TradingView.
Everything about sending TradingView alerts and Pine Script strategy signals into AlgoDelta bridges.
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…