MetaTrader 5 Strategy Tester: bugs, bugs, suggestions for improvement - page 43

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
Forum on trading, automated trading systems and strategy testing
Optimization speed has dropped drastically on build 2284
fxsaber, 2019.12.23 05:43
The speed has dropped. Not by times, but by tens of percent.
2269
2284
To speed up testing 99% of EAs.
For the remaining 1%, a crutch can be inserted.
Yeah, there's a reason for that. But this deprives me of the right to choose, saying "we know how you'll be better, and if you don't like it, you can work your way around our limitation". What prevents me from adding a box in the tester's settings to choose the maximum number of bars to be used, I don't understand.
Build 2280. The datetime input parameter for the EA is not correctly displayed on the Parameters tab. We take an EA of the following type
The parameter tab is copied and pasted
TimeInterval=D'01.01.1970 13:58:16'
As a result, the Expert Advisor sees the parameter incorrectly and displays it incorrectly as 1970.01.01 00:00:00. Although it sees it correctly in the parameters in the log. This is from the log:
Build 2280. The datetime input parameter for the EA is not correctly displayed on the Parameters tab. We take an EA of the following type
The parameter tab is copied and pasted
As a result, the Expert Advisor sees the parameter incorrectly and displays it incorrectly as 1970.01.01 00:00:00. Although it sees it correctly in the parameters in the log. This is from the log:
The testing boundaries are always aligned at the start of the day.
The test boundaries are always aligned to the start of the day.
This is not a test boundary. It is an EA parameter of datetime type.
Build 2280. The datetime input parameter for the EA is not correctly displayed on the Parameters tab. We take an EA of the following type
The parameter tab is copied and pasted
As a result, the Expert Advisor sees the parameter incorrectly and displays it incorrectly as 1970.01.01 00:00:00. Although it sees it correctly in the parameters in the log. This is from the log:
What did you mean by
TimeInterval=D'01.01.1970 13:58:16'
This is a notation for MQL program sources, not for set-files. You could have just seen how values in set-files are generated
TimeInterval=50296
This is a notation for MQL program sources, not for set-files. You could have just seen how values in set-files are generated
TimeInterval=50296
Yes, I copy-pasted the parameters and saw what form he expects to see. But it's not very convenient for a person to handle such values. That's why I asked if it's possible to introduce date formats support there, like in the source.
It's possible. Will do.
Thank you very much.
Yes, I copy-pasted FROM parameters and saw what form he expects to see. But it's not very convenient for a person to handle such values. That's why I asked if it's possible to introduce date formats support there, like in source.
You can use a stringer for the time being.