I want to place the same lot-size trade as the master account in all my child accounts. How can I do that?
Top discussions
AskI have been trading for the last 4–4.5 years, and I have many questions about algo trading, trading automation, and other trading tools. Can I post my questions here? Is anyone available…
I am using a Indicator which is generating Buy and Sell signals, I am using this indicator on Nifty chart, when a buy signal generates then I want to Buy a CE ATM of Nifty, when sell signal…
I’m using Camarilla pivot in my algo and calculating it from 1-minute candles. I’m already checking HLC properly, but still the pivot levels are not matching chart values. Am I missing…
28I trade across multiple accounts — mine plus my clients’.The issue I face is that when a signal comes in, the orders don’t hit all accounts at the exact same time. Some get a better…
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…
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 recently tried placing an order, but it got rejected with an error saying something like: IP Not Whitelisted I’m not sure what this means. Why is this happening and how can I fix it?
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…
How can I create a watchlist in AlgoDelta like we do in other brokers? Is there a watchlist feature available in AlgoDelta?
I usually draw trendlines or horizontal lines in TradingView and want to place trades through AlgoDelta whenever the price crosses those lines. Is it possible to automate this using alerts…
I am a developer and have built my own strategy in Python that monitors NIFTY. What I want is that whenever my Python code generates a Buy signal, AlgoDelta should execute whatever is…
Hi everyone, I’m creating a custom indicator in Pine Script, and I want most of the indicator to appear in a separate pane below the chart. However, I also want to plot a few things, such…
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 usually do my trading on a laptop, but when I am traveling, it is not always convenient to carry my laptop. Does AlgoDelta have a mobile application that I can use for trading and account…
Getting invalid stops randomly even though SL/TP values are correct. Using an EA that sends to the AlgoDelta bridge.
How does the trailing SL work? What should I fill in for: Trail Trigger Trail Gap Trail Point
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…