Tâche terminée

Temps d'exécution 11 heures
Commentaires du client
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.
Commentaires de l'employé
Thanks for the project. Looking forward to the next one!

Spécifications

  • 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.
























































































































































































































































































  • Répondu

    1
    Développeur 1
    Évaluation
    (10)
    Projets
    19
    42%
    Arbitrage
    6
    0% / 50%
    En retard
    3
    16%
    Travail
    2
    Développeur 2
    Évaluation
    (3)
    Projets
    2
    0%
    Arbitrage
    1
    0% / 100%
    En retard
    0
    Gratuit
    3
    Développeur 3
    Évaluation
    (16)
    Projets
    19
    11%
    Arbitrage
    8
    38% / 38%
    En retard
    2
    11%
    Chargé
    4
    Développeur 4
    Évaluation
    (2)
    Projets
    0
    0%
    Arbitrage
    5
    0% / 60%
    En retard
    0
    Gratuit
    5
    Développeur 5
    Évaluation
    (272)
    Projets
    401
    27%
    Arbitrage
    39
    41% / 49%
    En retard
    1
    0%
    Gratuit
    6
    Développeur 6
    Évaluation
    (253)
    Projets
    259
    30%
    Arbitrage
    0
    En retard
    3
    1%
    Gratuit
    Publié : 2 codes
    7
    Développeur 7
    Évaluation
    (6)
    Projets
    6
    0%
    Arbitrage
    2
    50% / 0%
    En retard
    1
    17%
    Gratuit
    8
    Développeur 8
    Évaluation
    (504)
    Projets
    971
    74%
    Arbitrage
    27
    19% / 67%
    En retard
    100
    10%
    Chargé
    Publié : 1 article, 6 codes
    9
    Développeur 9
    Évaluation
    (4)
    Projets
    4
    0%
    Arbitrage
    1
    0% / 100%
    En retard
    0
    Gratuit
    10
    Développeur 10
    Évaluation
    (171)
    Projets
    195
    42%
    Arbitrage
    13
    8% / 54%
    En retard
    9
    5%
    Gratuit
    Publié : 3 codes
    11
    Développeur 11
    Évaluation
    (24)
    Projets
    30
    13%
    Arbitrage
    12
    0% / 75%
    En retard
    8
    27%
    Gratuit
    12
    Développeur 12
    Évaluation
    (13)
    Projets
    13
    38%
    Arbitrage
    1
    0% / 100%
    En retard
    1
    8%
    Gratuit
    13
    Développeur 13
    Évaluation
    (12)
    Projets
    19
    42%
    Arbitrage
    3
    0% / 67%
    En retard
    3
    16%
    Gratuit
    14
    Développeur 14
    Évaluation
    (1)
    Projets
    2
    0%
    Arbitrage
    2
    0% / 50%
    En retard
    0
    Gratuit
    15
    Développeur 15
    Évaluation
    (50)
    Projets
    64
    20%
    Arbitrage
    11
    27% / 55%
    En retard
    5
    8%
    Gratuit
    16
    Développeur 16
    Évaluation
    (10)
    Projets
    14
    43%
    Arbitrage
    0
    En retard
    3
    21%
    Gratuit
    Commandes similaires
    2 FX pairs M15 execution with higher timeframe bias Session-based trading (UK time) Fixed % risk per trade Controlled pyramiding (add to winners only) Strict daily loss limits (FTMO-style) Proper order handling (SL always set) Basic logging (CSV) Strategy logic will be provided in detail after NDA / agreement. Must deliver: Source code (.mq5) Compiled file (.ex5) Clean, well-commented code Short support window for
    Hi, are you able to create a script/indicator on tradingview that displays a chart screener and it allows me to input multiple tickers on the rows. then the colums with be like "premarket high, premarket low, previous day high, previous day low" . When each or both of the levels break, there will pop up a circle on the chart screener, signaling to me what names are above both PM high and previous day high or maybe
    Do you need a profitable and well-structured trading strategy converted into a fully automated Expert Advisor on the MT5 platform? I specialize in developing advanced, high-performance EAs with: ✅ Smart entry & exit logic ✅ Risk-based lot size calculation ✅ Break-even & trailing stop system ✅ Spread & session filters ✅ Daily drawdown protection ✅ Prop firm (FTMO-style) risk compliance ✅ Fully automated trade
    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 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
    Freeallfree 400 - 800 USD
    Professional MT5 EA – XAUUSD I need a professional Expert Advisor for MT5 (MQL5) to trade XAUUSD only. This is not a random scalping bot. The EA must trade only high-probability liquidity breakouts during active sessions and avoid ranging or low-volatility markets. Symbol: XAUUSD Timeframe: M15 (optional H1 confirmation) Session filter (Dubai GMT+4): Trade only London and New York sessions Adjustable session times No

    Informations sur le projet

    Budget
    50+ USD
    Délais
    de 1 à 5 jour(s)