INI File – library MetaTrader 5

The ini file can be saved at any place.
A library to provide simple storage mechanism for expert advisors and indicators. Library Functions //— If the key is not found, the returned value is NULL. bool  GetIniKey          (string fileName, string section, string key, T &ReturnedValue) //— add new or update an existing key. bool  SetIniKey          (string fileName, string section, string key, T value) int   GetIniSectionNames (string fileName, string … Read more