EA based on Trend Laser indicator

MQL4 Эксперты

Работа завершена

Время выполнения 4 дня
Отзыв от заказчика
Great job! Friendly and professional programmer.

Техническое задание

This is a Trend catching EA based on the Trend laser indicator.



When entering a buy trade the following conditions need to be met:


  1. Success rate of Trendlaser needs to be above 80% (need to be adjustable)

  2. When Trendlaser signal says buy on a selected timeframe it needs to check a higher selected timeframe if it also says buy, only then this step is valid

  3. (optional) check if stochastics is oversold, only proceed if stochastics crosses the 20 line from below (need to be adjustable)

  4. Place 3 buy orders at the open of a new candle.

  5. SL of the 3 trades need to be set by a fixed amount of pips or if Trendlaser on the selected time frame gives a sell signal.

  6. TP of trade 1 needs to be the minimum move of the Trendlaser, TP of trade 2 needs to be the average move of the Trendlaser, TP of trade 3 needs to be 2 (need to be adjustable) times the average move of Trendlaser with a trailing stop. All orders also need to have the option to use a TP for a fixed amount of pips.

  7. If TP 1 is hit Trade 1 is closed and Trade 2 and 3 need to move their SL to break-even (the initial buy order).

  8. If TP 2 is hit Trade 2 need to be closed and the TP of Trade 3 need to be moved to the TP of Trade 1.

  9. Right now only Trade 3 is active with the TP of the average move of Trendlaser x2 with a trailing stop


When entering a sell trade the following conditions need to be met:


  1. Success rate of Trendlaser needs to be above 80% (need to be adjustable)

  2. When Trendlaser signal says buy on a selected timeframe it needs to check a higher selected timeframe if it also says sell only then this step is valid

  3. (optional) check if stochastics is overbought, only proceed if stochastics crosses the 80 line from above (need to be adjustable)

  4. Place 3 sell orders at the open of a new candle.

  5. SL of the 3 trades need to be set by a fixed amount of pips or if Trendlaser on the selected time frame gives a sell signal.

  6. TP of trade 1 needs to be the minimum move of the Trendlaser, TP of trade 2 needs to be the average move of the Trendlaser, TP of trade 3 needs to be 2 (need to be adjustable) times the average move of Trendlaser with a trailing stop. All orders also need to have the option to use a TP for a fixed amount of pips.

  7. If TP 1 is hit Trade 1 is closed and Trade 2 and 3 need to move their SL to break-even (the initial buy order).

  8. If TP 2 is hit Trade 2 need to be closed and the TP of Trade 3 need to be moved to the TP of Trade 1.

  9. Right now only Trade 3 is active with the TP of the average move of Trendlaser x2 with a trailing stop



Further the EA need to have the following adjustable settings:


  1. Money management (Fixed lot, lot size based on balance, max orders active)

  2. Time (Trade from day and time till day and time)

  3. Comment field

  4. All variables such as success rate of Trendlaser before entering trade, Stochastics level, (x) times of average move of Trendlaser need to be adjustable.


For more info regarding the Trendlaser, please check the video about it:

https://youtu.be/hRiOHH3grOY

 

The code need to be clean and need to have comments



Откликнулись

1
Разработчик 1
Оценка
(2676)
Проекты
3414
68%
Арбитраж
77
48% / 14%
Просрочено
342
10%
Свободен
Опубликовал: 1 пример
2
Разработчик 2
Оценка
(89)
Проекты
137
24%
Арбитраж
35
9% / 40%
Просрочено
52
38%
Свободен
3
Разработчик 3
Оценка
(2347)
Проекты
2953
63%
Арбитраж
125
44% / 26%
Просрочено
429
15%
Свободен
4
Разработчик 4
Оценка
(16)
Проекты
24
42%
Арбитраж
2
50% / 50%
Просрочено
10
42%
Свободен
Похожие заказы
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
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
Gold robot 30+ USD
Yes. This screen is asking you to write the Requirements Specification for your Gold/XAUUSD trading robot. Since you want your DEEPTHINK X10 institutional-style MT5 system , use this ready-to-paste specification: DEEPTHINK X10 GOLD ROBOT – MT5 EXPERT ADVISOR REQUIREMENTS Develop an advanced MetaTrader 5 Expert Advisor (EA) for XAUUSD (Gold) scalping based on a multi-factor DEEPTHINK X10 trading framework. 1. MARKET -

Информация о проекте

Бюджет
10 - 50 USD
Сроки выполнения
от 0 до 2 дн.