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

Termos de Referência

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


Respondido

1
Desenvolvedor 1
Classificação
(251)
Projetos
314
28%
Arbitragem
34
26% / 65%
Expirado
10
3%
Trabalhando
2
Desenvolvedor 2
Classificação
(16)
Projetos
35
23%
Arbitragem
4
0% / 50%
Expirado
2
6%
Trabalhando
3
Desenvolvedor 3
Classificação
(1)
Projetos
0
0%
Arbitragem
2
0% / 100%
Expirado
0
Livre
4
Desenvolvedor 4
Classificação
(8)
Projetos
9
11%
Arbitragem
0
Expirado
0
Livre
5
Desenvolvedor 5
Classificação
(16)
Projetos
20
10%
Arbitragem
8
38% / 38%
Expirado
3
15%
Trabalhando
6
Desenvolvedor 6
Classificação
Projetos
2
0%
Arbitragem
0
Expirado
1
50%
Livre
7
Desenvolvedor 7
Classificação
(64)
Projetos
83
28%
Arbitragem
9
33% / 56%
Expirado
9
11%
Livre
Publicou: 1 código
8
Desenvolvedor 8
Classificação
(6)
Projetos
7
14%
Arbitragem
1
0% / 100%
Expirado
1
14%
Livre
9
Desenvolvedor 9
Classificação
(19)
Projetos
22
36%
Arbitragem
3
33% / 33%
Expirado
1
5%
Livre
Publicou: 3 códigos
10
Desenvolvedor 10
Classificação
(10)
Projetos
19
42%
Arbitragem
7
0% / 43%
Expirado
3
16%
Trabalhando
11
Desenvolvedor 11
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Livre
12
Desenvolvedor 12
Classificação
(2)
Projetos
2
0%
Arbitragem
3
0% / 100%
Expirado
1
50%
Livre
13
Desenvolvedor 13
Classificação
(3)
Projetos
4
0%
Arbitragem
1
0% / 0%
Expirado
0
Livre
14
Desenvolvedor 14
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Livre
15
Desenvolvedor 15
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Livre
16
Desenvolvedor 16
Classificação
(24)
Projetos
31
19%
Arbitragem
4
50% / 25%
Expirado
4
13%
Livre
17
Desenvolvedor 17
Classificação
(270)
Projetos
552
49%
Arbitragem
57
40% / 37%
Expirado
227
41%
Trabalhando
18
Desenvolvedor 18
Classificação
(32)
Projetos
33
61%
Arbitragem
1
100% / 0%
Expirado
1
3%
Livre
Publicou: 5 códigos
19
Desenvolvedor 19
Classificação
(2)
Projetos
3
33%
Arbitragem
1
0% / 100%
Expirado
0
Livre
20
Desenvolvedor 20
Classificação
(144)
Projetos
186
41%
Arbitragem
24
58% / 21%
Expirado
13
7%
Livre
Pedidos semelhantes
I am looking for a scalping EA based on daily VWAP for intraday trading. initiate buy when above VWAP and initiate sell below VWAP. it should have proper risk to reward
[Automatic Level Detection Group] - Enable Auto Detection: Yes/No - Number of Levels Required: (Number) 3-5 - Lookback Bars: (Number) 100-200 - Minimum Touches for Strong Level: (Number) 2 - Use Zig Zag Algorithm: Yes/No - Use Level Clustering: Yes/No - Max Cluster Distance (points): (Number) [Display and Drawing Group] - Resistance Line Color: (Color) - Support Line Color: (Color) - Show Info Labels: Yes/No - Lines
Profitable EA for sell 200 - 1000 USD
I am having 2 very proven and profitable EA which will give you profit and at the end of week you are always in profit. 1 This bot is safe bot and it generates handsome amount of profit with very less drawdown and high accuracy of 75-85%. 2. This bot is very aggressive and will suggest to go with only when you are having big capital and wanted to take more risk. It can make your account multiple fold
Trading can take us to the top but trading robots would take us to the sky with trades, money and more. Trading is about learning how to make money and become successful without pressure. I need an excellent trading robot with excellent skills and knowledge
The strategy is already fully defined with exact logic, scoring system, entry rules, risk management, and execution protection (spread, slippage, deviation). The strategy is already fully defined with exact logic, scoring system, entry rules, risk management, and execution protection (spread, slippage, deviation). Please follow the specification strictly without any discretionary interpretation
Job Description: I am looking for a skilled MQL5 developer to create a custom Expert Advisor (EA). The trading strategy relies on standard indicators, but requires precise execution logic and strict risk management rules. Key Technical Requirements & Skills Needed: Multi-Timeframe (MTF): Basic ability to read one indicator's data from a higher timeframe (M15) while the EA runs on a lower timeframe (M5). Instant
EA MACENIC PRO V12L 30 - 50 USD
Ready made robot for executing trades because don't have PC or laptop does it come as license key that allows straight extension to be a ready made of change your mind and the match is still hustling and I recommend exness broker on any. Strategy of a mobile robot arrena that execute trades it self and 24/7 operational system that enhances power of electronic art technology with automatic EA optimization
Strategy Overview / 策略概况: Logic: Built-in GUI, Adaptive ATR Spacing, High-level peak trailing profit & Low-level Bollinger Band exit. Logic (CN): 自带GUI界面,自适应ATR调节仓距,高层回调峰值止盈,低层Boll止盈。 Stress Test Results / 暴力测试表现: Setup: Reset capital to 20,000 USDM every week for high-risk, high-reward testing. Setup (CN): 每周重置2万USDM本金,纯利润提取后的暴力压力测试。 Week 1 & 2: 100% ROI per week (20k to 40k). Week 3: 50% ROI (20k to 30k)
Società di investimento con attività tra Sanremo e Monaco ricerca un giovane collaboratore con esperienza nell’utilizzo avanzato di MetaTrader 5. Si richiede la conoscenza della lingua ITALIANA e INGLESE. Si richiede una chiamata conoscitiva. Il collaboratore si occuperà di: • eseguire backtest di strategie di trading su MT5 • effettuare ottimizzazioni parametri tramite Strategy Tester • analizzare risultati e
A robot 30+ USD
Code pour créer un robot //+------------------------------------------------------------------+ #include <Trade/Trade.mqh> CTrade trade; // SYMBOLS string symbols[3] = {"Volatility 10 Index","Volatility 25 Index","Volatility 75 Index"}; string bestSymbol = ""; // VARIABLES double startBalance; int tradeCount = 0; int lossStreak = 0; bool tradingStopped = false; bool profitMode = false; datetime lastDay; // PARAMÈTRES

Informações sobre o projeto

Orçamento
30 - 50 USD
Prazo
de 5 para 10 dias