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…
Questions tagged #tradingview
TradingView alerts, webhooks and Pine Script automation.
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…
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…
Can we connect multiple tradingview strategies on same account ushing webhook?
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 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 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 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’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 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…
Recently, I noticed that the JSON Bridge Syntax Generator has multiple options such as Limit Order, SL Order, Square Off Position, and others. I mostly use Strategy Orders, so I’m a little…
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…
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…
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…