I am using the three different brokers accounts. Suppose for broker 1 sends the symbol as NIFTY26APR22500CE, but Brocker2 expects a specific numeric Token and a Broker3 wants a different…
TradingView Alerts
Alerts, Pine Script, webhook messages and strategy automation from TradingView.
Everything about sending TradingView alerts and Pine Script strategy signals into AlgoDelta bridges.
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 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…
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…
Can we connect multiple tradingview strategies on same account ushing webhook?
I’m building an supertrend algo where I need to fetch historical data for multiple stocks at startup. Right now I’m looping over all symbols and calling the historical API, but after a few…
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 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’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 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 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…
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…
I’m creating my own technical indicators in Pine Script and want to build an ATR indicator from scratch instead of using the built-in ATR. I want to understand how ATR measures market…
I’m trying to create a Keltner Channel indicator in Pine Script, but I’m not sure how to build it from scratch. I want to create the indicator and plot it properly on the chart. Can anyone…
My strategy fires the same alert twice on bar close. I'm using alert() inside the strategy.entry block.
On Expiry days, I often forget to close my positions before the market gets too volatile at the end of the day. Can any feature in algodelta system to just close everything at exactly 3:00…
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…
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…
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…
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…