Candle Analysis Report – script MetaTrader 5

Candle Analysis Report - script for MetaTrader 5
This script is designed to perform candle analysis: Data Retrieval: The script retrieves the open, close, high, and low prices of candles for the financial instrument it is running on. Candle Categorization: It categorizes each candle as bullish, bearish, or neutral based on the relationship between its closing and opening prices. Amplitude Calculation: It calculates … Read more

Transfer trades from the tester report to the chart – script MetaTrader 4

Transfer trades from the tester report to the chart
The script is designed to transfer trades from the standard report of the MetaTrader 4 tester to the chart. The main purpose of such action is to study third-party trading systems. It transfers to the chart: Entry Points. Displayed by characters separately for long and short positions. The character codes can be set by user. … Read more

Report – library MetaTrader 5

Report - library for MetaTrader 5
This library is a revised version of an excellent script released in 2006, adjusted with modern MQL possibilities in mind. Some features have been removed, and new features have been added. In both platforms (MetaTrader 4/5), you can run the following script to save a report (in the form of MetaTrader 4): #include <Report.mqh> void … Read more

Trade Statistics Report Real Time – indicator MetaTrader 5

Trade Statistics Report Real Time - indicator for MetaTrader 5
Real Author This code is modified version of: Andrey Voytenko The original code is available at: https://www.mql5.com/en/code/1084 This code will display the report in a panel on your chart. Images: The report is compared with the Metatrader5 Report: Use it and let me know what you can suggest for. What are the changes from the original code? … Read more