Errors, bugs, questions - page 234

 
sergeev:
But who will test the builds and catch bugs in them if not you? Work hard and write to support.
The more bugs you find, the better will be a new build with more fixes. Good for you and the MT will be faster to market.

Don't you read or something? Where did I say I wouldn't test new builds? Updating will happen automatically and by default. Having tested and found bugs, and reported them, I roll back to the previous one, to continue working on my expert, rather than wait more than a week for the next.

I'm not even talking about the fact that 2 consecutive non-working builds came out, and now the 3rd one, with which MY EA does not work, but I can't even find a bug because the terminal crashes on it. I have yet to painfully figure it out, and I won't hesitate to send the crashlogs.

 
Dali:

Having tested and found bugs and reported them, I roll back to the previous one to continue working on my EA rather than wait more than a week for the next one

I wish I hadn't seen that. When you have plans, deadlines, uploads. And instead of working properly on your build you sit and catch bugs in the new one. :)) I will never believe that you will do that. Do you need it?

 

Sorry for the inconvenience.

We are seriously modifying the structure of MQL5 programs to support new services (sales, agent pools, etc.) and a significant amount of changes led to errors. They have already been fixed - a new build will be released today or tomorrow.

Документация по MQL5: Программы MQL5
Документация по MQL5: Программы MQL5
  • www.mql5.com
Программы MQL5 - Документация по MQL5
 

Remote agent gives an error:

2010 12/15 17:03:09 1_zTest_ connect closed
2010.12.15 17:03:09 1_zTest_ optimization pass (0, 9382) returned to queue
2010.12.15 17:03:09 1_zTest_optimization pass (0, 9382) tested with error "no history
2010.12.15 17:03:07 1_zTest_ common synchronization completed
2010.12.15 17:03:07 1_zTest_genetic pass (0, 9382) started
2010.12.15 17:03:07 1_zTest_ authorized (agent build 368)
2010.12.15 17:03:07 1_zTest_ connected

Can't load history, tried for an hour.

What could be the problem?

I've also got agents with 368 build, and they're fine.

 
vyv:

One request: it is very uncomfortable and unusual for the styler to arrange the brackets like this:

it would be much nicer if the styler did the brackets like this:

worst of all, the way it handles the construction

}else{

by pushing it even deeper into the code, which makes it completely unreadable.

It doesn't fit into any readable code norms at all.

There are generally accepted rules in Visual Studio, for example. Why does MetaQuotes invent its own rules for "beautiful" code?

 

Same agent, hangs in this position.

2010.12.15 17:17:59 Tester Stopped by user
2010.12.15 17:17:59 1_zTest_ connect closed
2010.12.15 17:17:59 Tester optimization passed in 0 minutes 47 seconds
2010.12.15 17:17:59 Tester optimization finished on pass 0 (of 545545)
2010.12.15 17:17:59 Tester result cache was used 0 times
2010.12.15 17:17:15 1_zTest_ GBPUSD: history synchronization completed [3661 Kb]
2010.12.15 12:17:15 1_zTest_ GBPUSD: history for 2010 year synchronized
2010.12.15 17:17:14 1_zTest_ GBPUSD: history for 2009 year synchronized
2010.12.15 17:17:13 1_zTest_ common synchronization completed
2010.12.15 17:17:13 1_zTest_ genetic pass (0, 104114) started
2010.12.15 17:17:13 1_zTest_ authorized (agent build 368)
2010.12.15 17:17:13 1_zTest_ connected

 
Jager:

The same agent, hangs in this position.

2010.12.15 17:17:59 Tester Stopped by user
2010.12.15 17:17:59 1_zTest_ connect closed
2010.12.15 17:17:59 Tester optimization passed in 0 minutes 47 seconds
2010.12.15 17:17:59 Tester optimization finished on pass 0 (of 545545)
2010.12.15 17:17:59 Tester result cache was used 0 times
2010.12.15 17:17:15 1_zTest_ GBPUSD: history synchronization completed [3661 Kb]
2010.12.15 12:17:15 1_zTest_ GBPUSD: history for 2010 year synchronized
2010.12.15 17:17:14 1_zTest_ GBPUSD: history for 2009 year synchronized
2010.12.15 17:17:13 1_zTest_ common synchronization completed
2010.12.15 17:17:13 1_zTest_ genetic pass (0, 104114) started
2010.12.15 17:17:13 1_zTest_ authorized (agent build 368)
2010.12.15 17:17:13 1_zTest_ connected



Do you have access to remote agents?

If so, can you write to servicedesk with agent logs?

Общайтесь с разработчиками через Сервисдеск!
Общайтесь с разработчиками через Сервисдеск!
  • www.mql5.com
Ваше сообщение сразу станет доступно нашим отделам тестирования, технической поддержки и разработчикам торговой платформы.
 

1) I set the object OBJ_RECTANGLE_LABEL to no colour:

ObjectSetInteger(0, name, OBJPROP_COLOR, CLR_NONE);

But I get a white colour! If I manually set no colour - it's fine

2) I set the chart properties to no colour:

ChartSetInteger(0, CHART_COLOR_GRID, CLR_NONE);
ChartSetInteger(0, CHART_COLOR_VOLUME, CLR_NONE);
ChartSetInteger(0, CHART_COLOR_CHART_UP, CLR_NONE);
ChartSetInteger(0, CHART_COLOR_CHART_DOWN, CLR_NONE);
everything is fine, but when I close and open the program the colour becomes 255,255,255 (exactly like that, not even White)


Please fix this, it's disturbing! And please add ChartFocus or CharActivate function or some other name for it - it would be possible to activate required chart by means of software (very useful and helpful thing, especially when you have a function of creating charts, applying templates to them, etc.)

Документация по MQL5: Стандартные константы, перечисления и структуры / Константы объектов / Типы объектов
Документация по MQL5: Стандартные константы, перечисления и структуры / Константы объектов / Типы объектов
  • www.mql5.com
Стандартные константы, перечисления и структуры / Константы объектов / Типы объектов - Документация по MQL5
 

3) If the last created object is OBJ_RECTANGLE_LABEL, all other objects stop displaying labels when the mouse cursor is moved to them. If you change the creation order, all is normal (OBJ_RECTANGLE_LABEL does not display them at all, as I understand it)

4) How to create OBJ_RECTANGLE_LABEL object from the menu?

Документация по MQL5: Стандартные константы, перечисления и структуры / Константы объектов / Типы объектов
Документация по MQL5: Стандартные константы, перечисления и структуры / Константы объектов / Типы объектов
  • www.mql5.com
Стандартные константы, перечисления и структуры / Константы объектов / Типы объектов - Документация по MQL5
 
AlexSTAL:

4) How to create OBJ_RECTANGLE_LABEL object from a menu?

So far there is no such option.

Reason: