用户没有留下任何评级信息
- 概述
- 评论 (2)
- 评论 (7)
- 新特性
VR Orders History MT5
⭐ The VR Orders History script is designed to upload a trade report to a csv file. This format is intended for additional analysis of trading history in programs such as EXCEL, Openoffice, and Libreoffice. Thanks to the script, it is now much easier for a trader to analyze their trading history.
The program facilitates the analysis of the trading history for the MetaTrader 5 terminal. The trader sees structured trading. The entire report is based on the following principle: Position > Order on the basis of which the position was opened > Transaction on the basis of which the position was opened.
In the report created by the script, the trader can see the hidden fees, the prices at which the position was requested to open, and the real price at which the position was opened. The report also displays information about the replenishment of the balance and other non-trading transactions.
📲Settings and help in the Telegram group @telegram 📲News from the developer in the Telegram channel @telegram
The program settings allow you to filter trading operations by a financial instrument, by a Magic number, and by the period of a trading transaction.
The program was written to facilitate the understanding and analysis of the trading process in MetaTrader 5. This is why the report for MetaTrader 5 differs from the report for MetaTrader 4. The architecture of trading orders in MetaTrader 5 has a more complex structure than the architecture of MetaTrader 4.
You can download an example report here.
Additional analysis of your trading history will help you:
- Avoid making blunders in the future
- Identify the most profitable trading instruments
- Create a heat map of the successful trading time
- Analyze the trading history in external analyzers
- Calculate profits, losses, and volumes for selected instruments, expert advisors, and trading tactics
Algorithm of operation
The program is placed in the Scripts folder. After restarting the terminal, the program will be displayed in the terminal navigator.
Run the script on the chart, specify the desired report settings, and click run.
The script will analyze the trading history and create a file with the name of the trading account in the files folder.
You can find the report by following these steps:
- In the terminal, click on "File"
- Next, "Open the data directory"
- Next, MQL4 or MQL5
- Next, the Files folder
Recommendations
- Use the script for additional analysis of the trading strategy in programs such as EXCEL, Openoffice, and Libreoffice.
- Use the script to get the trading history from managers.
- Full version VR Orders History
- Full version VR Orders History
视频


























































































Added the ability to disable position separators in the report (======)
Fixed - calculation of profit, swap, commission in live positions.
Fixed - Displaying the price and closing time for live positions.
Fixed - Displayed filename, now the file is written with the name Invoice + Date + Report
All trade operations are now structured
Position
___Order
______Deal
Thanks!