Forum

FileReadString not working with MT5 ?

hello, folks my mt5 script is very simple, it read csv like this : void OnStart () { //--- string dt ; int file_20 = FileOpen ( "104782531.csv" , FILE_READ | FILE_CSV , ';' ); if (file_20!=- 1 ) Print ( "Error is" , GetLastError ()); Print ( StringToInteger ( FileReadString

solved

solved

"old" source code getting "is not an expert"

hello mql engineers, I compiled a code with newest version of MT4, when load it it report "is not a script" this source code is writtern last month, and compiled no problem and works well with last month' updated mt4, today, I download new version MT4, and compiled it , still no problem without any