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…
Questions tagged #tradingview
TradingView alerts, webhooks and Pine Script automation.
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 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 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 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 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…
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…
SOLVED What happens if I change the Bridge Key while there are active orders running in the Custom Bridge?
I have some positions already running through a Custom Bridge, and the same webhook is also being used in my TradingView alerts. Suppose I change the Bridge Key while those positions are…
I know that the JSON Bridge is used to execute trades through JSON-based signals from platforms like TradingView. But I’m not sure about the proper process to create it and get started. Can…
I want to use the Custom Bridge in AlgoDelta because I know it can be connected with platforms like TradingView and MT5. But I’m not sure about the proper process to create it. Can someone…
I’m currently using the JSON Bridge and Custom Bridge in AlgoDelta. But I noticed there is also a ChartInk feature available. I’m a little curious about how it works. Is it similar to…
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 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 have an SMA indicator on TradingView. When the fast SMA crosses above the slow SMA, it gives a LONG signal. When it crosses below, it gives a SHORT signal. Now I want to use those signals…
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 generated a strategy order syntax from the JSON Bridge. But before connecting it to my TradingView strategy, I want to make sure everything is working correctly. Is there any way to test…
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…
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 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…