Category: Inputs

I_BeginningOfLogFile

Used to define the first part of the name of a log file.   For example:    string strFileName=I_BeginningOfLogFile+”_Acc_”+IntegerToString(AccountNumber())+”.txt” could result in a log file such as:    MktData_Acc_639145.txt

I_RecordPeriodInMinutes

For EA’s that use timers and run on a regular frequency, this input defines how often the code will execute in minutes.   For example I could set the EA to run every 1 minute, 5 minutes or 10 minutes.