sylvanuskla / Publications
Forum
Cannot read data file on VPS
Below is my code, very small /////////////////////////////////// #property copyright "Copyright 2020, Kla" #property link "https://www.mql5.com" #property version "1.0" #property tester_file "data.txt" int OnInit() { int h=FileOpen("data.txt", FILE_READ|FILE_TXT , '\t', CP_UTF8);