작업 종료됨

실행 시간 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%
    중재
    7
    0% / 57%
    기한 초과
    3
    16%
    작업중
    2
    개발자 2
    등급
    (3)
    프로젝트
    2
    0%
    중재
    1
    0% / 100%
    기한 초과
    0
    무료
    3
    개발자 3
    등급
    (17)
    프로젝트
    21
    14%
    중재
    8
    38% / 38%
    기한 초과
    3
    14%
    작업중
    4
    개발자 4
    등급
    (2)
    프로젝트
    0
    0%
    중재
    5
    0% / 60%
    기한 초과
    0
    무료
    5
    개발자 5
    등급
    (274)
    프로젝트
    403
    28%
    중재
    40
    40% / 50%
    기한 초과
    1
    0%
    무료
    6
    개발자 6
    등급
    (258)
    프로젝트
    265
    29%
    중재
    0
    기한 초과
    3
    1%
    무료
    게재됨: 2 코드
    7
    개발자 7
    등급
    (8)
    프로젝트
    8
    0%
    중재
    2
    50% / 0%
    기한 초과
    1
    13%
    작업중
    8
    개발자 8
    등급
    (509)
    프로젝트
    977
    74%
    중재
    27
    19% / 67%
    기한 초과
    101
    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%
    중재
    12
    0% / 75%
    기한 초과
    9
    29%
    무료
    12
    개발자 12
    등급
    (13)
    프로젝트
    13
    38%
    중재
    1
    0% / 100%
    기한 초과
    1
    8%
    무료
    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%
    무료
    비슷한 주문
    Title: MT5 Forex Trading Robot Development I need a MetaTrader 5 (MT5) Expert Advisor (EA) for automated Forex trading. Requirements: 1. The robot must be fully automated and capable of opening and closing trades without manual intervention. 2. Compatible with MetaTrader 5 (MT5). 3. Adjustable lot size, Stop Loss, and Take Profit settings. 4. Built-in risk management based on account balance. 5. Ability to trade
    Sierra Chart Alerts to MT5 via Webhook (Alert Manager File Version) Objective: Create a Custom Study (ACSIL / C++) that monitors alerts from the Alert Manager file and forwards any valid alert directly to MT5 via an HTTP POST (Webhook) in JSON format. Additional Note: The study should allow adding any modifications in the future and provide clear insights into the alert points in Sierra Chart. 1. Data Flow Diagram
    Hi all I would like a strategy to be developed for LIMT ORDERS strategy for both Buy/sell limit for XAUUSD, US30 & DE30/40 on the M1 or M5 chart . I have my EA but it's not profitable. It should be a Limit order strategy with a profit factor of 2+ when back testing . You should consider that My EA has trailing stop and a trailing limit order. I have experience in coding in MQL4/5, I'm currently struggling I with
    MT5 EA Developer for Structured ICT/SMC Market Logic Requirements Specification: I need an MT5 Expert Advisor only in MQL5. No indicator, no script, no DLL, and no external API. The EA must be built on a rule-based ICT/SMC-style framework with objective, backtestable logic. I am not looking for social-media-style ICT/SMC interpretation. I need a developer who can convert trading concepts into clear coding rules. The
    Szukam doświadczonego programisty do stworzenia dedykowanego doradcy eksperckiego (EA) do tradingu. Programista powinien posiadać solidną wiedzę z zakresu MT5, logiki strategii, wskaźników, zarządzania ryzykiem i backtestingu. Doświadczenie w tworzeniu niezawodnych i profesjonalnych robotów handlowych będzie dodatkowym atutem. Proszę o kontakt, jeśli zrealizowałeś już podobne projekty. wszystkie szczeguły podam w
    I need an experience programmer on news based EA, the EA will be able to fetch or return both historical and current calendar data and implore them into trading, The rest EA details will be communicated in the chat section
    Mambo 30+ USD
    I need a bot that can trade weltrade synthetic indices that can be consistently making profits if you have one for deriv its also fine a bot that executes and closes trades automat Will be ideal
    I am looking for an experienced MQL4/MQL5 developer to build a custom MT4 indicator from scratch or cracking my ex4 file that i provide to you. I already have an existing indicator (EX4) which produces highly accurate buy/sell signals. I want a similar indicator developed based on its observable behavior and signal structure. my existing indicator is pc id protected so you have to do PC ID security bypass and source
    📌 Project Overview: I need a full Smart Trade Management System for MetaTrader 4/5. This is a complete trading ecosystem, not a simple EA. 📌 Core Features: Smart Money Management (risk-based lot calculation) Advanced Trading Toolbox (TradingView-style drawing tools) Central Master Dashboard (risk, filters, account control) Multi-account monitoring (MT4/MT5 synchronization) Real-time monitoring (spread, equity
    Hello, i would like to have a ninjatrader indicator. I wanna to have a footprint indicator with delta, imbalances and big trades identifiable. Also I wanna sell it on whop. And it should be fully customisable in NT8

    프로젝트 정보

    예산
    50+ USD
    기한
    에서 1  5 일