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…
Questions tagged #tradingview
TradingView alerts, webhooks and Pine Script automation.
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…
I placed a limit order in the master account from my broker portal, but it is not showing in my child accounts.
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…
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…
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 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 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 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 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’m calculating MACD in my algo using my 1-minute candles. I implemented EMA (12, 26) and signal line (9), but when I compare with chart values, they don’t match exactly. Candle data looks…