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 discussions
AskI 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…
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…
Recently, I noticed that the JSON Bridge Syntax Generator has multiple options such as Limit Order, SL Order, Square Off Position, and others. I mostly use Strategy Orders, so I’m a little…
I have a strategy running in AmiBroker. What I want is that whenever a Buy signal comes from my strategy, the Future contract that I configured in the Up Side Execution should be traded…
On Expiry days, I often forget to close my positions before the market gets too volatile at the end of the day. Can any feature in algodelta system to just close everything at exactly 3:00…
I have 3 accounts Right now, I am confused. Do I have to create 3 different alerts in TradingView for these 3 brokers? If I change my strategy, will I have to update all 3 alerts every…
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’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…
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 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…
SOLVED Want to place trade together in different brokers — will price slip before all orders are placed?
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…
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 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…
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…
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…