工作已完成

执行时间11 小时
客户反馈
The best developer I have ever worked with. He has a lot of experience and knows his job. He delivered my EA on the same day and it was working as expected. I highly recommend him.
员工反馈
Thanks for the project. Looking forward to the next one!

指定

  • Cycle start

    • When there are no open orders (by magic+symbol), the EA immediately opens a new cycle using the bullishness, bearishness, or neutralness of the current candle direction: if the current candle is bullish → open M1 BUY, otherwise M1 SELL. If the current candle is neutral, choose randomly.

    • Immediately after opening M1, place P1 in the opposite direction as M1 at the broker’s minimum pending distance. P1 lot = 3 × M1 lot (user input). M1 TP = 0.7 pips and P1 TP is at entry ± 0.7 pips (depending on direction) — but the P1 entry is at the minimum allowed distance.

    • Immediately after opening M1, place P2 in the same direction as M1 at the broker's minimum pending distance plus 1 point (P2 lot is calculated in Scenario (iii) below). P2 TP is at entry ± 0.7 pips as well.

  • Scenario (i)  M1 wins before P1 triggers

    • When M1 is closed by TP, the EA deletes P1 and P2 and resets the cycle (immediate restart).

  • Scenario (ii)  P1 triggers → M2 and M2 wins

    • If P1 triggers (fills) it becomes M2 (market). If M2 hits its own TP, the EA closes M1 and any pendings (P2) and restarts the.

  • Scenario (iii)  P1 triggers (M2), M2 didn't win but price returns to M1 TP

    • If M2 is running and later M1 TP is reached, the EA:

      • Closes M1 (M1 awarded profit by broker),

      • P2 lot is computed so that the cash profit when M3 (P2 when triggered) hits its TP will approximately offset or cancel the floating loss of M2, to within 3 points (Note that this makes sure that the P/L of M1 is always protected).

  • When P2 triggers → M3

    • P2 becomes M3 (market); The EA checks combined floating P/L of M2 + M3 each tick; if combined P/L is within the 3 point threshold, the EA closes both M2 & M3 and resets.

  • Double the lot size of M1 after one hundred cycles until a lot size of 12.8 lots is reached. This must be a choice in the inputs. That is, the user must be able to choose whether to keep the lot size of M1 flat at 0.01 lots or to keep on doubling it after a hundred cycle restarts.
  • Safety & housekeeping

    • All lot sizes are clamped/rounded to broker rules (MODE_MINLOT, MODE_LOTSTEP, MODE_MAXLOT).

    • Pending distances respect MODE_STOPLEVEL .

    • Many debug logs & a periodic summary print are included.

    • The EA uses history-scanning to reliably react to broker-side TP closures (so it can detect TP closures that removed tickets).

    • Make sure the EA survives a connection interruption.
























































































































































































































































































  • 反馈

    1
    开发者 1
    等级
    (13)
    项目
    22
    41%
    仲裁
    8
    0% / 50%
    逾期
    3
    14%
    空闲
    2
    开发者 2
    等级
    (3)
    项目
    2
    0%
    仲裁
    1
    0% / 100%
    逾期
    0
    空闲
    3
    开发者 3
    等级
    (18)
    项目
    22
    18%
    仲裁
    8
    38% / 38%
    逾期
    3
    14%
    已载入
    发布者: 1 代码
    4
    开发者 4
    等级
    (2)
    项目
    0
    0%
    仲裁
    5
    0% / 60%
    逾期
    0
    空闲
    5
    开发者 5
    等级
    (274)
    项目
    403
    28%
    仲裁
    40
    40% / 50%
    逾期
    1
    0%
    空闲
    6
    开发者 6
    等级
    (258)
    项目
    269
    29%
    仲裁
    1
    100% / 0%
    逾期
    3
    1%
    工作中
    发布者: 2 代码
    7
    开发者 7
    等级
    (8)
    项目
    8
    0%
    仲裁
    2
    50% / 0%
    逾期
    1
    13%
    工作中
    8
    开发者 8
    等级
    (510)
    项目
    977
    74%
    仲裁
    27
    19% / 67%
    逾期
    100
    10%
    工作中
    发布者: 1 文章, 6 代码
    9
    开发者 9
    等级
    (4)
    项目
    4
    0%
    仲裁
    1
    0% / 100%
    逾期
    0
    空闲
    10
    开发者 10
    等级
    (171)
    项目
    195
    42%
    仲裁
    13
    8% / 54%
    逾期
    9
    5%
    空闲
    发布者: 3 代码
    11
    开发者 11
    等级
    (25)
    项目
    31
    13%
    仲裁
    13
    0% / 77%
    逾期
    9
    29%
    空闲
    12
    开发者 12
    等级
    (14)
    项目
    14
    36%
    仲裁
    1
    0% / 100%
    逾期
    1
    7%
    工作中
    13
    开发者 13
    等级
    (13)
    项目
    20
    40%
    仲裁
    3
    0% / 67%
    逾期
    3
    15%
    空闲
    14
    开发者 14
    等级
    (1)
    项目
    2
    0%
    仲裁
    2
    0% / 50%
    逾期
    0
    空闲
    15
    开发者 15
    等级
    (50)
    项目
    64
    20%
    仲裁
    11
    27% / 55%
    逾期
    5
    8%
    空闲
    16
    开发者 16
    等级
    (10)
    项目
    14
    43%
    仲裁
    0
    逾期
    3
    21%
    空闲
    相似订单
    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
    Indicador Maximas e Minimas + Super Trend O Indicador MAX/MIN é um indicador de análise técnica para o MetaTrader 5 , desenvolvido para ajudar você a identificar regiões importantes de preço e possíveis oportunidades de compra e venda. O que ele faz MAX/MIN: identifica máximas e mínimas relevantes do mercado e mostra os preços no gráfico. HH / HL / LH / LL: ajuda a visualizar a estrutura do mercado, mostrando quando
    Subject: Custom MT5 Multi-Currency EA Request - Multi-Timeframe Strategy with Trailing Stop Hi, I am looking for a developer to create a custom Expert Advisor (EA) for MetaTrader 5 (MT5) . The EA must be optimized for multi-currency testing and trading , allowing me to run it across multiple currency pairs simultaneously. The trading logic should be based on a multi-timeframe approach using the following indicators
    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
    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 () {

    项目信息

    预算
    50+ USD
    截止日期
     1  5 天