Experts: Record IsConnected, Spread, Stop, FreezeLevel

 

Record IsConnected, Spread, Stop, FreezeLevel:

EA is run say once every minute and writes the status of IsConnected, spread, stop and freeze level to a file.


Parameters

  • I_RecordPeriodInMinutes - In Minutes, how often the spread etc is recorded.
  • I_BeginningOfLogFile - String used at the start of the log file name.

The symbols that this tool works on are hard-coded, so you will need to adjust the PopulateSymbolArray() function to include the symbols that you want.

It should be possible to import the data file into a spreadsheet for analysis using ';' as a delimiter.

You may also need to edit the file so that it imports C_LOG.mqh correctly. I currently have this in the include directory, but it could go into other locations depending on your preference.

Author: Mark Wilson

Reason: