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…
All Discussions
AskI’m calculating MACD in my algo using my 1-minute candles. I implemented EMA (12, 26) and signal line (9), but when I compare with chart values, they don’t match exactly. Candle data looks…
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…
While creating a position in Order Manager, I noticed there are multiple Target and Stop Loss types available such as LTP, Candle, Percentage, and Points. I’m a little confused about when…
Recently I started using Order Manager in AlgoDelta and noticed the Trailing option while adding a position. I understand the basic concept of trailing stop loss, but I want to know exactly…
I already have a strategy running in MT5. What I want is that whenever a Buy or Sell signal comes from my MT5 strategy, the order should be executed through AlgoDelta using the JSON Bridge…
I have a strategy running in an MT5 EA. What I want is: -When a Buy signal comes, buy a Call Option. -If any Put Option position is already open, it should be squared off first. -When a…
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…
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…
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…