Getting invalid stops randomly even though SL/TP values are correct. Using an EA that sends to the AlgoDelta bridge.
Questions tagged #mt5
MetaTrader 5.
I have an Expert Advisor (EA) installed in my MT5 and I want to send it to someone else so they can use it on their MT5. What is the correct way to find the EA file, send it, and install it…
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…
Hi everyone, I’m new to MetaTrader 5 and often hear people talking about Indicators and Expert Advisors (EAs). I’m a bit confused because both seem to be related to trading. Can someone…
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…
SOLVED How can I draw Buy/Sell arrows or symbols on the MT5 chart when my strategy generates a signal?
I’m developing an MT5 strategy, and whenever my Buy or Sell condition is satisfied, I’d like to display an arrow or some symbol on the chart exactly at that candle. For example, if a…
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’m creating an Expert Advisor in MT5 and I only want my strategy logic to run once whenever a new candle is formed. I know OnTick() executes on every incoming tick, but I don’t want my…
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 want to use the Custom Bridge in AlgoDelta because I know it can be connected with platforms like TradingView and MT5. But I’m not sure about the proper process to create it. Can someone…