Project summary
I need an MQL5 Expert Advisor (EA) named “The Oracle” — a high-speed scalping robot that can open and close market trades within seconds. The EA must be optimized for minimal latency and reliable, deterministic closure logic (time-based close in seconds). Deliverables: MQ5 source code, EX5 compiled file, short user guide, and test results (Strategy Tester Every Tick + VPS live test screenshots).
Primary goals
• Open market orders immediately when entry conditions are met.
• Close trades automatically after a user-defined number of seconds (default 2s), or earlier if TP/SL is hit.
• Retry and force-close logic to guarantee closure even with slippage/freeze.
Platform & accounts
• MetaTrader 5 (MT5) — must run on hedging & ECN accounts.
• Support 4- and 5-digit brokers.
• Should be tested on a Windows VPS (developer must provide VPS test screenshots/video).
Core features & behaviour (must implement)
1. Entry modes (user-selectable via Inputs):
• Instant Entry Mode: opens a trade immediately when enabled (BUY / SELL / BOTH).
• Spike Trigger Mode: open when price moves ≥ SpikePoints within SpikeSeconds.
• Indicator Hook (optional): MA crossover / RSI threshold (developer implements hooks so indicators can be toggled on/off).
2. Exit modes (user-selectable via Inputs):
• Time-based close (Primary): CloseAfterSeconds (default 2). EA must close the trade X seconds after it is opened.
• TakeProfit / StopLoss (points) — close if TP/SL hit before time expiry.
• Combined mode: close after seconds OR on TP/SL.
• Emergency forced closure: if Close request fails (trade still open due to requote, freeze, slippage), EA retries every 200 ms until closed or config max retries reached.
3. Order execution
• Use market orders only.
• Minimal internal delays between signal detection and OrderSend.
• Respect broker MaxSlippage parameter; if spread > MaxSpread do not open trades.
4. Risk & lot sizing
• Fixed lot input (LotSize).
• Optional AutoLot: RiskPercent (calc on balance or equity).
• MaxDailyLoss and MaxOrdersPerDay protections.
5. Trade management
• MagicNumber input.
• AllowMultipleTrades (true/false).
• Check for existing trades with same MagicNumber before opening (if restricted).
• Trade comment string input.
• Ability to run multiple EA instances on different symbols.
6. Reliability & protections
• Validate and fix invalid stops if broker rejects them.
• Handle off-quotes and error codes (log and retry behavior).
• Option to pause on news / high spread / market freeze.
7. UI / On-chart display
• Show: EA status, mode, spread, active trades count, next auto-close countdown (seconds), last error.
• Simple buttons: Enable/Disable trading, Manual Close All.
8. Logging & notifications
• Log each open/close attempt with timestamps and error codes.
• Optional push notifications / desktop alerts for opens/closes/errors.
Inputs (example defaults)
• MagicNumber = 2025
• AllowBuy = true; AllowSell = true
• EntryMode = Instant / Spike / Indicator
• SpikePoints = 30; SpikeSeconds = 2
• CloseAfterSeconds = 2
• TakeProfit = 10 (points)
• StopLoss = 20 (points)
• LotSize = 0.01; AutoLot = false; RiskPercent = 1.0
• MaxSpread = 20 (points)
• MaxSlippage = 5 (points)
• MaxOrdersPerDay = 10
• RetryCloseIntervalMs = 200; MaxCloseRetries = 50
Performance & testing
• Must be optimized to minimize CPU/indicator overhead.
• Provide Strategy Tester reports (Every Tick mode) for at least 3 symbols and multiple timeframes showing open/close within seconds functionality.
• Provide a short recorded live test (or VPS screenshots) showing a trade opened and closed in seconds on a real broker (or demo ECN with realistic conditions).
Acceptance criteria
• EA opens a market order within milliseconds of the trigger being met (reasonable broker-dependent latency).
• EA reliably closes trades after CloseAfterSeconds (2s default) in at least 95% of timed tests on the chosen broker/demo; for failures the EA must attempt forced retry until closed.
• No unhandled errors; all errors logged and communicated via alerts if enabled.
• Clean, commented MQ5 source code and compiled EX5 delivered. All rights transferred to client.
Deliverables
1. MQ5 source and EX5 compiled file.
2. Readme / quick user manual explaining inputs and operation.
3. Strategy Tester reports (Every Tick) + at least one VPS/demo live test proof (video or screenshots).
4. 30 days bug-fix support after delivery.
Ownership & warranty
• Client retains full IP rights.
• Developer guarantees the code is original (no copied proprietary code) and will fix critical bugs found in the 30-day support window.
Ordini simili
am looking for a Mentor that has verifiable experience trading forex and commodities. Somebody who has a couple years experience in failures and successes. I am not a beginner. I have modest success already with discretionary trading. I have had an EA created that is very promising. It has extensive testing with very good results. The idea would be to work together advancing the existing EA and build additional EA's
Need to create an MT5 EA based on break out strategy. This will be all in one EA including daily breakout, hourly breakout, support and resistance breakout, pivot breakout, super trend break out, moving average breakout. Extra features include TP, SL, breakeven, notifications, dashboard
Looking for an MT5 developer to build an automated trading bot that executes trades based on indicator signals. The bot should support flexible inputs, work across Forex, commodities, and crypto, and allow basic configuration options. If you're experienced with MT5 EAs and indicator integration, please reach out
I want a reliable and broker-independent copy-trading solution that copies trades from a master MT5 account to multiple MT4 and/or MT5 client accounts. The system is designed for stable live trading and works with any broker, handling common differences in symbols, pricing, and execution. The copier supports full trade synchronization, including trade opening, closing, partial closes, and SL/TP modifications, with
PAIR : EURUSD ONLY TIMEFRAME: M1 SESSION:LONDON SESSION ONLY(CONFIGURABLE START / END TIME) TREND FILTER: - USE VWAP AS MAIN TREND FILTER - BUY ONLY WHEN PRICE IS ABOVE VWAP - SELL ONLY WHEN PRICEIS IS BELLOW VWAP STRUCTURE CONDITION : - TRADE ONLY AFTER A VALID BOS (BREAK OF STRUCTURE) - BOS MUST BE IN THE SAME DIRECTION AS VWAP TREND -IGNORE COUNTER-TREND BOS ENTERY CONDITION (ORDER BLOCK ): - AFTER BOS , WAIT FOR
I am looking for an experienced developer to create an automated trading bot on the Quantower platform based on my trading rules. The bot should execute trades automatically. Kindly bid for it if it is what you can code for me
MT5 Expert Advisor – XAUUSD Opening Range Breakout I am looking for an experienced MQL5 developer to build a robust MT5 Expert Advisor. STRATEGY DETAILS • Instrument: XAUUSD • Timeframe: M30 • Broker: Pepperstone (Spread Betting) • Trading days: Monday–Friday only OPENING RANGE • Opening range candle: 07:00 – 07:30 UK time • EA must automatically convert UK time to broker server time • Record OR High and OR Low from
Hello, I have a strategy written in Pine Script (TradingView) that used to send signals to MetaTrader 5 via PineConnector. Now I want a native MT5 Expert Advisor (EA) written in MQL5, so I can do full backtesting and trading inside MetaTrader without any external bridge. I will provide: - Full Pine Script code - Entry and exit rules (based on BOS and OB logic) - SL/TP and dynamic risk management (R:R) - Breakeven
I am looking for a good EA robot for gold that will be taking trades on 1 min chart and takes profits on 1$ move on gold. that can take as many entries as possible in a day. example: ENTRY ON 3000.00 AND TAKE PROFIT AT 3001.00. The robot will have all the trading knowledge and strategy with a high win rate
Existing indicator compiles but does not want to attach to chart anymore, worked previously Requirements: Debugging of code so indicator attaches to chart Original values required to work as they previously worked, no adjustments Testing of indicator to make sure it attaches to a chart properly