XAUUSD Trend-Following, Prop-Firm Compatible

작업 종료됨

실행 시간 4 일
고객의 피드백
Great developer. Clear communication, professional approach, and delivered exactly as specified. EA works correctly, issues were fixed quickly, and optimization was handled well. Highly recommended.
피고용인의 피드백
Thank you for the order! I’ll be happy to continue working with you!

명시

Strategy: Trend-Following on XAUUSD

  • The EA must use a trend-following strategy (no counter-trend scalping).

  • You may:

    • Propose your own proven trend strategy for Gold, OR

    • Implement a structure we agree on (example: dual EMA, trend filter + pullback entry, etc.).

  • Examples of acceptable logic (you can propose your own variation):

    • Moving average trend filter (e.g., price above EMA 200 = uptrend).

    • Entry on pullbacks or breakouts in the direction of the main trend.

    • Optional filters: RSI, ATR, volatility filters, session filters.

  • No martingale, no grid, no arbitrage.

  • Strategy must be clearly explained:

    • Entry rules

    • Exit rules

    • Filters

    • Risk and money management logic


⚙️ EA Features Required

  • Fixed SL & TP + optional partial close

  • Risk per trade in % of balance and fixed lot option

  • Break-even and trailing stop options

  • Spread & slippage protection (user adjustable)

  • Max open trades filter (e.g., only 1–3 trades at a time)

  • Trading time filters (e.g., disable during rollover or specific sessions)

  • Option to disable trading around high-impact news (if possible)

  • Equity protection:

    • Daily loss limit (for prop firm rules)

    • Max drawdown stop

  • Magic number, comment, and order ID control

  • On-chart panel/dashboard showing:

    • Current trend direction

    • Open position info

    • P/L, lot size, risk per trade, etc.


🧪 Testing & Proof Required

The developer must provide:

  1. Backtests on XAUUSD:

    • At least 3–5 years history

    • High quality tick data (as much as possible)

    • Show results on at least one main timeframe (e.g., M15/H1/H4 – you can propose)

  2. Detailed explanation of the test settings:

    • Timeframe

    • Spread

    • Initial balance

    • Risk settings

  3. Recommended:

    • Basic optimization done for XAUUSD

    • Forward test / demo test if available


📄 Deliverables

  • Complete EA file (.ex5)

  • Source code (.mq5) – required

    • Strategy explanation

    • Recommended settings (pairs/timeframe – XAUUSD only, but multiple TFs if supported)

    • Risk recommendations (for prop firms and live accounts)






  • 응답함

    1
    개발자 1
    등급
    (22)
    프로젝트
    28
    7%
    중재
    9
    33% / 33%
    기한 초과
    1
    4%
    작업중
    2
    개발자 2
    등급
    (465)
    프로젝트
    813
    49%
    중재
    75
    21% / 51%
    기한 초과
    141
    17%
    작업중
    3
    개발자 3
    등급
    (2)
    프로젝트
    3
    0%
    중재
    0
    기한 초과
    0
    무료
    4
    개발자 4
    등급
    (1)
    프로젝트
    1
    0%
    중재
    0
    기한 초과
    0
    무료
    5
    개발자 5
    등급
    (1)
    프로젝트
    0
    0%
    중재
    1
    0% / 100%
    기한 초과
    0
    무료
    6
    개발자 6
    등급
    프로젝트
    0
    0%
    중재
    0
    기한 초과
    0
    무료
    비슷한 주문
    Project Description I am looking for an experienced MQL5/MT5 Expert Advisor developer to develop an automated trading EA for XAUUSD on the M3 timeframe , running on an Exness account . The EA will automate a manual strategy based on SNR/GAP zones , using two setup types: Price Rejection Price Correction The EA should identify valid BUY/SELL setups around predefined SNR/GAP areas, apply configurable RSI, SMA, EMA and
    I need an MT5 Expert Advisor for XAUUSD (Gold) running on an Exness account. STRATEGY LOGIC The exact entry and exit rules will be provided in writing before development starts. Please quote for a single rule-based strategy with clearly separated logic, so the rules can be adjusted later without rewriting the whole EA. RISK MANAGEMENT (this is the priority of the project) - Risk per trade as a percentage of account
    Modification of Trade_Panel_7 7.05 Objective . I have this utility “Trade_Panel_7 7.05” with which I open and close positions. Please refer to attached “Trade Panel Modification.jpg”. It shows an input parameter “Volume Step”. This parameter has the initial value of 0.02 as shown. This feature needs to be amended. Present Status . Value of lot size is increased by this “Volume Step”. I have built a whole series of
    Hello Traders, Have a trading strategy or idea you want to automate? I specialize exclusively in MQL5 development, helping traders turn their concepts into professional trading solutions. Custom Expert Advisors — automate your strategy and reduce manual execution Custom Indicators — transform your market ideas into powerful trading tools Fix & Debug — identify errors and get your existing code working properly
    please share: Strategy description — entry/exit rules, indicators used, timeframe(s), and instrument(s) (a written explanation, screenshots, or an existing indicator/EA to reference all work) Risk management rules — position sizing method (fixed lot / % risk), stop loss / take profit logic, max drawdown or daily loss limits, and whether martingale/grid/hedging is involved Broker & account details — broker name
    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
    //———————————————————————————————————————————————————————————————————— 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 () {

    프로젝트 정보

    예산
    30 - 100 USD
    기한
    에서 2  8 일