Demo_FileGetInteger – script MetaTrader 5
The script opens a file located in the terminal local folder and displays values of its properties. The terminal local folder location can be obtained calling the TerminalInfoString() function. PrintFormat(“The path to the terminal local folder: %s\\Files\\”,TerminalInfoString(TERMINAL_DATA_PATH)); This script demonstrates the example of using the first variant of the FileGetInteger() function, thus it displays values … Read more