SOLVED If I connect Zerodha without API on AlgoDelta, Can I connect same account in another platfrom?
If I connect Zerodha without API on AlgoDelta, Can I connect same account in another platfrom like tradetron?
Broker connections, API keys, login/TOTP, static IP and broker-specific errors.
If I connect Zerodha without API on AlgoDelta, Can I connect same account in another platfrom like tradetron?
I am currently managing only 13 trading accounts, and I have noticed that most trading platforms require me to purchase a static IP separately for each account, which can become quite…
After connecting my broker account, I am seeing an MTL option in my account. What is MTL , how does it work, and can you please explain it in detail?
I have already added 57 broker accounts in AlgoDelta. I recently changed the PIN for one of my Angel One accounts from the broker side, and I also want to update the account name in…
I have Angel One, Dhan, Fyers, and Upstox broker accounts. How can I refresh the broker account tokens in AlgoDelta?
Suppose i have a master account and i have connected multiple client account to it of different brokers. Some of broker require daily login by OTP. Is there any provision that client may…
Can I use the same static IP for all my accounts? How does it work? Please explain.
I’m building an algo trading system and need to fetch historical data (like 1-minute candles) from Zerodha.I saw the historical\_data function but not sure what’s the correct way to use it…
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 am using a Fyers account, and when I check the Order Details tab, it shows the following warning: “Failed – Request rejected. Order placement restricted. Algo orders are not allowed from…
Hi everyone, I have multiple broker accounts connected to AlgoDelta, and sometimes the session expires or the token needs to be refreshed. What is the correct way to re-login or refresh the…
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’m using Zerodha for my own trading, but my clients are on different brokers like Dhan, Angel One, and Fyers. Now my concern is — if I place a market order, how much delay happens before…
I have already implemented dynamic strike selection (ATM/ITM/OTM) and also handled strike gap while working in my Super trend algo. Now I am stuck at the next step — I have something like…
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…
Sometimes a client withdraws money from their broker and doesn’t tell me. If I place a trade and it fails in their account because of “Insufficient Funds,” how will I know? I don’t want to…
I am select the master account as the zerodha’s account now its necessary that I select the master as zerodha so I must have to select the zerodha as child ?
In the Demat tab, I can see two options: Zerodha and z erodhawithapi . What is the difference between them?
I’m running a live trading algo using WebSocket ticks, but sometimes the connection drops suddenly. After that, no data comes and the algo just hangs. Error Message: “Socket Error 1006…
I have one concern while running my algo.If my broker session expires in between, then what happens to my running strategy?Will trades stop immediately or will the system handle it…