When sending webhook payloads, my alerts fail on nested quotes and special characters. How can I validate the JSON before sending? { "symbol": "{{ticker}}", "action"…
Questions tagged #tradingview
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.
Hi AlgoDelta Team, I need some genuine help with my TradingView Pine Script strategy which is connected to live trading. I have been working on this strategy for several months, testing and…
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…
Can we connect multiple tradingview strategies on same account ushing webhook?
I’m creating my own indicator in TradingView using Pine Script. The indicator is already generating Buy and Sell signals on the chart, but now I want TradingView to create alerts…
I’m creating a trading strategy in Pine Script and I want to display the entry price, stop-loss, and target levels directly on the chart. What is the best way to plot these levels so that I…
I’m creating a custom TradingView indicator and want to mark important levels and signals directly on the chart using Pine Script. I want to draw things like trend lines, rectangular zones…
I’m developing a trading strategy in Pine Script and want to highlight candles whenever my buy or sell conditions are met. Instead of only plotting signals, I’d like the candle colors to…
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…
I’m using the Strategy Order syntax in the JSON Bridge with TradingView, and I understand how it works. However, I also noticed there are other syntax generators available such as Limit…
Hi everyone, I’m learning Pine Script and recently came across the request.security() function. I understand that it’s used to get data from another timeframe or symbol, but I’m not sure…
Hi everyone, I’m learning Pine Script and I want to create alerts whenever my trading conditions are met, such as a buy or sell signal. Can someone explain how to create alerts in Pine…
I’m creating a TradingView indicator and currently I have to manually identify and draw support and resistance levels on the chart. I want my Pine Script to detect important price levels…
I’m using a TradingView strategy with AlgoDelta, but sometimes multiple alerts are triggered within a short period of time. Because of this, I’m worried that duplicate orders might get…
I’m creating a trading strategy in Pine Script and I want to add a trailing stop-loss to it. How can I create a trailing stop that automatically moves in the direction of the trade as the…
Hi everyone, I’m learning Pine Script and I want to create a Supertrend indicator from scratch instead of using the built-in function. Can someone explain how the Supertrend indicator works…
Hi everyone, I’m creating a custom indicator in Pine Script, and I want most of the indicator to appear in a separate pane below the chart. However, I also want to plot a few things, such…
I’m creating alerts for my TradingView indicator and I noticed that Pine Script provides both alert() and alertcondition() . I’m a little confused about why there are two different…
I’m creating a TradingView indicator and I have some logic that should execute only on the first candle of a new trading day. I don’t want to run that logic on every candle. I want to…