Simple History Statistics
- Utilitários
- Filip Valkovic
- Versão: 1.0
Simple Stats is utility for history management. Allowing you to clearly see trading performance for each symbol separately, and so it helps you to find the most and the worst profitable type of trades based on past results.
History period depends on settings of your terminal, so if you want to get report for each month, you have to use custom period and run SIMPLE STATS for each. SS will distinguish reports with filename - each history report is named with account number and date of the oldest order executed in targeted period.
FOR EACH SYMBOL in your history it will calculate:
-count of buy orders (buys)
-count of sell orders (sells)
-lot for all buys together
-lot for all sells together
-win ratio for buys
-win ratio for sells
-total win ratio for symbol
-total profit of buy and sell
-total profit for symbol
-total fees for symbol (swap and commission)
Also it calculates these stats for all symbols combined, results are saved in .CSV file (saved in : Mt4 terminal -> Open Data folder -> MQL -> Files )
How to use: Just set history period that you want (in your MT4) and start the EA on any graph, it will generate stats file, after that you can remove EA from graph. PS: when running SHS again make sure that you don't have open any .CSV files that it needs to modify.
Feel free to message me with new features ideas.