거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Twitter에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
Experts

ExMachina SafeScalping - MetaTrader 5용 expert

Emmanuel Nana Nana
게시자:
William Jefferson Mukam Tatsinke
조회수:
257
게시됨:
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동


ExMachina Safe Scalping — 6-Condition Breakout Scalping EA


This Expert Advisor does not enter a trade unless the market proves itself six times over. Six independent filters must agree on the same bar before any position opens. If even one says no, the system stays flat.


The six conditions:

- EMA trend direction (150/510 dual moving average)

- Trend strength measured against ATR — weak and sideways markets are rejected

- Price position confirmed on the correct side of both EMAs

- Breakout beyond N-bar high/low with a volatility-adjusted buffer

- RSI within a healthy range, not at extremes

- Momentum confirmation via close-to-close comparison


Risk management is fixed and non-negotiable. Every trade gets a predefined stop loss and take profit at entry. Only one position at a time. No martingale, no grid, no hedging, no averaging down. Automatic breakeven shifts the stop to entry when price advances. If drawdown exceeds your threshold, the EA pauses itself.


Built-in filters restrict trading to your chosen session hours (default London/New York), block entries when spreads widen beyond your limit, and pause around scheduled news events.


This is the Code Base version — a single standalone .mq5 file with no external dependencies beyond the standard MT5 Trade library. The full strategy logic is readable and editable.


The Market version of this EA includes a premium dashboard with a cockpit bar (manual BUY/SELL, lot controls, filter status), an analytics panel (account metrics, drawdown gauge, win rate, profit factor, expectancy), and a status strip. Search "ExMachina Safe Scalping" on the MQL5 Market for the free download with GUI.


Recommended: XAUUSD, XAGUSD, EURUSD, GBPUSD on M5 or M15. Works on any MT5 broker.


Parameters have been optimized on EURUSD M5 over 11 years of data (2015–2026). Default values represent the most robust result set: 315 trades, profit factor 1.24, max drawdown 0.86%. A custom OnTester() fitness function is included for your own optimization runs.


Developed by ExMachina Trading Systems.

CLatencyMonitor -  Inter-Tick Latency Tracker with ATR Volatility Gate and GlobalVariable IPC for MQL5 EAs CLatencyMonitor - Inter-Tick Latency Tracker with ATR Volatility Gate and GlobalVariable IPC for MQL5 EAs

Include-file class that measures inter-tick latency, filters false alarms via a self-normalising ATR volatility gate, and broadcasts persistent lag alerts to other EAs via GlobalVariable IPC.

CExecutionSafety - Ping + Execution Latency Guard for MQL5 EAs CExecutionSafety - Ping + Execution Latency Guard for MQL5 EAs

Include class that validates combined terminal ping + execution latency before trade operations. Returns false if threshold is exceeded.

Accelerator Oscillator (AC) Accelerator Oscillator (AC)

The Acceleration/Deceleration Indicator (AC) measures acceleration and deceleration of the current driving force.

MACD Signals MACD Signals

Indicator edition for new platform.