🚀 Getting Started with the EA
To launch the EA, simply drag it onto any chart of your choice. There's no restriction on which symbol or timeframe you choose. It automatically identifies the chart details internally.
You can find a full setup guide here:
https://www.mql5.com/en/blogs/post/751359
📊 Testing Strategy
Backtest only in MetaTrader 5 for accurate results. MT4 lacks tick-precision and only supports one-symbol testing at a time. With MT5, you can test multiple pairs in one go, making it more reliable for strategy evaluation.
📌 Symbol Format
In the symbol input, enter base names only (e.g., "XAUUSD"). If your broker uses suffixes like ".r" or ".pro", do not include them — the EA detects and adjusts automatically.
MQl5 and Telegram Channel
MQL5 channel: https://www.mql5.com/en/channels/paridigm
Telergam: please contact me through private massage in MQL5 for it.
⚙️ Risk Configuration Advice
We recommend using a modest risk level. Starting with 1–2% per trade helps maintain long-term consistency and reduces emotional stress. You can set this in the inputs using the percentage field.
🛠️ Compatibility with Other EAs
The EA can run alongside other systems as long as each EA has its own unique magic number to avoid trade conflict.
📥 How to Receive Custom Versions
If you purchased a custom-locked version, send your account name as shown in the MetaTrader Navigator panel. We will use that to bind the EA license. (Visual guide coming soon.)
🔄 EA Updates
When a new version is released, you can learn how to update it properly by following this article:
https://www.mql5.com/en/blogs/post/729921
💬 Requesting Features
Have a feature in mind or want a new option added? Send a message through MQL5 chat. We're always happy to hear user suggestions and continuously evolve the EA based on feedback.
📌 EA Features Overview
Feature | Description |
---|---|
Multi-symbol support | Handles multiple pairs from one chart |
Prop firm randomizer | Option to pass FTMO/prop firm filters |
Flexible martingale system | Control based on fixed points, MA, ATR, BB, or signals |
Drawdown limiter | Automatically stops or closes trades when max drawdown is hit |
📥 Input Settings Explanation
Below is a full breakdown of the customizable inputs in this EA version:
- Define symbols for trading: Set the trading instruments (e.g., "XAUUSD")
- Main magic number setup: Unique number to identify this EA's trades
- Define commentary for EA orders: Text added to each order for identification
- Choose lot calculation method: Select between fixed lots or auto risk
- Specify risk percentage per trade: Defines how much of balance is risked
- Fixed lot size setup: Used when fixed lot method is selected
- Forcing risk in all situations: Keeps the same risk regardless of balance conditions
- Enable one trade per symbol: Prevents multiple trades on same symbol
- Minimum distance between trades of same pair: Avoids clustering of trades
- Activate FTMO randomizer feature: Helps comply with prop firm restrictions
- Toggle martingale on/off: Enables or disables martingale strategy
- Martingale distances method setting: Base entry levels on MA, ATR, etc.
- TP method for martingale orders: Choose how take-profit is calculated
- TP % setting for martingale orders: Percentage of distance used for TP
- Fixed points distance setting for martingale: Static pip distance between orders
- Moving average period setting for martingale: Determines MA interval for entries
- MA method setting for martingale: Type of moving average (SMA, EMA, etc.)
- MA timeframe setting for martingale: Timeframe used to calculate the MA
- ATR period setting for martingale: Number of candles used to calculate ATR
- Multiplier of ATR setting for martingale: Scales the ATR value
- Timeframe setting for ATR martingale: Chart timeframe for ATR logic
- BB period setting for multiplier pip: Bollinger Band period
- BB deviations setting for multiplier pip: Bollinger Band deviation factor
- BB timeframe setting for martingale: Timeframe for BB calculation
- Smart recover % setting for martingale: Slows down lot increase during recovery
- Recover % setting for martingale: Recovery percentage after loss
- Max % setting for initial lot of martingale: Caps the initial recovery lot
- Martingale continuation on signal setting: Only adds trades if new signal appears
- Timeframe setting for RSI martingale signal: Chart TF for RSI logic
- RSI period setting for martingale signal: Number of bars for RSI
- RSI low value setting for martingale signal: Threshold for oversold area
- RSI high value setting for martingale signal: Threshold for overbought area
- Reverse RSI setting for martingale signal: Inverts RSI logic
- Profit type setting for martingale: Choose between fixed USD or % target
- Total profit (USD) setting for martingale: Profit goal in USD
- Total profit % setting: Profit goal as a percentage of balance
- Maximum drawdown allowed to restrict new trades: Stops new trades beyond this DD
- Activate drawdown close feature: Closes all trades if DD level is exceeded