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
評価
(262)
プロジェクト
328
29%
仲裁
36
25% / 61%
期限切れ
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
評価
(17)
プロジェクト
21
14%
仲裁
8
38% / 38%
期限切れ
3
14%
取り込み中
6
開発者 6
評価
プロジェクト
2
0%
仲裁
0
期限切れ
1
50%
7
開発者 7
評価
(64)
プロジェクト
83
28%
仲裁
9
33% / 56%
期限切れ
9
11%
パブリッシュした人: 1 code
8
開発者 8
評価
(6)
プロジェクト
7
14%
仲裁
1
0% / 100%
期限切れ
1
14%
9
開発者 9
評価
(20)
プロジェクト
23
39%
仲裁
4
25% / 50%
期限切れ
1
4%
パブリッシュした人: 4 codes
10
開発者 10
評価
(12)
プロジェクト
21
43%
仲裁
8
0% / 50%
期限切れ
3
14%
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
評価
(25)
プロジェクト
32
19%
仲裁
5
40% / 40%
期限切れ
4
13%
17
開発者 17
評価
(271)
プロジェクト
553
50%
仲裁
57
40% / 37%
期限切れ
227
41%
仕事中
18
開発者 18
評価
(41)
プロジェクト
46
59%
仲裁
2
100% / 0%
期限切れ
1
2%
パブリッシュした人: 5 codes
19
開発者 19
評価
(2)
プロジェクト
3
33%
仲裁
1
0% / 100%
期限切れ
0
20
開発者 20
評価
(144)
プロジェクト
186
41%
仲裁
24
58% / 21%
期限切れ
13
7%
類似した注文
We are seeking an experienced software developer and financial analyst to build an advanced AI trading robot capable of analyzing various market conditions through both technical and fundamental analysis. The system should be able to process real-time data, generate trading signals, and adapt to changing market environments
setup trading alerts on mt5 from hikin Ashi candles i have a strategy script convert it to sent alerts as signals ans sl/tp in mt5 same as tradingview hikin ashi
PLATFORM: MetaTrader 5 (MQL5) ASSET: XAUUSD (Gold) ACCOUNT TYPE: Live Raw Spread Account (Floating Spread + Commission) 500x leverage The broker commission is exactly 3 usd per standart lot per side6.00 round turn). The EA's internal trade tracking, net profit/loss metrics, and trailing drawdown calculations must completely factor in these commission charges alongside the raw asset spread. I need a clean, optimized
I have a High-Frequency Trading (HFT) Expert Advisor for both MT4 and MT5 . The EA performs consistently and profitably on demo accounts , but when I run it on an IC Markets Raw and standard live account , it begins generating losses under what appear to be the same trading conditions. if needed i can provide Full EA source code (.mq4 and/or .mq5) and Set file. I need an experienced MQL4/MQL5 developer to thoroughly
I am looking for an experienced developer to create a custom MT4 Expert Advisor (EA) / trading robot. Requirements: Fully automated trading system for MetaTrader 4 Clear entry and exit strategy (can be based on indicators, price action, or a custom logic) Risk management features (lot size control, stop loss, take profit, trailing stop) Ability to run on multiple currency pairs Option to adjust settings (risk %
I am a forex trader I want to help to all the other traders with translating and online cources so which is interested buy this package and join us thank you
Kenyan Editor 30+ USD
1.a specific robot to earn for a quick and reasonable trade all over. The Idear of being specific makes me perfect, I want this to be clear that make me a high luxurious person will describe me and I will promise to advertise the market both internally and externally
I have my own strategy in 1min. I want it convert to a bot. Please reach me only coding experts. I dont want bit makers from Ai. Demo version should be provided for confirmation
Siraj Durrani 30 - 50 USD
Title: Need MT4 Expert Advisor for XAUUSD (SMC/ICT Strategy) Requirements: I need a professional MT4 Expert Advisor (EA) for XAUUSD based on Smart Money Concepts (SMC) / ICT strategy. Features: - Platform: MetaTrader 4 (MT4) - Symbol: XAUUSD - Automatic Buy and Sell trades. - Detect market trend automatically. - Use Break of Structure (BOS) and Change of Character (CHoCH) for trend confirmation. - Enter trades only
Xauusd to gold 35+ USD
The EA must be fully automated , backtest-friendly , prop-firm-safe , and built with a clean modular architecture . Core Strategy Requirements 1. Higher Timeframe Bias Use D1 and H4 . Use 200 EMA as trend filter: If price is above 200 EMA on both D1 and H4 -> allow BUY only If price is below 200 EMA on both D1 and H4 -> allow SELL only If D1 and H4 are not aligned -> no trade 2. Market Structure Module Detect and

プロジェクト情報

予算
30 - 50 USD
締め切り
最低 5 最高 10 日