Forum

Remove week-end historycal data

Hello, How can be removed the week-end tick data from hist file? All the indicators are really go wrong because of this. Thank you

Write in file

Hello, I made a simple EA to write something in a file just for the sake of example but it didn't work. void OnTick() { int filehandle; filehandle=FileOpen("1.csv",FILE_WRITE|FILE_READ|FILE_CSV|FILE_ACCESS_DATE|FILE_IS_WRITABLE|FILE_IS_READABLE); if(filehandle!=INVALID_HANDLE) {