Tick Chart and Record – indicator MetaTrader 4

Tick Chart and Record - indicator for MetaTrader 4
Description: Record, storage and displays of data, fully tick chart in MT. Image: Structure of tick file: iTime – modeling time. iOpen – quote BID iLow – quote BID iHigh – quote ASK iClose – quoteASK iVolume – Time from server, precision to second. Instruction: Start the indicator to a chart. To open a tick … Read more

Record IsConnected, Spread, Stop, FreezeLevel – EA MetaTrader 4

Record IsConnected, Spread, Stop, FreezeLevel - expert for MetaTrader 4
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_InputSymbols – List of input symbols to monitor as a string, delimited by a semi-colon (;). I_BeginningOfLogFile – String used at the … Read more