I’m using broker APIs like Zerodha and Angel One, and I noticed that they give cumulative volume instead of per-tick or per-candle volume.Because of this, I’m not able to calculate correct…
Trending discussions
AskI have created a group in AlgoDelta and added both a Master account and multiple Child accounts. Now I’m using features like JSON Bridge and Order Manager with that group. I’m a little…
Hi everyone, While configuring the Options in JSON Bridge, I noticed that one of the Selection Type options is Symbol Based. Can someone explain what Symbol Based means, when it should be…
27Suppose I don’t want to buy a Nifty Option at the current price of ₹90. I only want to enter if it crosses ₹100, because that’s when the “breakout” happens. But I can’t sit and stare at…
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…
SOLVED “failed – Invalid IP”
I am using the Dhan broker. It has been successfully added, but when I place an order in the master account, it gives me a warning like this in the Order Details tab. What should I do?
I’m creating an Expert Advisor in MT5 and I only want my strategy logic to run once whenever a new candle is formed. I know OnTick() executes on every incoming tick, but I don’t want my…
I’m running a scalping bot on Angel One. Today, the market crashed 50 points in a second. My SL order was sitting in the system, but the price jumped right over my SL price and the order…
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 in an MT5 EA. What I want is: -When a Buy signal comes, buy a Call Option. -If any Put Option position is already open, it should be squared off first. -When a…
I am receiving live tick data from Zerodha WebSocket, but indicators like Supertrend and others require candle data.How can I correctly convert live ticks into 1-minute candles in…
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…
Recently one of my orders got cancelled, but I don’t know why it was rejected. I placed the order from my directly connected account, not through any group. Is there any way in AlgoDelta…
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…
Since the new 2026 rules, my bot keeps getting “Order Rejected: Market Orders not allowed for Algos.” I switched to Limit orders, but they just sit in the order book while the price flies…
I have created a ChartInk Group where the default transaction type is Buy. But suppose I manually configure one particular stock as Sell inside that group. In that case, what will happen…
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…
What happens if I (or my client) manually closes a trade directly in the Zerodha app instead of through the AlgoDelta panel? Will the system get confused and try to close it again, or will…
EMA/SMA values not matching chart in my algo (using 1-min candles) I’m calculating EMA and SMA in my algo using 1-minute candles built from ticks. But when I compare it with broker/chart…