string sDate = TimeToString(TimeCurrent(), TIME_DATE); StringReplace(sDate, ".", ""); printf(""+ _Symbol + StringSubstr(EnumToString(_Period), 7) + "_" + sDate);OR
string sDate = TimeToString(TimeCurrent(), TIME_DATE|TIME_MINUTES); StringReplace(sDate, " ", "_"); StringReplace(sDate, ".", ""); StringReplace(sDate, ":", ""); printf(""+ _Symbol + StringSubstr(EnumToString(_Period), 7) + "_" + sDate);

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Good day everyone.
Right now it is like this GBPUSDH1or GBPUSDrfdM15.
I wonder if it is possible for MQL5 developers to add date to file name.
so it could be something like:
GBPUSDH1_11092025
or even GBPUSDH1_11092025_1250 (last 4 digits are the time)
Best regards,
ForexDuxa