custom HTML report file

 

Is there any way to create a custom HTML document that reports the account history and custom function , or just random indicator output?

 

Sure! Here are all Function to write and manage files in MQL5: https://www.mql5.com/en/docs/files.
They work only in the local sandbox of the terminal.

But here are the function that are dealing with the (inter-) net: https://www.mql5.com/en/docs/network.

The rest is up to you, good luck :)

Documentation on MQL5: File Functions
Documentation on MQL5: File Functions
  • www.mql5.com
File Functions - MQL5 Reference - Reference on algorithmic/automated trading language for MetaTrader 5
 
Carl Schreiber #:

Sure! Here are all Function to write and manage files in MQL5: https://www.mql5.com/en/docs/files.
They work only in the local sandbox of the terminal.

But here are the function that are dealing with the (inter-) net: https://www.mql5.com/en/docs/network.

The rest is up to you, good luck :)

Thank You