First of all thank you to all the coders who make MT5 such an awesome platform.
Can one of you geniuses write an indicator/tool for MT% known as Equity Monitor?
- This is a user's forum not Metaquotes. We didn't make the platform.
-
You have only four choices:
- Search for it,
- Beg at Will code your trading systems for free - Free Expert Advisors - Trading Systems - MQL5 programming forum, or Coding help - MQL4 and MetaTrader 4 - MQL4 programming forum, or Need help with coding - General - MQL5 programming forum, or Free MQL4 To MQL5 Converter - General - MQL5 programming forum, or Requests & Ideas (MQL5 only!).
- learn to code it. If you don't learn MQL4/5, there is no common language for us to communicate. If we tell you what you need, you can't code it. If we give you the code, you don't know how to integrate it into yours.
- or pay (Freelance) someone to code it.
No free help
urgent help.
Forum on trading, automated trading systems and testing trading strategies
Sergey Golubev, 2018.04.06 07:09
Interesting article for MT5 (with indicators to download):
---------------
LifeHack for Traders: Indicators of Balance, Drawdown, Load and Ticks during Testing
For MT4 -
Forum on trading, automated trading systems and testing trading strategies
Sergey Golubev, 2016.10.26 11:22
Many traders asked foir very ssimple indicator to place balance/equity on the chart from the account related to the whole account and for some pair for example. So, one good indicator as placed to the Codebase:
Equity Monitor - indicator for MetaTrader 4
Indicator parameters:
- Only_Trade - keeping only trade operations, excluding the balance (replenishment, withdrawal, correction)
- Only_Current - account orders only on the current instrument graphics
- Only_Buys - keeping only buy orders
- Only_Sells - keeping only sell orders
- Only_Symbols - account orders only with those tickers (transfer through any separator)
- Only_Magics - account orders only with those magic numbers (transfer through any separator)
- Only_Comment - account orders only with the specified substring in the comment field
- Draw_Begin - the start time of rendering graphics (left bound of the interval)
- Draw_End - end time rendering graphics (right-hand boundary of the interval)
- Report_Period - yield calculation period: day / month / year / total ( daily / monthly / annual / total)
- Equity_Min_Alert - if the funds fall below this level, then the alarm is triggered
- Equity_Max_Alert - if the funds will rise above this level then the alarm is triggered
- Push_Alerts - sending alarm messages to mobile devices
- Show_Balance - display of the balance line
- Show_Margin - histogram display an enabled margin
- Show_Free - line display of available funds
- Show_Zero - display zero line
- Show_Info - statistics display (yield, drawdown, profit factor and recovery factor)
- Show_Verticals - display vertical lines to mark the non-trading operations
- Text_Corner - option in which the screen display statistics
- Text_Color - color of the text on the chart
- File_Write - data recording option in the text file (folder MQL4 \ Files, the file name matches the account number)
- FX_prefix - prefix for currency pairs (required for some brokers)
- FX_postfix - suffix for currency pairs (required for some brokers)

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hello there...
First of all thank you to all the coders who make MT5 such an awesome platform.
Can one of you geniuses write an indicator/tool for MT% known as Equity Monitor?
mb