EddyTrader monitors the total financial performance of the account regardless of the symbol or strategy. Once a user-defined maximum loss is reached, the expert advisor automatically closes all open positions, cancels pending orders, and blocks new activity for a specified duration. It features an interactive on-chart dashboard for real-time monitoring and parameter adjustment without needing to recompile code.
Read from EddyTrader.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
InpMaxLoss
double
500.0
Perda Máxima Inicial Padrão (Moeda da Conta, > 0.0)
InpBlockDurationHours
int
4
Duração Contínua do Bloqueio (Horas, 1 a 168h)
InpHudMode
ENUM_EDDY_HUD_MODE
EDDY_HUD_COMPACT
Modo Visual do Painel
InpHudCorner
ENUM_BASE_CORNER
CORNER_LEFT_UPPER
Canto do Gráfico
InpHudOffsetX
int
20
Distância Horizontal (X) em Pixels
InpHudOffsetY
int
10
Distância Vertical Adicional (Y) em Pixels
InpTimerIntervalMs
int
500
Intervalo de Varredura do Timer (Milissegundos, 50 a 5000)
InpDeviationPoints
ulong
10
Desvio Máximo / Slippage Tolerado (Pontos, 0 a 500)
How to Install It
1Download the sourceUse "Download source (.zip)" above, or clone hallanbrito/eddytrader from GitHub, and unzip it.
2Open the data folderIn MetaTrader choose File, then Open Data Folder, and go to MQL5/Experts.
3Copy the filesCopy the .mq5 file into Experts.
4Compile in MetaEditorOpen the file in MetaEditor and press Compile. Fix any missing includes the compiler reports.
5Test before you tradeRun it in the Strategy Tester, then attach it to a demo chart and allow algorithmic trading.
Third-party code. ForexR did not write, test or endorse this EA, and the summary above was generated automatically from its README and code. ForexR lists only repositories with readable source code and never hosts files. Read the code, backtest it and use a demo account first; automated trading can lose money quickly.
Account Protector is a risk management expert advisor for MetaTrader 4 and 5 designed to monitor account health and prevent excessive drawdowns. It allows users to set specific triggers based on floating profit or loss, equity levels, free margin, spread, or daily performance. When these conditions are met, the EA auto
This expert advisor provides automated schedule management for the MetaTrader 4 and MetaTrader 5 platforms. It allows users to define specific time windows for each day of the week to toggle the platform's global AutoTrading status. Beyond simple scheduling, the utility can close active positions and delete pending ord
ICCapitals Secure is a risk management utility for MetaTrader 5. It acts as a supervisor to monitor and enforce trading parameters across an account. The expert advisor calculates position sizing based on a user-defined risk percentage per trade and manages risk-to-reward ratios. It features a timer-driven function to
Equity Protector is an account management utility for MetaTrader 5 designed to safeguard capital against significant drawdowns. It operates by monitoring account equity and balance at a user-defined frequency, such as every second. When the floating loss reaches a specified percentage or limit, the utility automaticall
Mask Protected Trading Panel is a manual execution utility for MetaTrader 5 designed to enforce discipline and strict risk management. It acts as a protective layer, blocking manual orders that violate pre-set rules such as maximum daily trades, drawdown limits, or minimum reward-to-risk ratios. The tool includes a man
Secure Risk Manager is a MetaTrader 5 utility designed to provide a framework for account protection and trade sizing. This expert advisor does not execute independent trade entries; rather, it functions as a risk control tool that calculates lot sizes based on a user-defined risk percentage and risk-to-reward ratios.