仕事が完了した

実行時間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 code
    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 codes
    7
    開発者 7
    評価
    (8)
    プロジェクト
    8
    0%
    仲裁
    2
    50% / 0%
    期限切れ
    1
    13%
    仕事中
    8
    開発者 8
    評価
    (510)
    プロジェクト
    977
    74%
    仲裁
    27
    19% / 67%
    期限切れ
    100
    10%
    仕事中
    パブリッシュした人: 1 article, 6 codes
    9
    開発者 9
    評価
    (4)
    プロジェクト
    4
    0%
    仲裁
    1
    0% / 100%
    期限切れ
    0
    10
    開発者 10
    評価
    (171)
    プロジェクト
    195
    42%
    仲裁
    13
    8% / 54%
    期限切れ
    9
    5%
    パブリッシュした人: 3 codes
    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%
    類似した注文
    Platform: TradingView Programming Language: Pine Script v6 Type: Custom Indicator Project Name: Scalping Reaction Zones + Valid Order Blocks MAIN GOAL I need a custom TradingView indicator for scalping. The indicator must detect: 1. Reaction / Explosion Zones 2. Valid Order Blocks 3. Combined Reaction Zone + Order Block zones The indicator should NOT generate: Buy signals Sell signals TP SL Entry signals Trading
    Hello, I trade on HFM MT5. Need SCALPING EA for scalping, budget $30. SYMBOLS: XAUUSD (GOLD), US30, NAS100, GER40, EURUSD TIMEFRAME: M1 and M5 PLATFORM: MT5, must work on HFM VPS STRATEGY: - EMA 9 crosses EMA 21 - RSI 14: BUY only if RSI >45, SELL only if RSI <55 - Bollinger Bands: Only trade when price returns inside BB after breakout - 1 trade at a time per symbol - SL: 150 points Gold / 100 points indices (must be
    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
    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
    Looking for an experienced Sierra Chart ACSIL/C++ developer to customize footprint chart. I need 3 things: 7-Day ATR – calculate and display a configurable 7-day ATR. Custom Footprint – footprint chart to match my preferred layout/data display. Automatic LVN – detect and plot Low Volume Nodes automatically based on volume distribution. I need to build one from scratch . Experience with Sierra Chart, ACSIL
    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 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

    プロジェクト情報

    予算
    50+ USD
    締め切り
    最低 1 最高 5 日