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…
TradingView Alerts — page 2
Alerts, Pine Script, webhook messages and strategy automation from TradingView.
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…
I’m developing my own TradingView strategy and I’ve noticed that sometimes it keeps generating Buy or Sell entries repeatedly, even though I’m already in an open position. I only want my…
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 understand how to connect a TradingView strategy with AlgoDelta’s Custom Bridge. But if I am using an indicator instead of a strategy, then I believe I need to create two separate alerts…
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…
I recently tried placing an order, but it got rejected with an error saying something like: IP Not Whitelisted I’m not sure what this means. Why is this happening and how can I fix it?
I created my custom bridge and already configured the upside/downside execution. Now I want to connect this bridge with my TradingView strategy, but I’m getting confused about the webhook…
I usually draw trendlines or horizontal lines in TradingView and want to place trades through AlgoDelta whenever the price crosses those lines. Is it possible to automate this using alerts…
I have a strategy on the Nifty chart in TradingView. My logic is simple: When BUY signal comes → Buy Call Option When SELL signal comes → Buy Put Option Can AlgoDelta have a kind of feature…
I want to understand the standard way of configuring TradingView alerts while using AlgoDelta’s Custom Bridge with strategy. What is the ideal setup for creating alerts with a TradingView…
I’m creating a custom bridge and got confused at the “Bridge Key” field. Do I need to get this key from somewhere, or do I have to create it myself? I’m not exactly understanding what I…
I have a strategy running on the Bank Nifty chart in TradingView. What I want is when a BUY signal comes -> Buy a Call Option when a SELL signal comes -> Buy a Put Option I know this is…
I am currently in the learning phase and don’t want to risk real money while understanding the markets. I would like to practice trading in the Forex market using paper trading in…
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…
28I trade across multiple accounts — mine plus my clients’.The issue I face is that when a signal comes in, the orders don’t hit all accounts at the exact same time. Some get a better…
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 have a strategy running on the Nifty chart in TradingView. What I want is: When a BUY signal comes then I have to Buy Nifty Futures When a SELL signal comes then I have to Sell Nifty…