Description
Equity Guardian EA is a monitoring tool for Metatrader 4 and 5 that supervises the equity of your trading account to prevent excessive drawdowns and to comply with firm-imposed risk rules. It is especially useful for prop trading challenges such as the FTMO Challenge or AxiSelect. When specific conditions are met or rules are breached, the EA can alert, close all trades, delete pending orders, and optionally shut down all charts to stop other EAs.
Core Features
- Equity Maximum Loss (Trailing Equity Drawdown)
- Daily Equity Maximum Loss
- Equity Profit Target
- Equity Trailing Stop
- Option to close all trades on Friday night
Other Benefits
- Simple to use and set up
- Effective for Prop Trading Firms and Challenge Participants
- Implements visual, sound, email, and push alerts
- Reports directly to the terminal
- Executes on every tick and displays status on the chart
- Tracks all trades and all magic numbers across the account
- Uses global variables to track daily and account equity watermarks
- Can be used in observer mode with investor password for alerts only
Getting Started
- Load the EA on one chart only
- Do not load the EA on multiple charts
- Customize event thresholds and settings
- Leave the EA running undisturbed on that single chart
Usage in Prop Trading Challenges
This EA helps prop firms monitor whether their traders are complying with daily and overall equity limits. Traders can use the EA to protect themselves from breaching firm rules by setting more conservative limits. For instance, if the firm's maximum daily drawdown is 5%, the trader could set the EA to stop trading at 3% to leave a safety margin.
Input Parameters
- Watermark - Manual equity watermark. If set to zero, the EA auto-calculates it based on peak equity.
- Profit Target - Equity profit target for the account expressed as a percentage. Zero disables this feature.
- Maximum Loss - Maximum equity loss allowed for the account, expressed as a percentage. Zero disables this feature.
- Maximum Daily Loss - Maximum equity loss allowed per day, expressed as a percentage. Zero disables this feature.
- Equity Trailing Stop - Trailing stop for account profit, expressed as a percentage. Zero disables this feature.
- Close Trades on Friday - Enable this to automatically close all trades on Friday at the specified time.
- GMT Time to Store Daily Equity - The EA stores daily equity data at this time once every 24 hours. This is used to calculate daily drawdowns.
- GMT Time to Close All Trades on Friday - If Friday trade closure is enabled, the EA will close all trades at this time.
- Stop EAs on Max Loss - If enabled, the EA will close all charts and stop all expert advisors when the maximum account loss is reached.
- Stop EAs on Max Daily Loss - If enabled, the EA will stop all EAs if the daily loss threshold is reached.
- Stop EAs on Profit Target - If enabled, the EA will stop all EAs when the profit target is reached.
- Stop EAs on Equity Trailing Stop - If enabled, the EA will stop all EAs when the trailing stop level is breached.
- Alert Name - Custom name to display in alert messages.
- Display Alerts - Enable or disable visual alerts on screen.
- Email Alerts - Enable or disable email-based alert notifications.
- Push Alerts - Enable or disable push notifications to mobile devices.
- Sound File - Name of the .wav file to play on alert.
- Label Color - Color of on-screen text and labels showing EA status.
- Slippage - Maximum allowable slippage in points when closing trades.