IceFX ProfitInfo is a highly popular utility indicator for MetaTrader 4 (MT4) designed to track your trading performance in real time. Sifting through standard, clunky trading account history windows can often lead to a cluttered workspace. This compact information panel solves that problem by displaying detailed metrics directly onto your open live charts.
Whether you are a retail manual trader or evaluating automated Expert Advisors (EAs), understanding how to properly use this utility can transform how you manage your risk. Core Performance Metrics Tracked
The indicator acts as an automated dashboard, organizing data into daily, weekly, monthly, and yearly breakdowns.
Multi-Format Profit Display: It monitors financial gains or losses simultaneously in pips, base account currency, and profit percentages.
Historical Averages: The tool calculates and projects your historical daily and monthly average profits over time.
Flexible Scope: You can easily adjust the settings to calculate the metrics of only the single trade/chart open, or instead scan the entire trading account. Step-by-Step Implementation Guide 1. Download and Installation
Locate the utility via the open-source repository on the IceFX ProfitInfo GitHub page or search for it directly within the MQL5 Market Utilities section. Download the .mq4 or .ex4 file.
Open your MetaTrader 4 terminal, select File > Open Data Folder, and navigate to MQL4 > Indicators.
Drag and drop the downloaded file into this folder and restart your MT4 platform. 2. Attaching to Your Charts Open the Navigator Window (Ctrl + N) inside MetaTrader 4.
Scroll down to the Indicators list and locate IceFX ProfitInfo.
Click and drag the indicator onto your active trading chart.
Ensure that you check the box to “Allow DLL imports” in the indicator popup box to let the script gather statistics safely. 3. Customizing the Display Dashboard
Before clicking okay, go to the Inputs tab to change how the visual panel presents data:
[Indicator Parameters Configuration] ├── OnlyAttachedSymbol –> Set TRUE to track only the active pair (e.g., EURUSD) ├── StartDateFilter –> Choose a specific date to begin calculating your stats ├── MagicNumber –> Enter your active EA’s ID to isolate automated trades ├── CommentFilter –> Isolate trades containing specific custom keyword texts └── Corner –> Move panel location (0=Top-Left, 1=Top-Right, etc.) Use code with caution. Advanced Optimization and Filtering Isolate EA Strategies Using Magic Numbers
If you run algorithmic expert advisors alongside manual trades, mixing the historical performance metrics destroys accuracy. Enter the exact identification string into the MagicNumber filter field. The indicator will filter out everything else, showing only the precise equity curve and pips generated by that specific robot. Personalize Panel Design
Leave a Reply