File Open History

 

Hi everyone,


In mql4 i open/create a .hst file and i used fileOpenHistory for that (indicator for the renko chart) :

tmp_file = FileOpenHistory(SymbName + ".hst", FILE_BIN|FILE_WRITE|FILE_SHARE_WRITE|FILE_SHARE_READ);

however in mql5 no such a thing. How can i handle this, i tried FileOpen instead however it doesnt support create hst files (and also i couldnt make sure about history files is exist in mql5). Anyone have an opinion or tips for handle it?