Hello,
Before I explain what the EA should do, it is important to understand the way I trade, wich is very simple. Every day at the end of the day I place one limit order in some FX pairs, with a 100 points SL and a 100 points TP. This is done manually and I intend to keep doing so. What I need is an EA that cancels my order with it's respective TP and SL if a certain condition is satisfied, or manages my SL when my limit orders are executed .
Some observations:
*Should run in Metatrader 4
*The bid price should be the reference for every time I write "price".
*Price ranges are referenced in Points, not Pips (10 points=1Pip)
*All inputs required will be referenced by yellow Capital letters between "". ("A"; "B"; ...)
In more details, the EA (not sure if it is necessary to develop both an EA and Script to work together) should do the following:
1) If the price gets too close (between 0 and "X" points) to my limit order, and then it does not get executed and the price pulls back a certain amount of "Y" points away from it, the order must be canceled.

Why is that? I don't want the price that gets too close to my orders and not executing it to come back later to go right past it on a break out.
There will be rare cases when the price will go pass my entry 1 or 2 points and will not execute it (because of spread). If this happens and price goes to "Y", the order must be canceled as well.
Opposite to that, there will be rare cases when price will hit 0 points from my entry, WILL execute my entry and goes to "Y". In this case I will be with my order opened and I obviously don't want it to be canceled until TP or SL.
There should be an option in the input box to turn off this feature.
2) It should work like a Trailling Stop but with three steps defined by me. Once a limit order is executed (with TP and SL already placed by me), I want the SL to be modified in these three situations:
SL moves to "A" points when profit is up "B" points, then;
SL goes to "C" points when profit is up "D" points, then;
Sl goes to "E" points when profit is up "F" points.

3) The EA should be able to perform independently in each currency pair. (example: if my limit order in the EURUSD gets canceled by the first condition, the order on GBPUSD should not be canceled).
4) The EA should work for Long and Short positions
4) The Input screen should have those names:
"X": Distance tolerated
"Y": Pullback
"A": SL1
"B": Trigger points to SL1
"C": SL2
"D": Trigger points to SL2
"E": SL3
"F": Trigger points to SL3
Similar orders
Start BUY:- when i click start BUY button new panel should open which should contain bellow points:- Trigger Price Time frame Cross/Close RR ration Trailing Stop ratio Maximum Trade count Risk (percentage or cash) (Option to Increase risk when SL hit) Remove Trigger (True/False ) I will explain above point one by one here bellow •Trigger price :- here we enter price at which when market cross or
I want to check if this indicator is repainting or not Whick mean the results of back testing is legit or not if anyone can help me to review it kindly to well to contact me i will be happy to work and go on long term work with anyone thanks
PrimeFlowEA — v1 Specification Objective: PrimeFlowEA v1 is designed to enforce disciplined, rule-based execution within a single daily trading session. The goal of v1 is correct behavior and execution discipline , not optimization or performance tuning. 1. Market & Time Platform: MetaTrader 5 (MQL5) Symbol(s): User-selectable (single symbol per chart) Execution timeframe: Configurable (default: M5 / M15)
Specifications – Development of an MQL5 Expert Advisor (Reverse Engineering) Project context: I have access to a real trading history consisting of more than 500 trades executed over a period of approximately 3 years. These trades have been exported into a CSV file containing all available information, including date, time, symbol, order type, entry price, and exit price. Important: I do not have access to the
1.Sinyal Perdagangan : Sinyal beli: garis MACD utama memotong garis sinyal ke atas (macd_current>signal_current && macd_previous<signal_previous). Sinyal jual: garis MACD utama memotong garis sinyal ke bawah (macd_current<signal_current && macd_previous>signal_previous). Gambar di bawah menunjukkan kasus beli dan jual. 2. Posisi ditutup pada sinyal yang berlawanan: Posisi beli ditutup pada sinyal jual, dan posisi
Trading Bot Executes Trades on Specific Days via TradingView Alerts **As a** trader, **I want** to develop a trading bot that integrates with TradeLocker and MTS, **So that** when a TradingView alert (based on a 2,4,5,10,15,30 minute break and retest strategy whichever one) is triggered first. the bot will execute trades on both platforms, but only on specific days of the week. --- ## Acceptance Criteria 1
Project Description I am looking to collaborate with an experienced MQL5 / algorithmic trading developer who also has hands-on experience with Large Language Models (LLMs) and AI-driven systems. This is a long-term partnership opportunity , not a one-off paid freelance job. I bring 9 years of practical Elliott Wave trading experience , applied in live market conditions. The objective is to translate Elliott Wave
Hello, I’m looking for an experienced MT4 (MQL4) developer to convert the Lucky Reversal indicator from indicatorspot.com into a fully functional Expert Advisor (EA). Project Scope Code an MT4 EA that replicates the exact logic and signals of the Lucky Reversal indicator Trades should open and close automatically based on the indicator’s rules Must match indicator behavior 1:1 (no approximations) EA Requirements MT4
Looking for a developer to develop or provide past expert advisor that can cope with high impact news and high trends. needs to be mt5. Any strategy necessary. need to be able to backtest myself or see past results. Minimum profit per month 30% but needs to be very low drawdown. Can be one shot trade a day or a 1 min scalper ea. I will not be going to telegram to discuss further
specification High-Frequency Candle Momentum Scalper 1. Strategy Overview Core Logic: The EA identifies the current color of the active candle (Bullish or Bearish). Entry Trigger: It opens positions only after a specific duration of the candle has passed (e.g., after 30 seconds on a 1-minute candle) to confirm the direction. 2. Entry Logic (The "Half-Candle" Rule) Timeframe: M1 (Default, but adjustable). Time Filter