仕事が完了した

実行時間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
    評価
    (10)
    プロジェクト
    19
    42%
    仲裁
    6
    0% / 50%
    期限切れ
    3
    16%
    仕事中
    2
    開発者 2
    評価
    (3)
    プロジェクト
    2
    0%
    仲裁
    1
    0% / 100%
    期限切れ
    0
    3
    開発者 3
    評価
    (16)
    プロジェクト
    19
    11%
    仲裁
    8
    38% / 38%
    期限切れ
    2
    11%
    取り込み中
    4
    開発者 4
    評価
    (2)
    プロジェクト
    0
    0%
    仲裁
    5
    0% / 60%
    期限切れ
    0
    5
    開発者 5
    評価
    (272)
    プロジェクト
    401
    27%
    仲裁
    39
    41% / 49%
    期限切れ
    1
    0%
    6
    開発者 6
    評価
    (253)
    プロジェクト
    259
    30%
    仲裁
    0
    期限切れ
    3
    1%
    パブリッシュした人: 2 codes
    7
    開発者 7
    評価
    (6)
    プロジェクト
    6
    0%
    仲裁
    2
    50% / 0%
    期限切れ
    1
    17%
    8
    開発者 8
    評価
    (504)
    プロジェクト
    971
    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
    評価
    (24)
    プロジェクト
    30
    13%
    仲裁
    12
    0% / 75%
    期限切れ
    8
    27%
    12
    開発者 12
    評価
    (13)
    プロジェクト
    13
    38%
    仲裁
    1
    0% / 100%
    期限切れ
    1
    8%
    13
    開発者 13
    評価
    (12)
    プロジェクト
    19
    42%
    仲裁
    3
    0% / 67%
    期限切れ
    3
    16%
    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%
    類似した注文
    Hello, I'm looking to find out the cost of creating a mobile trading robot. I've tried to describe it as thoroughly as possible in the following document. I look forward to your response. I'd like to know the costs, delivery time, and how you plan to implement it before making a decision
    I have an existing MT5 Expert Advisor (“E-Core”). I need an experienced MQL5 developer to integrate a structured risk management upgrade and a higher timeframe trend filter into the current code. Two files will be provided: 1️⃣ E-Core Source Code (Current Version) 2️⃣ Update Instructions File (contains exact inputs, functions, and logic to integrate) The developer must: Integrate the update logic
    I have a working MT5 Expert Advisor. I am NOT looking to change the strategy logic. I only need professional optimization and performance improvement. Requirements: • Parameter optimization • Risk adjustment • Max drawdown reduction • Forward testing report • Optimization for Gold (XAUUSD) Please provide previous optimization reports
    DO NOT RESPOND TO WORK WITH ANY AI. ( I CAN ALSO DO THAT ) NEED REAL DEVELOPING SKILL Hedge Add-On Rules for Existing EA Core Idea SL becomes hypothetical (virtual) for the initial basket and for the hedge basket . When price hits the virtual SL level , EA does not close the losing trades. Instead, EA opens one hedge basket in the opposite direction. Original basket direction Hedge basket direction (opposite) Inputs
    Hello, I am a user of the "BUY STOP SELL STOP V6" trading bot, which is an advanced Grid System bot. The bot is primarily designed for Gold (XAUUSD), but I want it to work on all currency pairs. "The bot contains a privacy/protection code that prevents it from running on other accounts or being modified on any platform, as it has a client account number lock mechanism" --- Bot Description & Current Settings Bot Type
    Hello, I have a breakout EA with reversal logic. I own the full source code for both MT4 and MT5 versions. I need the modifications implemented for both MT4 and MT5 versions. I need several modifications: – Multiple reversals with configurable parameters – Breakeven functionality – Entry only after candle close beyond range + offset – Time-based activation – Alternative offset calculation logic – Automatic close at
    Hi I have a simple task (hopefully) I have a custom strategy that I built with the help of Claude Anthropic - everything is finished and I zipped it with power shell but when importing it NT8 gives me the error message that the file was made from an older, incompatible version or not a NinjaScript. My folder structure is correct as far I can see so I don't know what the issues is and it's costing me too much to go
    Do you happen to have a profitable strategy for MNQ? it is urgent if any one can help me with this i will be happy to discuss with you and move forward to pay for it kindly let me know the amount thank fill free to bid
    Subject: Development of Ultra-High Precision Confluence Indicator - M1 Binary Options (Non-Repaint) ​ Hello, I am looking for a Senior MQL5 Developer to create a custom "Surgical Precision" indicator for MetaTrader 5, specifically optimized for 1-minute (M1) Binary Options trading. The system must integrate three distinct layers of algorithmic analysis. ​ 1. Core Logic: Triple-Layer Confluence ​The signal (Call/Put)
    Looking for an experienced MQL5 developer to design and develop a custom Expert Advisor (EA) for MetaTrader 5. The purpose of this EA is not just automated trading, but also to help me better structure, test, and refine my personal trading strategy

    プロジェクト情報

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