I connected my custom bridge and configured the upside/downside execution properly. But now I want to connect a TradingView indicator instead of a strategy. I’m getting confused about: What…
Questions tagged #tradingview
TradingView alerts, webhooks and Pine Script automation.
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…
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 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’m running a Supertrend based algo, but at market open (9:15), the signals are completely wrong for the first few minutes. After that, everything becomes normal. I’m generating my own…
I want to trade multiple positions at the same time—like a Nifty Call and a BankNifty Put now my problem is that I want to exit everything when my total profit reaches ₹5,000, so no matter…
I placed a limit order in the master account from my broker portal, but it is not showing in my child accounts.
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 using the Strategy Order syntax in the JSON Bridge with TradingView, and I understand how it works. However, I also noticed there are other syntax generators available such as Limit…
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 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 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 have 3 accounts Right now, I am confused. Do I have to create 3 different alerts in TradingView for these 3 brokers? If I change my strategy, will I have to update all 3 alerts every…
Hi everyone, I’m learning Pine Script and I want to create alerts whenever my trading conditions are met, such as a buy or sell signal. Can someone explain how to create alerts in Pine…
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 using a TradingView strategy with AlgoDelta, but sometimes multiple alerts are triggered within a short period of time. Because of this, I’m worried that duplicate orders might get…
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…
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 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’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…