============
Analyze the trades
The forum
- Tools to analyze the trades - the key thread
- script for pips calculation - the thread
- MT4-Tester VS MT5-Tester - good thread with the discussion in Russian (MetaQuotes are participating)
The articles
- Advanced Analysis of a Trading Account - Metatrader 4
- Analyzing Balance/Equity graphs by symbols and EAs' ORDER_MAGIC - Metatrader 5
- MQL5-RPC. Remote Procedure Calls from MQL5: Web Service Access and XML-RPC ATC Analyzer for Fun and Profit - Metatrader 5
- The Easy Way to Evaluate a Signal: Trading Activity, Drawdown/Load and MFE/MAE Distribution Charts - Metatrader 5
- Ready-made Expert Advisors from the MQL5 Wizard work in MetaTrader 4 - Metatrader 5 and Metatrader 4
CodeBase
- Equity Recorder - library for MetaTrader 4
- Profit of the current symbol 2 - indicator for MetaTrader 5
- Summary Report In Points - script for MetaTrader 4
- Report - library for MetaTrader 5
- LifeHack Balance Equity - indicator for MetaTrader 5
- Equity Chart - indicator for MetaTrader 4
- Indicator of Equity and Balance - indicator for MetaTrader 4
- Applying the Equity graph on the chart - indicator for MetaTrader 4
============
Tools to analyze the trades
- 2006.01.28
- www.mql5.com
First of all I am using this small script (attached) created by Beluck and fixed by Igorad...
Forum on trading, automated trading systems and testing trading strategies
Sergey Golubev, 2022.03.15 12:24
Profit for the last week - indicator for MetaTrader 5
Using the OBJ_LABEL graphical objects, displaying profits for the last five days. Updating data every three seconds (approximately).
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
script for quick calculation of pips made during some period of time.
usage:
- drop it on any chart and input start and finish dates, after that look in journal for values on each symbol. if you do not want to count still opened trades then set parameter count_opened=false.
if you need to add more symbols then modify SymbolNames[] array and it's size in SymList.