Работа завершена
Время выполнения 2 дня
Отзыв от заказчика
Excellent coder easy to work with and quick to make adjustments and resolve problems.
Отзыв от исполнителя
Thank you for the bonus!
Техническое задание
The goal is simply to get each section of the EA to work as described.
Basic Trade concept/logic: (this is currently not functioning correctly)
User draws their own horizontal lines using the horizontal line tool in MT4. There can be no limits on how many or how few lines are drawn on the chart in MT4. Trades should only be taken on the user drawn Horizontal line +/- offset if >0
Trade Lines are active only if market price has been further than activation distance from the line. For example if activation distance is 25 pips and the market is 30 pips below a line then that line is active as a buy trade when the market touches that line. If a stop loss has been hit and it is within 25 pips of the line then that line is not active again until the market moves 25+ pips away from that line. If the market is above a line by activation distance then that line will be a sell trade. If it is below then it will be a buy trade.
Take Profit is optional:(this currently works)
Take profit can be left empty/open if set to 0
Move to Break even:(this is currently not functioning correctly)
This is a fairly common practice when the break even trigger distance is reached then the stop loss is moved to a profitable position at entry price+/- Break even pips.
Extra Risk Management: (not able to test)
If set to true then the EA will check to see if any open trades regardless of magic number have stop losses set to less than break even and if so will prevent new trades from being taken. It is my intent to run as many as 8 instances of this EA on different pairs this is to prevent correlated pairs from taking simultaneous loosing trades.
Incremental Trail: (not currently working)
This will move all stop losses for trades going the same direction at the same time. For example if there are 3 lines and the market has moved through each then when the second is taken the first gets the same stop loss and when it moves to break even both open trades have their stop losses moved to middle line entry +break even pips on the profitable side. When the third is opened all 3 trades have the same stop loss and upon break even all 3 again are moved to the same level.
Offset:(This currently works)
If a line is draws directly on support/resistance and i want a buy trade to be taken 20 pips up and a sell trade 20 pips down then the offset is set to 20 this way when the market moves through the line the trades are taken not on the line but at the offset from the line. The activation distance is affected as well so if activation is 25 pips then the market needs to be 25 pips from the line +/- offset not just the line its self.
Slippage:(not sure how to test this)
I believe this is working but essentially this sets acceptable slippage for those times when the market is moving quickly.
Magic Number:(this is working)
Everyone knows what this is. Since I will be running multiple instances on different pairs they each need to keep track of their own trades in order to operate the move to break even and incremental trail functions without altering trades taken on other pairs.
Automatic Lot Calculation: (This is not working)
If set to true then each trade is taking according to free margin, initial stop loss, and risk%. Simply put if the risk is 2% then any trade that activates and then hits its stop loss before moving to break even will lose exactly 2% of my free margin at the time the trade was taken.
Forced lot size: (This works)
If automatic lot calculation is set to false then this is the lot size used.
Откликнулись
1
Оценка
Проекты
1464
72%
Арбитраж
122
29%
/
48%
Просрочено
358
24%
Работает
Опубликовал: 3 статьи
2
Оценка
Проекты
138
41%
Арбитраж
30
7%
/
77%
Просрочено
17
12%
Свободен
3
Оценка
Проекты
285
42%
Арбитраж
19
63%
/
5%
Просрочено
29
10%
Свободен
Опубликовал: 2 примера
4
Оценка
Проекты
326
43%
Арбитраж
34
32%
/
29%
Просрочено
83
25%
Свободен
5
Оценка
Проекты
74
50%
Арбитраж
5
0%
/
60%
Просрочено
19
26%
Свободен
Похожие заказы
Scalping EA/straddle
30 - 200 USD
Title: Custom EA: Dynamic Trailing Limit Grid with Volatility/Velocity Filter and Auto SL/TP Description: I am looking for an experienced MQL5 programmer to develop a high-performance, robust Expert Advisor (EA) for MetaTrader 5. The strategy relies on dynamic trailing limit orders that automatically adjust to market price changes, featuring a safety buffer during high-velocity price spikes. The EA must include the
EA Recovery Layer
30+ USD
Freelance Task — EA Recovery Layer Hello. I have a ready-made MQL5 EA. The signals, SL/TP and lot calculation should essentially not be touched. I need a recovery system added. I am not a programmer — below is how the robot should behave. What stays Entry only from an EA signal. Stop-loss is not a new signal. Trailing is already built into my EA — recovery does not implement its own trailing. If trailing is disabled
Watcher position
30 - 100 USD
//+------------------------------------------------------------------+ //| synthetic tick generator based on two assets | //+------------------------------------------------------------------+ class CSyntheticTickGenerator { private : string symbol_a; string symbol_b; string synth_name; double ratio; double last_price_a; double
# SNRZ BOT — SESSION PROGRESS LOG Last updated: 2026-09-16 (local late-evening session) ## SAN BOT (new — cloned from SNRZ) - `MQL5\Experts\AutomatedOrderBot_SAN.mq5` / `.ex5` — v1.0, compiled 0 errors/0 warnings - Signal source: custom indicator "SAN" (InpSANName, buy buf 0 / sell buf 1, target bar 1), same SNRZ-style read, MA fallback if missing - Magic number 234567 (separate from SNRZ 123456 so both bots can run
Multi-Asset EA (XAUUSD / FRA40) with Time Filters, High-Impact News Avoidance, Advanced Risk/Lot Sizing, and H1 Breakout Strategy 1. RISK SETTINGS * Max Daily Loss Limit: (bool) Toggle true/false. If true, input double for max loss in currency (e.g., $500). If hit, close all positions and stop trading until next day. * Lot Sizing Mode: Dropdown menu: 1. Fixed Lots (e.g. 0.10); 2. Percentage Risk (%) based on Account
Experienced MQL Developer (Mechanical Strategy)
300 - 500 USD
Subject: Looking for an Experienced MQL Developer for Long-Term Collaboration (Mechanical Strategy) Hello everyone, I am reposting my request from last year. Due to work commitments, I couldn't dedicate time to this project back then, but now I am fully ready to move forward. I am looking for a highly experienced, verified MQL4/MQL5 programmer to automate my trading strategy. About the project: Rule-based &
Should be as it but no alarms, also we need to add a deep search so he can see all the preves candles and a memory function so its not slowing down the indicator. for higher time frames daily 4h 1h around 365 days and for lower time frames we do up to 20k bars but both flexible so i can change it later. the memory is important so the indicator is not always recalculating everything when a new candle shows especially
Creating a bot using the Parabolic indicator with a simple interface.. I want a bot that uses the Parabolic SAR indicator only, with these orders attached to it. Boot name : HEMIN .FX Magic number : 000000 …………………………………………………. Trade behavior : regular OR inverse OR only long "buy" OR only short "sell" Timeframe : ………… Period: ……… ………………………………………………….. Lot size : ……………… Break even in points : …
I am looking for an experienced MQL5 EA developer to develop an MT5 EA by the observable trading behaviour from a supplied live XAUUSD trade history . The EA appears to use a simple grid/recovery/hedging strategy with alternating BUY/SELL positions and progressive lot sizes. I need the developer to Develop the EA for MT5 / XAUUSD . Reproduce the observed entry, grid/add-on, recovery/hedging, lot progression and
Project: Fix & Schedule My Dual Fibo Standard Fibonacci Bot I have an existing MQ4 expert advisor called "Dual Fibo Standard Fibonacci". It needs to process 1,000 clients. Right now it runs blindly with no schedule and takes way too long. I need you to optimize it so it runs like a professional business with a 50-100 batch printed stamp copy progress log. Please reply with your numbers for this simple layout: * Phase
Информация о проекте
Бюджет
30+ USD