Demo_FileWriteInteger – script MetaTrader 5
The script gets prices from the specified symbol, analyzes them and writes price movement data in the binary file in certain periods of time. The FileWriteInteger() function is used for writing all data. Date value will be preliminary converted to the string, split to the uchar type array and then written in the file using … Read more