I am building an options trading algo and I am stuck on strike selection. Right now I am manually setting strikes, but I want to make it dynamic — like ATM, 1 step ITM, 1 step OTM based on…
Trending discussions
AskI’m creating a custom bridge and got confused at the “Bridge Key” field. Do I need to get this key from somewhere, or do I have to create it myself? I’m not exactly understanding what I…
I have a strategy running on the Bank Nifty chart in TradingView. What I want is when a BUY signal comes -> Buy a Call Option when a SELL signal comes -> Buy a Put Option I know this is…
I have a master account in Zerodha. Now, can I place orders in my child accounts that are in Kotak, Alice Blue, Angel One, and different brokers other than Zerodha?
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…
At present, I am running and executing my strategy in MT5. Now what I want is that whenever a Buy or Sell signal comes from MT5, the order should be executed in the Futures contracts…
SOLVED What happens if I change the Bridge Key while there are active orders running in the Custom Bridge?
I have some positions already running through a Custom Bridge, and the same webhook is also being used in my TradingView alerts. Suppose I change the Bridge Key while those positions are…
I am currently in the learning phase and don’t want to risk real money while understanding the markets. I would like to practice trading in the Forex market using paper trading in…
Sometimes 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…
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…
I’m creating my own TradingView indicator in Pine Script, but currently all the values like EMA length, RSI period, colors, and other settings are hardcoded. I want users to be able to…
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?
In which brokers is daily login required? Please give me the list.
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 already have an open position in my broker account, for example a NIFTY Future trade. Now I want AlgoDelta to manage that position and handle the Target and Stop Loss for me. Is it…
I want to add a 5paisa account, but the option is not showing under Demat → Add Demat . How can I add it?
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…
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 have configured everything properly. My Master account is connected to the group, Child accounts are also added correctly, and the Trading Flag is enabled for both the Master and Child…
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…