Forum

how to show optimization inputs in optimization report?

Is that possible to show inputs in the report? google doesn't help much

question about mph include path

for example, when I type the path "#include <Arrays\ArrayChar.mqh>" by myself, meta editor shows can't open ... include file However, it works when you copy the path form the following website...what's wrong? https://www.mql5.com/en/docs/standardlibrary/datastructures/carraychar

About the backtesting

Hi guys. I want to do the back-testing by program control in mql4. 1. using program start the back-test rather than click the start button on strategy tester 2. controlling the setting of back-test parameters such as symbol, period, date etc. Is it possible for MT4

question about FileDelete();

hi everyone, i want to delete the file in sub directory ...\Files\dir\testInDir.csv FileDelete ( "dir\testInDir.csv" ); // not working FileDelete ( "testInFiles.csv" ); // it's working however, It is not working and i can't find where is the bug