I have already created a Custom Bridge, but I’m confused about the configuration part. There are many fields like Exchange, Product, Script Type, Symbol, etc., and I’m not sure what needs…
All Discussions
AskSometimes I don’t want to trade in my own personal (Master) account because I already have a different strategy running there. But I want to send a quick “Buy” order to all my child’s…
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…
I am using the groups now I see the option multiplier and I want to know about it more that what is the use of that so can anyone have idea about it ?
Whenever I trade options manually, I always have to choose ATM/OTM strike, select the correct expiry and make sure I’m picking the right contract.This takes time and sometimes I even select…
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’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…
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?
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 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…
I created my custom bridge and already configured the upside/downside execution. Now I want to connect this bridge with my TradingView strategy, but I’m getting confused about the webhook…
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’m using a Master account connected via API. Is it mandatory to login every morning at 9:15 AM? What happens if I forget to log in before the market opens?
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…
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 am worried while trading because if my internet disconnects or my laptop battery dies after I place a trade in my Master account, will the Child accounts still copy the trades ?