I already understand how VWAP works, but I want to create my own VWAP indicator in Pine Script. I’m not sure which built-in Pine Script functions I should use to calculate and plot it…
TradingView Alerts — page 3
Alerts, Pine Script, webhook messages and strategy automation from TradingView.
I’m calculating MACD in my algo using my 1-minute candles. I implemented EMA (12, 26) and signal line (9), but when I compare with chart values, they don’t match exactly. Candle data looks…
I recently purchased a Static IP from AlgoDelta. Now I’m confused about the next step. Where exactly do I register this IP in Angel One? Is it done from the Angel One app or somewhere else?…
I’m developing my own TradingView indicator and I’ve seen many indicators display a dashboard on the chart showing values like Trend, EMA, RSI, ATR, Buy/Sell signals, and other useful…
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 creating my own technical indicators in Pine Script and want to build an RSI indicator from scratch instead of using the built-in RSI. I want to understand how to calculate the RSI…
I’m trying to create a Stochastic Oscillator in Pine Script to understand how the %K and %D lines are calculated instead of simply using the built-in indicator. I want to plot both lines…
I have a strategy running on TradingView and it already generated a BUY signal. But I connected the Custom Bridge a few seconds later, so the signal was missed. Now I want to enter the…
I’m creating my own TradingView indicator in Pine Script, but currently all the values like EMA length, RSI period, colors, and other settings are hardcoded. I want users to be able to…
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…
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…
I’m creating my own technical indicators in Pine Script and want to build a Donchian Channel from scratch instead of using a built-in indicator. I want to understand how the upper and lower…