An expert adviser base on trade manager EA and a automated trading robot

Specification

Please a need a very good expert for this jou I want to create 2 robot one a trade manager 

Perfect — here’s a clean, professional order description you can post directly to an EA freelancer (MQL5). I’ve written it so it’s clear, serious, and attractive to skilled developers 👌


MQL5 Trade Manager EA – Development Request

I am looking for an experienced MQL5 developer to build a robust Trade Manager Expert Advisor for MetaTrader 5.

Core Requirements

The EA must work on all trading pairs (Forex, indices, commodities, crypto if supported by broker) and be broker-safe.

Main Features

  1. Order Management

    • Buy Stop

    •  Sell Stop

    • Buy Limit

    • Sell Limit

    • Market Buy & Sell

    • Ability to modify/delete pending orders

  2. Stop Loss & Take Profit

    • Stop Loss in pips

    • Take Profit in pips

    • Hidden SL/TP option (virtual stops) (optional but preferred)

  3. Trailing Stop System

    • Fixed trailing stop (pips)

    • Step-based trailing stop

    • Break-even option (move SL to entry + buffer)

  4. Advanced Lot Size Calculation (Very Important)

    • Automatic lot size calculation based on:

      • Account balance or equity

      • Risk percentage per trade

      • Stop loss in pips

    • Must correctly adapt to:

      • Different symbol digits (2, 3, 4, 5 digits)

      • Different contract sizes

      • Minimum / maximum lot size

      • Lot step

    • Goal: 1 lot on any pair must represent equal risk, so no pair can accidentally blow the account

  5. Risk Management

    • Risk % per trade input

    • Max daily loss (optional)

    • Max open trades

    • Equity protection (close all trades at defined drawdown)

Additional “Special” Features (to make the EA stand out)

  • Trade panel on chart (buttons + info display)

  • Real-time display:

    • Lot size

    • Risk %

    • SL/TP distance

    • Money at risk

  • One-click Buy / Sell / Close All

  • Close:

    • All trades

    • Only profit trades

    • Only loss trades

  • Trading session filter (London / New York / custom time)

  • Magic Number support

  • News filter (optional bonus)

Technical Requirements

  • Written in pure MQL5

  • Clean, well-commented code

  • No repainting or risky tricks

  • Works on netting and hedging accounts

  • Must pass Strategy Tester without errors

  • Optimized for low CPU usage

Deliverables

  • Compiled .ex5 file

  • Full .mq5 source code

  • Setup instructions

  • 1–2 weeks of bug fixing/support after delivery

Developer Requirements

  • Proven MQL5 experience

  • Previous Trade Manager or Risk Management EA examples preferred

  • Clear communication and ability to explain logic      SECONDLY                                               

  • Perfect — I’ll **integrate the Fibonacci strategy cleanly** into your existing EA order and present it as an **additional strategy**, written in professional language that EA freelancers understand clearly.

Below is the **updated order** with **Fibonacci Strategy added as Strategy 6**. You can post this directly.

---

## **Request for MQL5 Automated Trading Robot (Multi-Strategy EA)**

I am looking for an **experienced MQL5 developer** to build a **fully automated trading robot** for MetaTrader 5.
The EA will be used on **personal accounts and prop firm accounts**, therefore **risk control and drawdown protection are mandatory**.

---

## **1. Account Protection & Risk Management**

### **Personal Account Mode**

* Automatically **close all open trades** if total account drawdown reaches **40%**
* Option to **disable further trading** after drawdown event

### **Prop Firm Mode (Selectable)**

* Adjustable inputs for:

  * Maximum **daily drawdown (%)**
  * Maximum **overall drawdown (%)**
  * **Profit target** → once reached, EA must close all trades and stop trading
* Separate logic for personal vs prop firm accounts

---

## **2. News, Spread & Volatility Filters**

* No trading during **high-impact news**
* Adjustable pause time:

  * Before news
  * After news
* Spread filter to avoid trading during abnormal volatility

---

## **3. Trading Logic Overview**

The EA will combine **six strategies**, mainly based on **higher-timeframe confirmation** and **lower-timeframe entries**.

Each strategy must:

* Be **listed separately**
* Have **enable/disable option**
* Have **fully adjustable settings**

---

## **4. Trading Strategies**

---

### **Strategy 1: Price Action (Multi-Timeframe)**

* Analyze candle behavior on **higher timeframe (e.g. H4)**
* Example:

  * Market is bearish
  * Last bearish candle is **broken to the upside**
  * Bullish confirmation candle forms
  * Entry executed on **lower timeframe**
* Stop Loss:

  * User adjustable
  * Default range: **20–40 pips**
* Trailing Stop:

  * Adjustable
  * 20–40 pips

---

### **Strategy 2: Order Block (Supply & Demand)**

* Identify **order blocks** on higher timeframe
* Detect:

  * Break of structure
  * Retest of demand or supply zone
* Entry after **candlestick pullback confirmation**
* Allow **multiple valid re-entries**

---

### **Strategy 3: Fair Value Gap (FVG)**

* Automatically identify **Fair Value Gaps** on higher timeframe
* Trade **break and retest** of FVG zones
* Sensitivity and timeframe adjustable

---

### **Strategy 4: RSI (Relative Strength Index)**

* RSI applied on **higher timeframe**
* Detect:

  * Overbought
  * Oversold
* Confirm **potential reversals**
* RSI period and levels adjustable

---

### **Strategy 5: Head and Shoulders**

* Detect:

  * Head and Shoulders
  * Inverse Head and Shoulders
* Pattern detection on **higher timeframe**
* Entry after neckline break or confirmation candle
* Stop loss adjustable in settings

---

### **Strategy 6: Fibonacci Retracement & Extension (NEW)**

#### **Fibonacci Identification**

* Automatically draw Fibonacci from **major swing high to swing low** on higher timeframe
* Use key levels:

  * **38.2%**
  * **50%**
  * **61.8%**
  * **0%**
  * **-0.28**
  * **161.8% extension**

---

#### **Retracement Trade Logic**

* If price **retraces to 38.2%, 50%, or 61.8%**
* And there is:

  * **Double touch** on the same Fibonacci level on higher timeframe
  * Confirmed **candlestick formation** (engulfing, pin bar, rejection, etc.)
* Trade should activate:

  * From retracement level
  * Targeting **0% or -0.28**
* Stop loss adjustable by user

---

#### **Breakout Momentum Trade**

* If price **breaks strongly above/below 61.8%**
* With:

  * Strong momentum candle
  * Volume confirmation
* Trade should activate immediately
* Target:

  * **161.8% Fibonacci extension**
  * Or **nearest support/resistance (looking left)**

---

#### **Fibonacci Settings**

* Timeframe adjustable
* Candle confirmation type adjustable
* SL / TP adjustable
* Extension target selectable

---

## **5. Trade Management**

* Adjustable:

  * Stop loss
  * Take profit
  * Trailing stop
* Close options:

  * Close all trades
  * Stop trading after drawdown or profit
* Magic Number support
* Works on **hedging and netting accounts**

---

## **6. Technical Requirements**

* Written in **pure MQL5**
* Clean, structured, and commented code
* No repainting logic
* Strategy Tester compatible (no errors)
* Optimized for performance

---

## **7. Deliverables**

* `.ex5` compiled file
* Full `.mq5` source code
* Setup & usage documentation
* Post-delivery bug-fix support

---

## **Developer Requirements**

* Proven MQL5 experience
* Experience with **price action, smart money concepts, Fibonacci**
* Ability to explain trading logic clearly


Responded

1
Developer 1
Rating
(257)
Projects
320
29%
Arbitration
34
26% / 65%
Overdue
10
3%
Free
2
Developer 2
Rating
(16)
Projects
35
23%
Arbitration
4
0% / 50%
Overdue
2
6%
Working
3
Developer 3
Rating
(1)
Projects
0
0%
Arbitration
2
0% / 100%
Overdue
0
Free
4
Developer 4
Rating
(8)
Projects
9
11%
Arbitration
0
Overdue
0
Free
5
Developer 5
Rating
(16)
Projects
20
10%
Arbitration
8
38% / 38%
Overdue
3
15%
Working
6
Developer 6
Rating
Projects
2
0%
Arbitration
0
Overdue
1
50%
Free
7
Developer 7
Rating
(64)
Projects
83
28%
Arbitration
9
33% / 56%
Overdue
9
11%
Free
Published: 1 code
8
Developer 8
Rating
(6)
Projects
7
14%
Arbitration
1
0% / 100%
Overdue
1
14%
Free
9
Developer 9
Rating
(20)
Projects
23
39%
Arbitration
4
25% / 50%
Overdue
1
4%
Free
Published: 4 codes
10
Developer 10
Rating
(10)
Projects
19
42%
Arbitration
7
0% / 57%
Overdue
3
16%
Working
11
Developer 11
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
12
Developer 12
Rating
(2)
Projects
2
0%
Arbitration
3
0% / 100%
Overdue
1
50%
Free
13
Developer 13
Rating
(3)
Projects
4
0%
Arbitration
1
0% / 0%
Overdue
0
Free
14
Developer 14
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
15
Developer 15
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
16
Developer 16
Rating
(24)
Projects
31
19%
Arbitration
4
50% / 25%
Overdue
4
13%
Free
17
Developer 17
Rating
(271)
Projects
553
50%
Arbitration
57
40% / 37%
Overdue
227
41%
Working
18
Developer 18
Rating
(40)
Projects
43
58%
Arbitration
1
100% / 0%
Overdue
1
2%
Free
Published: 5 codes
19
Developer 19
Rating
(2)
Projects
3
33%
Arbitration
1
0% / 100%
Overdue
0
Free
20
Developer 20
Rating
(144)
Projects
186
41%
Arbitration
24
58% / 21%
Overdue
13
7%
Free
Similar orders
Hi There, am looking out for help to develop my bot. It will require capability to open and close trades according to market trends or reversal. The requirements are straight, clear and easy to understand. Yes, details conditions will be provided once i have an experienced and detailed coder willing to take up this. Thanks
Trading Strategy Specification 🟢 Buy Setup Conditions: Trend Identification: The overall trend must be Bullish (Upward). (Note for the programmer: Define the bullish trend using higher highs/higher lows structure or a specific Moving Average). Fibonacci Retracement: The price must correct downwards to touch or test the 61.8% Fibonacci level , drawn from the most recent swing low to the swing high. Entry
Hey I need help with the development of my ea. I am using a built in indicator and a custom indicator. It shouldn't take too long. I will tell you the conditions and then I just need some help with the coding but I have some experience. Thanks we can chat on whatsap or telegram
I need an experienced MQL5 developer to build a semi automated trading signal system for Gold (XAUUSD) on MT5. The system is NOT a martingale or grid EA. The goal is to build a clean rule based signal engine that detects high probability setups based on predefined strategy rules and sends trading alerts with optional pending order logic. Main Requirements: 1. Signal Generation - Buy and Sell signals - Buy Limit - Buy
MT5 Expert Advisor Specification: Asian Liquidity Sweep & M5 FVG Entry ​Project Overview ​Automated Expert Advisor for EUR/USD on MT5. The strategy maps structural liquidity (Fractal Swings) for entry triggers but targets absolute session extremes for Take Profit. It enters on the first opposite M5 Fair Value Gap (FVG) and features a dynamic, user-controlled risk engine. ​1. Timezone & News Filter Requirements ​The
I am looking for an experienced MQL4/MQL5 developer to build a custom MT4 indicator from scratch or cracking my ex4 file that i provide to you. I already have an existing indicator (EX4) which produces highly accurate buy/sell signals. I want a similar indicator developed based on its observable behavior and signal structure. my existing indicator is pc id protected so you have to do PC ID security bypass and source
I am looking for an experienced MQL5 developer to build a professional Expert Advisor with the following specs: TECHNICAL REQUIREMENTS: - Platform: MetaTrader 5 (MT5) - Pairs: GBPUSD and EURUSD - Broker suffix support (e.g. GBPUSD@, EURUSD@) - Primary timeframe: M5 -Higher timeframe bias: H1 and H4 (for trend direction only) - One chart setup — manages both pairs from one chart STRATEGY: - Price action based: BOS
OBJETIVO Criar um Expert Advisor MT5 profissional para XAUUSD focado em: Consistência Baixo drawdown Scalping profissional Proteção da conta Crescimento sustentável Compatibilidade com conta micro e prop firms NÃO utilizar: Martingale Grid Hedge agressivo Recovery system Multiplicação de lotes após perda --- ATIVO XAUUSD apenas --- TIMEFRAMES Timeframe principal M5 Confirmação tendência M15 Confirmação macro opcional
I need a very advanced and intelligent MT5 Expert Advisor coded in MQL5 for XAUUSD, based on ICT + CRT + Smart Money Concepts. The goal is not a simple robot, but a professional decision-making system with strong filters, risk control, and high-quality trade selection. The EA must include: 1. Multi-Timeframe Analysis - D1 / H4 / H1 bias - M15 / M5 entry confirmation - Bullish or bearish market structure - BOS, CHoCH
Intraday Trade Ninja EA — Complete Logic Structure This document maps the full architecture, execution logic, signal flow, trade management, and safety structure of the Intraday Trade Ninja MT4 Expert Advisor. 1. Core Indicators · ©Price Border (TMA bands) · MA-X Arrows · MA-Y Arrows · LeManSignal · EMA 49 & 89 - Per Candle Color Switching 2. EA Entry Architecture ·

Project information

Budget
30 - 50 USD
Deadline
from 5 to 10 day(s)