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

指定

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


反馈

1
开发者 1
等级
(251)
项目
314
28%
仲裁
34
26% / 65%
逾期
10
3%
工作中
2
开发者 2
等级
(16)
项目
35
23%
仲裁
4
0% / 50%
逾期
2
6%
工作中
3
开发者 3
等级
(1)
项目
0
0%
仲裁
2
0% / 100%
逾期
0
空闲
4
开发者 4
等级
(8)
项目
9
11%
仲裁
0
逾期
0
空闲
5
开发者 5
等级
(16)
项目
20
10%
仲裁
8
38% / 38%
逾期
3
15%
工作中
6
开发者 6
等级
项目
2
0%
仲裁
0
逾期
1
50%
空闲
7
开发者 7
等级
(64)
项目
83
28%
仲裁
9
33% / 56%
逾期
9
11%
空闲
发布者: 1 代码
8
开发者 8
等级
(6)
项目
7
14%
仲裁
1
0% / 100%
逾期
1
14%
空闲
9
开发者 9
等级
(19)
项目
22
36%
仲裁
3
33% / 33%
逾期
1
5%
空闲
发布者: 3 代码
10
开发者 10
等级
(10)
项目
19
42%
仲裁
7
0% / 43%
逾期
3
16%
工作中
11
开发者 11
等级
项目
0
0%
仲裁
0
逾期
0
空闲
12
开发者 12
等级
(2)
项目
2
0%
仲裁
3
0% / 100%
逾期
1
50%
空闲
13
开发者 13
等级
(3)
项目
4
0%
仲裁
1
0% / 0%
逾期
0
空闲
14
开发者 14
等级
项目
0
0%
仲裁
0
逾期
0
空闲
15
开发者 15
等级
项目
0
0%
仲裁
0
逾期
0
空闲
16
开发者 16
等级
(24)
项目
31
19%
仲裁
4
50% / 25%
逾期
4
13%
空闲
17
开发者 17
等级
(270)
项目
552
49%
仲裁
57
40% / 37%
逾期
227
41%
工作中
18
开发者 18
等级
(32)
项目
33
61%
仲裁
1
100% / 0%
逾期
1
3%
空闲
发布者: 5 代码
19
开发者 19
等级
(2)
项目
3
33%
仲裁
1
0% / 100%
逾期
0
空闲
20
开发者 20
等级
(144)
项目
186
41%
仲裁
24
58% / 21%
逾期
13
7%
空闲
相似订单
[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
I need someone to recreate this indicator for mt5 for $60 it has to be non repaint ,I've been trying to code this indicator so if someone can do it my contact is , sebokomorobi6@gmail.com ,or 073 923 0151 you can contact the number on Whatsapp no calls allowed

项目信息

预算
30 - 50 USD
截止日期
 5  10 天