
Introduction to Gold Safe MT4 EA
Gold Safe MT4 EA is a specialized Expert Advisor (EA) designed for trading gold (XAUUSD) on the MetaTrader 4 platform. It focuses on capital protection and steady growth by combining controlled drawdown settings, flexible lot sizing and broker time synchronization. This EA is suitable for traders who want a balance between automation and risk management when trading volatile gold markets.

Full Parameters
- Order Comment EA = Gold Safe MT4 EA: This defines the comment label attached to every trade, helping traders easily identify positions opened by the EA in the trading history.
- Close All % (Max Drawdown) = 90: Sets the maximum drawdown percentage at 90%; when reached, the EA will close all open trades to protect the account from further losses.
- Time GMT Shift = 3: Adjusts the EA’s internal clock by +3 hours relative to GMT, ensuring correct synchronization with broker server time.
- Magic = 88888: A unique trade identifier number used by the EA to manage and track its own trades without interfering with others.
- Lot Type = Auto Lot: Specifies that the EA uses automatic lot sizing based on account balance or predefined rules instead of a fixed lot.
- Fixed Lot = 0.01: Defines the lot size of 0.01 when fixed lot mode is selected instead of auto lot.
- Lot Size Step (Auto Lot) = 0.01: Determines the incremental step of 0.01 lots used when scaling position size in auto lot mode.
- Amount Per Step (Auto Lot) = 1000.0: Indicates that for every $1000.0 in account balance, the lot size increases according to the defined step.
Conclusion
The Gold Safe MT4 EA settings are designed to provide strong risk management while maintaining flexibility in trade execution. With features like a 90% maximum drawdown protection, automatic lot scaling, and GMT time adjustment, this EA allows traders to adapt to different broker environments and account sizes. Understanding each parameter ensures better control, improved safety and more consistent trading performance.
FAQs
❓ What does Close All % (Max Drawdown) = 90 mean?
It means the EA will close all trades if the account loses 90% of its equity to prevent total account wipeout.
❓ Should I use Auto Lot or Fixed Lot?
Auto Lot is recommended for dynamic risk management, while Fixed Lot offers consistent position sizing.
❓ Why is Time GMT Shift important?
It ensures that the EA trades at the correct market times based on your broker’s server time.
❓ What is the purpose of Magic = 88888?
It helps the EA identify and manage only its own trades without conflict with other EAs.
❓ How does Amount Per Step (Auto Lot) = 1000.0 work?
For every $1000.0 increase in account balance, the EA increases the lot size according to the step value (0.01).
