Account MonitorMT5 Indicator
Account Info Panel
Your account status, at a glance, right on the chart.
Balance, equity, margin level, floating P&L, daily realized P&L, and drawdown — your account status summarized in a panel on the chart. When running an EA, you can check account health without switching to another window.
What it does
- ✓Displays balance, equity, and required margin
- ✓Shows margin level in real time
- ✓Color-codes floating P&L and daily realized P&L
- ✓Shows drawdown from peak equity as a percentage
Key Parameters
| Parameter | Default | Description |
|---|---|---|
| InpCorner | Bottom-left | Panel position on the chart |
| InpFontSize | 10 | Font size |
| InpProfitColor | Green | Color for profit values |
| InpLossColor | Red | Color for loss values |
| InpValueColor | Gold | Color for numeric values |
Installation
- 1Copy the .mq5 file to MT5's Data Folder > MQL5 > Indicators
- 2Compile in MetaEditor, or restart MT5
- 3Drag and drop the indicator from the Navigator onto your chart
Important Note
Drawdown is calculated relative to the peak equity recorded since the indicator was started. Daily P&L is the total realized profit and loss from trades closed on the current day.
Other Indicators