Which VPS locations are best for Zerodha and low-latency execution in India? Does it still matter with the new static IP rules?
Top discussions
AskI 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…
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…
So while working on dynamic strike selection (ATM/ITM/OTM) in my sma cross over algo, but I am stuck on strike gap. Right now I am hardcoding values like 50 for NIFTY and 100 for BANKNIFTY…
I have one doubt while running my algo live. If I stop my current strategy in between market hours and apply a new strategy, what happens to the existing open trades?Will the system…
I’m using multi-account trading and had one concern. If all the child accounts are running through the same IP, then when multiple orders get triggered together, won’t that create execution…
Can I use the same static IP for all my accounts? How does it work? Please explain.
I want to add a 5paisa account, but the option is not showing under Demat → Add Demat . How can I add it?
I’m currently using the JSON Bridge for my combined Stop Loss and Target. But now I want something more advanced. I already have one group in AlgoDelta. What I want is to create multiple…
I trade only intraday. Right now, I have to manually square off my positions every day before the broker’s auto square-off time. Sometimes I forget or I’m away from the screen. Is there any…
I want to create a group in AlgoDelta, but I’m getting confused about the Master and Child account setup. Which account should I select as Master? Which one should be Child? And how do I…
SOLVED How can I draw Buy/Sell arrows or symbols on the MT5 chart when my strategy generates a signal?
I’m developing an MT5 strategy, and whenever my Buy or Sell condition is satisfied, I’d like to display an arrow or some symbol on the chart exactly at that candle. For example, if a…
I’m creating my own indicator in TradingView using Pine Script. The indicator is already generating Buy and Sell signals on the chart, but now I want TradingView to create alerts…
I’m creating a custom TradingView indicator and want to mark important levels and signals directly on the chart using Pine Script. I want to draw things like trend lines, rectangular zones…
Hi AlgoDelta Team, I need some genuine help with my TradingView Pine Script strategy which is connected to live trading. I have been working on this strategy for several months, testing and…
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 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…
Can we connect multiple tradingview strategies on same account ushing webhook?
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…
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…