XAU Hit the jackpot
- Experts
- Version: 1.25
- Updated: 27 May 2026
- Activations: 20
// Trading symbol = "XAUUSD";
// Initial lot = 0.01;
// Percentage from high/low for entry (%) = 5.0;
// Stop-loss in pips = 1500;
// Take-profit in pips = 1500;
// Bars for extremum search = 5;
// Magic number = 123456;
// Close on opposite signal = true; (true-close on opposite signal, false-close by stop-loss or take-profit)
// Martingale parameters
// Use martingale = false; (true-use martingale, false-no)
// Distance for addition (%) = 0.1;
// Maximum number of additions = 0;
// Lot multiplier when adding = 1.0
// Protection from frequent signals
// Minimum distance from last trade for new signal (%) = 0.1;
// Risk management parameters
// Risk per trade in % of balance (1-100) = 1.0;
// Maximum total risk in % of balance = 20.0;
// Automatically adjust lot size based on balance = false; (false-do not use risk calculation, the minimum lot is used, true-use calculation)

