Questions from Beginners MQL4 MT4 MetaTrader 4 - page 54

 
Anybody help why after the optimization does not show the results in the logs says deleted due to lack of usability in what could be the problem?
 
denisov1988:
Guys, someone help why after the optimization does not show the results in the logs says deleted for lack of use in what may be the problem?
The optimizer did not find positive options, all passes ended in failure.
 
Vitalie Postolache:
The optimizer didn't find any positive options, all passes ended in failure.
I mean it's not a martin but a medium-term scalper when testing the results were normal!
 
denisov1988:
I mean the plum it's not a martin and scalper medium term while testing the results were normal!

Well it means the optimiser hasn't found better results than with the default parameters, but the opposite, plum only. Without details, this descends into pointless guessing in the wind.

Uncheck "Skip useless results" in the optmizer window so that all results are displayed.

You can also restart the terminal, in case there is a glitch.

 
Vitalie Postolache:
Well it means the optimiser hasn't found better results than with the default parameters, but the opposite, plum only. Without details it turns into a meaningless guessing in the wind.
This can not be how many times I tested other bots and then optimized them, they always showed worse and better results myself sitting and trying to find the best stistics and where is that check mark let me look
 
Vitalie Postolache:

Well it means the optimiser hasn't found better results than with the default parameters, but the opposite, plum only. Without details, this descends into pointless guessing in the wind.

Uncheck "Skip useless results" in the optmizer window so that all results are displayed.

You can also reset the terminal in case there is a glitch.

I have rebooted and more than once listen I can send you a log and wait a few minutes?
 
Vitalie Postolache:

Well it means the optimiser hasn't found better results than with the default parameters, but the opposite, plum only. Without details, this descends into pointless guessing in the wind.

Uncheck "Skip useless results" in the optmizer window so that all results are displayed.

You could also restart the terminal, in case there's a glitch.

2017.01.25 23:34:58.915 Tester: cache file "C:\Users\on\AppData\Roaming\MetaQuotes\Terminal\262C965444F8BA869E443A151BB6BAE93\tester\caches\WallStreet_2.0_Evolution_v1.0.GBPUSD15.0" found and can be used for further optimization
2017.01.25 23:34:58.985 TestGenerator: file "C:\Users\on\AppData\Roaming\MetaQuotes\Terminal\262C965444F8BA69E443A151BB6BAE93\tester\history\GBPUSD15_0.fxt" is read-only
2017.01.25 23:34:58.985 TestGenerator: symbol GBPUSD period 15 model 0 from 2010.01.01 to 2017.01.20
2017.01.25 23:34:58.985 TestGenerator: server "Tickstory-Demo" differs from "RoboFX-Demo" terminal connected to
2017.01.25 23:42:15.580 WallStreet_2.0_Evolution_v1.0: optimization started
2017.01.25 23:49:06.508 WallStreet_2.0_Evolution_v1.0: optimization stopped at 0:14:07, 3 cache records were used
2017.01.25 23:49:07.071 There were 4 passes done during optimization, 4 results have been discarded as insignificant

The 4 results are because I stopped the optimization
 
denisov1988:
2017.01.25 23:34:58.915 Tester: cache file "C:\Users\on\AppData\Roaming\MetaQuotes\Terminal\262C965444F8BA869E443A151BB6BAE93\tester\caches\WallStreet_2.0_Evolution_v1.0.GBPUSD15.0" found and can be used for further optimization
2017.01.25 23:34:58.985 TestGenerator: file "C:\Users\on\AppData\Roaming\MetaQuotes\Terminal\262C965444F8BA69E443A151BB6BAE93\tester\history\GBPUSD15_0.fxt" is read-only
2017.01.25 23:34:58.985 TestGenerator: symbol GBPUSD period 15 model 0 from 2010.01.01 to 2017.01.20
2017.01.25 23:34:58.985 TestGenerator: server "Tickstory-Demo" differs from "RoboFX-Demo" terminal connected to
2017.01.25 23:42:15.580 WallStreet_2.0_Evolution_v1.0: optimization started
2017.01.25 23:49:06.508 WallStreet_2.0_Evolution_v1.0: optimization stopped at 0:14:07, 3 cache records were used
2017.01.25 23:49:07.071 There were 4 passes done during optimization, 4 results have been discarded as insignificant

The 4 results are because I paused the optimization
Try this: https://www.mql5.com/ru/forum/87534
Нужен совет по тестеру
Нужен совет по тестеру
  • www.mql5.com
У меня возникла проблема. В тестере МТ4 не отображает варианты с минусовым значением. Подскажите пожалуйста--чем это лечится...
 
Sergey Basov:
Try this: https://www.mql5.com/ru/forum/87534

Thank you all done if it wasn't for you I would have been stumped.

 

Hello!

Help with the classes, I can't figure out what's wrong here:

class ASD

{

private:

// Variables and functions available only within the class are located here

int c (int m_a,int m_b)

{ int m_d = m_a+m_b;}


public:

void d (int a,int b )

{ m_a=a;

m_b=b;

}

// Variables and functions available outside the class are located here

};

Reason: