Profi to Hunter
- Experts
- Luis Ruben Rivera Galvez
- Versione: 1.10
- Aggiornato: 31 marzo 2025
- Attivazioni: 5
This is a MetaTrader 5 (MQL5) expert advisor (EA) that implements a moving average crossover trading strategy with several advanced features. Here's a breakdown of its key components:
Strategy Logic:
-
MA Crossover System:
-
Uses two moving averages (fast and slow) to generate signals
-
Can be configured with confirmation candles (CandleConfirmation parameter)
-
Has option for reverse logic (ReverseLogic parameter)
-
Can close positions on opposite cross (CloseOnCross parameter)
-
-
Risk Management:
-
Implements two-level martingale system:
-
Primary martingale (for consecutive losses)
-
Secondary martingale (for stop-loss hits)
-
-
Maximum drawdown protection (MaxAccountDrawdownPercent)
-
Configurable stop loss and take profit levels
-
Money and margin checks before trading
-
-
Position Management:
-
Two types of trailing stops:
-
Fixed pip distance (UseTrailingStop)
-
MA-based trailing (UseMATrailing)
-
-
Tracks position closures to manage martingale levels
-
-
Time Management:
-
Configurable trading hours (TradingStartTime/EndTime)
-
Day-of-week filters
-
Market open/close detection
-
-
Order Validation:
-
Checks volume steps and min/max limits
-
Verifies stop levels comply with broker requirements
-
Confirms sufficient margin before trading
-
Key Improvements:
-
The dual martingale system provides more sophisticated position sizing than a simple martingale.
-
Comprehensive time and day filters help avoid trading during unfavorable periods.
-
Multiple safety checks (margin, volume, stops) help prevent order errors.
-
The trailing stop options (both fixed and MA-based) offer flexibility in position management.
-
Detailed logging helps track the EA's decisions and performance.