Tâche terminée
Temps d'exécution 20 heures
Spécifications
TITLE: MT5 Multi-Timeframe Trend Pullback EA with ATR Risk Management
BUDGET: $25 USD
PLATFORM: MetaTrader 5 (MQL5)
DESCRIPTION:
I need a professional, clean, and fully commented Expert Advisor (EA) developed for MT5. The strategy is a multi-timeframe trend-following system that trades pullbacks using Exponential Moving Averages (EMA), the Relative Strength Index (RSI), and Average True Range (ATR) for dynamic risk management.
The developer must deliver both the compiled (.ex5) and the raw source code (.mq5) with exclusive intellectual property rights remaining with the customer.
---
### 1. STRATEGY LOGIC & INPUTS
#### Indicators & Timeframes:
* **Trend Filter Timeframe (HTF):** 1-Hour (H1) or 4-Hour (H4) [User Input]
* **Trend Filter Indicator:** 200 Exponential Moving Average (EMA) applied to Close.
* **Entry Timeframe (LTF):** 15-Minute (M15) [User Input]
* **Trigger Indicator:** 14-period Relative Strength Index (RSI) applied to Close.
* **Volatility Indicator:** 14-period Average True Range (ATR) on the Entry Timeframe.
---
### 2. ENTRY RULES
#### A. Buy (Long) Entry Conditions:
1. **Trend Filter:** The current market price on the H1 chart must be ABOVE the H1 200 EMA.
2. **Pullback Trigger (M15):** The RSI (14) on the M15 chart must cross BELOW the 30 level (oversold) and then cross back ABOVE 30.
3. **Execution:** Enter a BUY order at the open of the very next M15 candle after the RSI cross-back confirmation.
#### B. Sell (Short) Entry Conditions:
1. **Trend Filter:** The current market price on the H1 chart must be BELOW the H1 200 EMA.
2. **Pullback Trigger (M15):** The RSI (14) on the M15 chart must cross ABOVE the 70 level (overbought) and then cross back BELOW 70.
3. **Execution:** Enter a SELL order at the open of the very next M15 candle after the RSI cross-back confirmation.
---
### 3. STRICT RISK MANAGEMENT & EXIT RULES (CRITICAL)
The EA must automatically calculate lot sizes and protect capital using the following rules:
* **Risk per Trade:** [User Input, Default = 1.0%] of total Account Balance.
* **Dynamic Stop Loss (SL):**
$$SL = \text{Entry Price} \pm (1.5 \times \text{ATR}(14))$$
* **Dynamic Take Profit (TP):**
$$TP = \text{Entry Price} \pm (3.0 \times \text{ATR}(14))$$
*(This guarantees a strict 1:2 Risk-to-Reward Ratio).*
* **Auto-Lot Calculation:** The EA must automatically calculate the contract/lot size based on the 1% risk of the balance and the distance to the SL in points.
* **Breakeven Trailing:** Once the trade reaches 1:1 Risk-to-Reward (halfway to TP), the EA must automatically move the Stop Loss to the Entry Price (Breakeven + Spread).
* **One Trade at a Time:** No grid, no martingale. Only 1 open trade allowed per currency pair at any given time.
* **Daily Max Drawdown Protection:** [User Input, Default = 3.0%]. If the daily equity drawdown reaches 3% of the starting daily balance, close all open trades, cancel pending orders, and disable the EA for the day.
*
Répondu
1
Évaluation
Projets
183
25%
Arbitrage
24
17%
/
75%
En retard
16
9%
Gratuit
2
Évaluation
Projets
10
30%
Arbitrage
1
0%
/
0%
En retard
2
20%
Chargé
Publié : 1 code
Commandes similaires
GRID/DCA EA for XAUUSD Trading needed
50 - 100 USD
I need a unique grid trading system for XAUUSD that combines entry, controlled two-sided grid expansion, DCA (Dollar Cost Averaging) basket profit control, hedging. Unlike traditional grid EAs that only trade against price, this unique grid system should dynamically build positions in both directions based on market movement, allowing flexible adaptation to changing conditions ie the grid needs to dynamically move
I need an experienced MQL5 developer to create a fully automated MT5 Expert Advisor called Ayoub Gold EA , focused exclusively on XAUUSD (Gold) . Main requirements: Platform: MT5 / MQL5. Fully automated BUY and SELL trading on XAUUSD. Must support broker suffixes such as XAUUSD, XAUUSD.f and XAUUSDm. Trading strategy based mainly on Range Breakout with trend confirmation. EMA, ADX and ATR filters. London/New York
Mashiri
50 - 10000 USD
I need a custom MetaTrader 5 indicator designed specifically for XAUUSD gold trading. The indicator should identify potential buy and sell opportunities, display clear entry and exit signals on the chart, provide alerts, and help identify market trends and possible reversals
Looking for an experienced Sierra Chart ACSIL/C++ developer to customize an existing footprint chart. I need 3 things: 7-Day ATR – calculate and display a configurable 7-day ATR. Custom Footprint – modify my existing footprint chart to match my preferred layout/data display. Automatic LVN – detect and plot Low Volume Nodes automatically based on volume distribution. I already have a working footprint chart, so no
V3 PRO Auto-Scalper EA
40+ USD
//———————————————————————————————————————————————————————————————————— struct S_MCAV { double matureSum; double totalSum; double value; void Init () { matureSum = 0.0; totalSum = 0.0; value = 0.5; } void AddContext (int ctx) { totalSum += 1.0; if (ctx == 1) matureSum += 1.0; } void ApplyDecay (double rate) { matureSum *= rate; totalSum *= rate; } void Update () {
1. Title Development of a Custom MQL5 Expert Advisor for XAUUSD (MetaTrader 5) 2. Requirements Specification Overview: I am looking for an experienced MQL5 developer to build a robust, fully custom Expert Advisor (EA) for MetaTrader 5 tailored for trading Gold (XAUUSD). Core Specifications & Features: Asset & Timeframe: Designed specifically for XAUUSD. Timeframe should be selectable directly from the EA inputs
Adaptive XAUUSD EA – MT5
30 - 200 USD
Cerco uno sviluppatore MQL5 esperto per sviluppare da zero un Expert Advisor completamente nuovo per XAUUSD su MT5. Non desidero un semplice Expert Advisor basato su indicatori fissi. Desidero un sistema di trading dinamico e adattivo, in grado di adattare il proprio comportamento alle mutevoli condizioni di mercato di XAUUSD. Lo sviluppatore dovrebbe essere libero di combinare qualsiasi tecnica ritenuta opportuna
I am looking for a Senior MQL5 Developer to create a new MetaTrader 5 Expert Advisor from scratch. I will provide a complete Requirements Specification containing objective entry, exit and risk-management rules. This is not a request to copy or decompile an existing product. Project requirements: Clean and modular MQL5 source code. Exact implementation of the supplied strategy. One signal evaluation per configured
Composite robot
30 - 200 USD
Title: Multi-Timeframe Pure Price Action & Elliott Wave Execution Bot for XAUUSD 1. Project Overview I need a robust, automated trading bot (Expert Advisor) for MetaTrader 5 (MT5) to trade XAUUSD (Gold) exclusively. The strategy is built entirely on Top-Down Multi-Timeframe (MTF) market structure, pure price action, and Elliott Wave principles. It does not use traditional lagging technical indicators (like RSI or
Build a fully mechanical EA for XAUUSD on D1 timeframe. Trader spends 5-10 mins per day to run it. No discretion. EA calculates, places orders, and walks away. Timeframe Use the Daily (D1) timeframe . At the close of each completed daily candle, identify: Previous day's High (wick) Previous day's Low (wick) Previous day's Open
Informations sur le projet
Budget
30+ USD
Délais
de 1 à 3 jour(s)