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…
Questions tagged #tradingview
TradingView alerts, webhooks and Pine Script automation.
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…
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…
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…
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 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…
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’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…
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…