Professional Trading, Simplified.
A powerful Python-based trading engine designed for MetaTrader 5. Experience institutional-grade momentum execution in a standalone Windows application.
Advanced Architecture
Python Powered
Unlike standard EAs, our standalone Python engine offers superior logging, auto-terminal detection, and multi-threaded performance.
20 Max Positions
Optimized for high-frequency momentum bursts. Manage up to 20 concurrent trades with independent safety guards.
Global Protection
Built-in Equity Cut-Profit and Cut-Loss targets protect your entire account balance from unexpected market shifts.
The Strategy Logic
Pure mathematical momentum execution.
Momentum Cross Engine
The core logic uses a specialized MACD (16, 26, 11) crossover system. Entry is only valid when the main MACD line crosses the signal line on a closed bar, avoiding "repainting" or false breakouts.
The RSI-50 Filter
To ensure we are trading with the true trend, we utilize a Relative Strength Index (RSI-14) filter. Buy signals are only valid if RSI > 50, and Sell signals are only valid if RSI < 50. This virtually eliminates low-volatility "whipsaw" trades.
Volatility-Adjusted Stops
Exits are not fixed. We use ATR (Average True Range) with a 2.0x multiplier. This means during high volatility, your SL widens automatically to keep you in the trade, while tightening during quiet markets.
Quick Start Guide
01 Download & Install
Download the FxMath_Momentum.exe. It is a portable application; no installation is
required. Simply place it in a folder on your Desktop.
02 Connect MT5
Open the app and click "Connect MT5". The bot will automatically scan your system for all installed MetaTrader 5 terminals. Select your preferred broker.
03 Configure & Start
Input your Symbol (e.g. XAUUSDm). Set your Lot size or Risk %. Press "Start Bot" to
enter the market. Recommended: XAUUSD M5 Timeframe.
Parameter Dictionary
| Parameter | Description | Default | Notes |
|---|---|---|---|
| LOT_MODE | Choose between 'Fixed' standard lots or 'Risk' % based. | Fixed | Risk mode uses Balance |
| MAX_OPEN_TRADES | Hard limit for total concurrent trades. | 20 | Safety cap |
| CLOSE_ON_REVERSE | Exit current trade if a reverse signal appears. | True | Recommended |
| CUT_PROFIT ($) | Target dollar amount to close ALL trades for the day. | 100.0 | Global Guard |
| TERMINAL_PATH | Path to terminal64.exe. |
Auto | Detects all brokers |
100% Free. Zero Licenses.
Designed for the community. No registration, no expiration, no catch.