Новая версия платформы MetaTrader 5 build 1930: Плавающие окна графиков и .Net библиотеки в MQL5 - страница 87
Вы упускаете торговые возможности:
- Бесплатные приложения для трейдинга
- 8 000+ сигналов для копирования
- Экономические новости для анализа финансовых рынков
Регистрация
Вход
Вы принимаете политику сайта и условия использования
Если у вас нет учетной записи, зарегистрируйтесь
Sigh!
This was my try:
I am not sure about FrameNext as the function "moves the pointer" and this might mess up the optimization?
I am not sure about FrameNext as the function "moves the pointer" and this might mess up the optimization?
FrameNext is intented to get data from Frame which are sending by tester agents by FrameAdd. It is like iterator for traversing all frames
See also sample in https://www.mql5.com/de/articles/403
FrameNext is intented to get data from Frame which are sending by tester agents by FrameAdd. It is like iterator for traversing all frames
See also sample in https://www.mql5.com/de/articles/403
Ok - I tried this:
and failed as Print() (and I guess PrintFormat()) isn't available in the StrategyTester.
Sigh!
Check this option
Ok - I tried this:
and failed as Print() (and I guess PrintFormat()) isn't available in the StrategyTester.
Sure, it is written
Check this option
It is enabled, but despite that I thought that the tester agents (even the local ones as I don't use the cloud yet) don't accept dlls.
I thought that the tester agents (even the local ones as I don't use the cloud yet) don't accept dlls.
Do you use remote agents in your home network?
Do you use remote agents in your home network?
No, even not the MetaTester Agents of the cloud on my pc. Just the one that has come with the terminal.
I finally got it by appending line by line to a file in the Common folder:
The percent values are provided from 0 to 100.
But pass is always 0 (?) and TimeLocal always 23:59:59:
This is the corresponding table of the optimization:
Interesting to see the table shows 15 lines my file only 14. The first entry is missing. But the counter shows 13:
The empty line of the table corresponds to this log-entry:
And this shows that - I guess - the 'non-passes' due to "return(INIT_PARAMETERS_INCORRECT)" or "return(INIT_FAILED)" still is counted by the Tester and the genetic Algorithm: