I have a problem with reading and Opening File.
I guess my Code is fine. The Problem is where the File is created, when i create one with
Its Created and directly deleted after the test in
But when i copy my existing one. "Dasisteintest.csv" into that Folder, suddenly the file is gone and the programm throws an Error
Where Do i have to put the files? How can i define where they are created.
I also tested at first the path where it should be.
Hello
in the MT5 editor click > File > Open Common Data Folder
Go to Files , paste your file there
Then your open flags should be FILE_READ|FILE_CSV|FILE_COMMON
Hello
in the MT5 editor click > File > Open Common Data Folder
Go to Files , paste your file there
Then your open flags should be FILE_READ|FILE_CSV|FILE_COMMON
Thank you that works,
I have the problem of the csv. File that i contains from reading characaters like : "慐獳刻獥汵㭴牐景瑩䔻灸捥整慐潹晦倻潲楦⁴慆瑣牯刻捥癯牥⁹慆瑣牯医慨灲慒楴㭯畃瑳浯䔻畱瑩⁹䑄┠" as far as i can see in the debugger.
I tried already the BIN , ANSI and UNCICODE Flags... everytime the same wrong characters.
Can you help me with this as well?
Edit: Firstly the csv File looks like :
Pass Result Profit Expected Payoff Profit Factor Recovery Factor Sharpe Ratio Custom Equity DD % Trades AnzOpenStrats AnzCloseStrats mab_trend_l mab_open_l mab_Closing_l 372 10092,35 92,35 46,175 28,48512 0,86051 0,19479 0 1,06 2 1 5 280 54 214I tried it with a txt file. But with my code i always go through the collums with my code.
EDIT - GOT IT -

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
I guess my Code is fine. The Problem is where the File is created, when i create one with
Its Created and directly deleted after the test in
But when i copy my existing one. "Dasisteintest.csv" into that Folder, suddenly the file is gone and the programm throws an Error
Where Do i have to put the files? How can i define where they are created.
I also tested at first the path where it should be.