Welcome Forex EA downloads & MT4/MT5 auto-trading resources — EAs, Gold EAs, quant tools and real-world automation.
Sign In Sign Up

INI File - MetaTrader 5 Library | Forex Indicator Download - MT4/MT5 Resources - MetaTrader 5 Resources

author EAcpu | 5 reads | 0 comments |

INI File - library for MetaTrader 5

Library providing a simple storage mechanism for expert advisors and indicators.

 //--- If the key is not found, the return value is NULL.
Boolean GetIniKey( string filename, string part, string key, T and return value) //--- Add a new key or update an existing key.
boolean SetIniKey( string filename, string part, string key, t value ) integer GetIniSectionNames( string filename, string part, string key, name[]) integer GetIniKeyNames( string filename, string part, string & name[]) boolean IniSectionExists( string filename, string part, string key) ; boolean deleteIniSection ( string filename, string section); boolean deleteIniKey( string filename, string section , string key); 

INI File - library for MetaTrader 5

'D:\my_orders.ini'


Attachment download

📎 inifile.mqh (16.66 KB)

📎 inifile_test.mq5 (9.49 KB)

Source: MQL5 #20842

Verification code Refresh