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?
Broker connections, API keys, login/TOTP, static IP and broker-specific errors.
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?
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…
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…
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 ?
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…
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 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 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…
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…