Errors, bugs, questions - page 483

 
Bene_Nota:

Lately it's been impossible to work with MT5 because of the constant re-connects and disconnects from the server, it feels like the platform is regressing :(

It's not the platform, it's the servers.

The forum is crashing along with the platform...

 
sergeev:

it's not the platform but something by the servers.

the forum goes down along with the platform...

The problems are somewhere in the network between us and the servers. Take a look at the traces.
 
alexvd:

Describe more precisely. Under what circumstances.

It's playing up for me too. Is there a task in SR about not saving html reports or starting one?
 
marketeer:
I'm having it reproduced as well. Is there a task in SD about not saving html reports or starting one?

Yes. My comment is already out of date.

Already reproduced and corrected. Wait for an update.

 

Admin, what about the arrays? Is it confirmed? Why don't you comment?

Would it be unpleasant if you and I here we are on our own and servicedesk is on its own?

 
Retsam:

Admin, what about the arrays? Is it confirmed? Why don't you comment?

Would it be unpleasant if you and I here we are on our own and servicedesk is on its own?

Don't worry about it. We'll fix it. "On a first-come, first-served basis."
 

Glitch in new build (last build EA worked fine). Here's what I found out:

1) Example

...........................

Print("SymbolName==",m_symbol.Name());

if(PositionsTotal()> 0)

if(m_position.Select(m_symbol.Name()))

{

}

................................

The log says:

2011.08.11 11:16:26 Core 1 2011.01.07 20:45:18 SymbolName==EURUSD

2011.08.11 11:16:26 Core 1 2011.01.07 20:45:17 SymbolName==EURUSD

2011.08.11 11 11:16:26 Core 1 2011.01.07 20:45:15 SymbolName==EURUSD

2011.08.11 11 11:16:26 Core 1 2011.01.07 20:45:14 SymbolName==EURUSD

It's ok...

2) Now it is a bit different

...........................

if(PositionsTotal()>0)

if(m_position.Select(m_symbol.Name()))

{

Print("SymbolName==",m_symbol.Name());

}

................................

And that's it, the expert is clipping. In the log:

2011.08.11 11:21:27 Core 1 OnTick critical error

2011.08.11 11:21:27 Core 1 2011.01.04 16:30:00 Access violation read to 0x3FF5610B in 'C:\Program Files\MetaTrader 5\Tester\Agent-127.0.0.1-3000\MQL5\Experts\Examples\gluk.ex5'

 

bobsley, could you please send us the sources so that we can localise the bug. The sources will be destroyed irretrievably when the research is finished.

We have been working on this bug for a few days now.

The pieces of source code that several people have already submitted to illustrate this problem do not help reproduce the bug. It is the finished source code that is needed.

 
stringo:

bobsley, could you please send us the sources so that we can localise the bug. The sources will be destroyed irretrievably when the research is finished.

We have been working on this bug for a few days now.

The pieces of source code that several people have already submitted to illustrate this problem do not help reproduce the bug. It is the finished source code that is needed.

Yes of course, where to send the source code?
 
bobsley:
Yes of course, where should I send the source code?

You can apply to servicedesk.

Only you need full source code, with all inclludes (if any).

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