Hi AlgoDelta Team, I need some genuine help with my TradingView Pine Script strategy which is connected to live trading. I have been working on this strategy for several months, testing and…
Questions tagged #stop-loss
Stop-loss orders and exits.
So , if I have 6 different brokers and I’m into stock option trading so how will orders get executed at same rate at different broker and also how can I place stop loss in different broker…
I’m creating a trading strategy in Pine Script and I want to display the entry price, stop-loss, and target levels directly on the chart. What is the best way to plot these levels so that I…
I’m creating a trading strategy in Pine Script and I want to add a trailing stop-loss to it. How can I create a trailing stop that automatically moves in the direction of the trade as the…
I have created a position in the AlgoDelta Order Manager and configured both a Stop Loss and an End Time for that position. I’m a little confused about which one will exit the position if…
I’m developing an Expert Advisor (EA) in MT5 and I need to know why my previous trade was closed. For example, if a Buy position gets closed, I want my EA to detect whether it was closed…
I have noticed something strange while trading in MT5. Whenever I open a Sell position, sometimes the Stop Loss or Target gets hit even though the Bid price on the chart hasn’t reached that…
I’m developing an Expert Advisor in MT5 and I currently use the Print() function to check values like Trend, Entry Price, Stop Loss, Target, Current Profit, ATR, EMA, RSI, and other…
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…
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’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…
I’m currently using the JSON Bridge for my combined Stop Loss and Target. But now I want something more advanced. I already have one group in AlgoDelta. What I want is to create multiple…