Writing the quotes to a txt file with the full path and file name – library MetaTrader 4

Writing the quotes to a txt file with the full path and file name - library for MetaTrader 4
Function Description: #import “ITTPSymbol.dll”       int CreateFile(string Path, string symbol, int Priсe); An example of a function call: CreateFile(Path, Symbol(), Ask); As you can see, everything is very simple. The function will create a text file with the name ‘symbol’ and write(overwrite) the ‘Price’ value there. According to the path specified in the value of Patch. … Read more