Errors, bugs, questions - page 34

 
ddd06:

On the councillor question - should you write to Service Desk?

If there is an error, or incorrect behaviour, yes. Just gather as much information as you can beforehand and study the help - you will probably find the answers in it.

 
alexvd:

If there is an error, or incorrect behaviour, yes. Just gather as much information as you can beforehand and study the help - you will probably find the answers in it.

Dear alexvd in my opinion this is an error, I ask if the message shouldbe dubbed in Service Desk?

In principle it could be a difference when generating ticks, but it is not.

 
Interesting:
Developers - I've lost sight of, my application number 15802 completed or on the way?

I repeat my question to the developers about 15802 - it seems to have agreed that it will be, the topic was closed, and silence (or as always I overslept the most interesting thing)?
 

Apparently there are a lot of applications, my last one is now number 18261. I don't know how many people are there, but it would take a lot to process that many applications)

 

What is the log entry:

Array out of range (126,16)

Please advise how to debug an EA. I translated it into MT5 and compiled it, but it keeps getting this error.

 
AM2:

What is the log entry:

Array out of range (126,16)

Please advise how to debug the EA. I translated it into MT5 and compiled it, but it keeps getting this error.

look for this line (126,16). you're out of range of the array
 
AM2:

What is the log entry:

Array out of range (126,16)

Please advise how to debug an EA. I translated it into MT5 and compiled it, but it keeps getting this error.

I have not got an index of the array. 126 - line in the code, 16 - element in the line
Документация по MQL5: Основы языка / Переменные
Документация по MQL5: Основы языка / Переменные
  • www.mql5.com
Основы языка / Переменные - Документация по MQL5
 
AM2:

What is the log entry:

Array out of range (126,16)

Please advise how to debug an EA. I have it compiled in MT5, but it keeps getting this error.

I need to check the array dimension, most likely it was a reference to a non-existent "cell" (or to an existing one, but numbered differently)...

The arrays are indexed starting from 0, so when you access an array index without taking this feature into account, it's not uncommon for the range to be exceeded...

 
ddd06:

do I have to dub the message to Service Desk?


Yes.

This will prevent the problem from disappearing from view.

 
ddd06:

Apparently there are a lot of applications, my last one is now number 18261. I don't know how many people are there, but it would take a lot to process that many applications)

Here's the answer to your application.


Try a slightly modified version, everything matches


Files:
prover.mq5  2 kb