Machine Scalper EA
- Experts
-
Roberto Liguoro
I’m an algo-trader and MQL5 developer specializing in automated Gold breakout strategies. With over 10 years of experience in designing, testing, and optimizing Expert Advisors, I combine rigorous risk management and real-time market filtering to deliver robust, transparent trading solutions. - Versione: 1.0
- Attivazioni: 10
Machine Scalper
Machine Scalper is a machine learning Expert Advisor developed for XAUUSD on the H1 timeframe. The EA does not use classic indicators: trading decisions are produced by two ONNX models embedded in the product — a primary model that generates the directional signal and a secondary meta model that acts as a filter and decides whether the signal is worth trading.
The EA works on bar open only: one evaluation per H1 candle, no tick-by-tick noise, no repainting of past decisions. Every position is opened with a fixed Stop Loss and Take Profit in points, and can optionally be closed earlier when the model flips direction.
No martingale is used. No averaging is used by default. Grid mode is available but disabled out of the box, and a single trade at a time is the standard behaviour.
Key features
-
Two embedded ONNX machine learning models (signal + meta filter), no external files to install
-
Decisions taken on bar open, one per H1 candle
-
Fixed Stop Loss and Take Profit in points on every position
-
Optional exit on opposite model signal
-
Spread filter: no entries when the spread exceeds the configured limit
-
Automatic lot sizing by balance step, or fixed manual lot
-
Free margin check before every order
-
Trading session check: no orders outside the symbol trading session
-
Optional grid mode with configurable maximum positions, minimum distance and time delay between entries
-
Customizable order comment and magic number
Recommendations
-
Symbol: XAUUSD
-
Timeframe: H1
-
Account: hedging or netting, ECN/Raw spread account recommended
-
Minimum deposit: 500 USD with 0.01 lot
-
VPS with low latency recommended for continuous operation
-
Always run your own backtest with "Every tick based on real ticks" and your broker's real spread before going live
Input parameters
-
Positions settings: Fixed lot, Auto lot by balance, Lot size per balance step, Balance step, Orders magic
-
Money management: Max spread, Stop loss, Take profit, Bot comment
-
Grid settings: Enable grid mode, Max positions number, Hours delay between positions, Distance in points between positions
-
Signals settings: Close orders by signals
Past performance of any backtest does not guarantee future results. Test the EA on a demo account before using it on a live account.
