The attached MQL4 script dumps system info out to a file, whose name you specify, in your ....(MT4)/experts/files folder.

If you include [sym] in the OutputFileName, it will be replaced by the currency symbol applicable to the current chart. This allows a different file to be easily created for each pair/instrument.

You can either specify that data be appended to an existing file, or have a new file created (an existing file of the same name will be overwritten).

Info dumped includes all system, window, terminal, account, order, object and global information stored by MT4, for the current chart.

There is too much info to display on the chart, hence it must be dumped to a file.

[Note: spread, tick value etc is stored in MT4 as points (aka pipettes or tick size), not pips].


To install the script:
--- Download the .mq4 and .ex4 files to your ....(MT4)/experts/scripts folder.

--- Download the .mqh files to your ....(MT4)/experts/include folder (note: the .mq4 file will not compile correctly without these).

--- Then exit and restart MT4.