Custom presentation of trading history

 
Hello,
In MetaTrader 5, I would like to generate a custom trading report in an XML or HTML file, which, in addition to the standard columns, includes an additional column with the ID Expert Advisor responsible for a given trade.
Could anyone kindly guide me on how to achieve this, or share any resources or advice on how to create such a report?
Thank you in advance for your help!
 
wroyager1:
Hello,
In MetaTrader 5, I would like to generate a custom trading report in an XML or HTML file, which, in addition to the standard columns, includes an additional column with the ID Expert Advisor responsible for a given trade.
Could anyone kindly guide me on how to achieve this, or share any resources or advice on how to create such a report?
Thank you in advance for your help!
No built-in way to modify MT5’s default reports.
 
wroyager1: Could anyone kindly guide me on how to achieve this, or share any resources or advice on how to create such a report?
Write code.
 
wroyager1:
In MetaTrader 5, I would like to generate a custom trading report in an XML or HTML file, which, in addition to the standard columns, includes an additional column with the ID Expert Advisor responsible for a given trade.
Could anyone kindly guide me on how to achieve this, or share any resources or advice on how to create such a report?

If you mean magic number, look at this tool.

Report
Report
  • www.mql5.com
The MetaTrader 4/5 library allows generating reports based on the trading history.
 
Stanislav Korotky #:

If you mean magic number, look at this tool.

Thank you for this tool! :-) It helped me a lot