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…
TradingView Alerts — page 3
Alerts, Pine Script, webhook messages and strategy automation from TradingView.
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 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 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 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’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…