Errors, bugs, questions - page 3068

 
The Mac OS version of MT5 does not save global variables when closing (and then opening) the terminal. Mac OS version 10.13.6
 
Why has the profile rating dropped by 10,000 ?

It used to be above 18,000 and now it's only 8454.

And also the number of Demos in profile is 8031 and in Achievements is 24095 ???

 
how to view the values of the "Fibonacci grid" levels.... it is not possible to compress the chart, there are restrictions
 

It doesn't seem to work any more?

MetaEditor.ini

[Experts]
Author=Copyright 2021, Alain Verleyen
Address=https://login.mql5.com/en/users/angevoyageur
Optimize=0

 
Alain Verleyen:

It doesn't seem to work any more?

MetaEditor.ini

[Experts]
Author=Copyright 2021, Alain Verleyen
Address=https://login.mql5.com/en/users/angevoyageur
Optimize=0

Yes, we gave up that setting.

 
Ilyas:

Yes, we gave up this setting

maybe then there is a point of another button or command that does not build ex* but only checks for compilation errors, like when checking mqh files? The time differs by more than an order of magnitude and it takes quite a long time to build

 
Andrei Trukhanovich:

maybe then there is a point of another button or command that does not build ex* but only checks for compilation errors, like when checking mqh files? The time differs by more than an order of magnitude and it takes quite a long time to build

You may press F7 and then CTRL+BREAK or some other crutch. Uncomfortable, of course.

 
Ilyas :

Yes, we gave up that setting

It is not possible to have the option directly in MetaEditor? It would be very useful at the development stage. In the meantime, we need to use crutches.
 

The code is from here:

https://www.mql5.com/ru/articles/2432

2021.08.22 12:14:51.105 Tests (EURUSD,M1)       ExpertRemove() function called
2021.08.22 12:14:51.109 Tests (EURUSD,M1)       Access violation at 0x0000022BEE4ED9E4 read to 0x0000000000000000 in 'N:\Alpari MT5\MQL5\Experts\RegExpressions Demo\Tests.ex5'
2021.08.22 12:14:51.109 Tests (EURUSD,M1)          crash -->  0000022BEE4ED9E4 FF10              call       qword near [rax]
2021.08.22 12:14:51.109 Tests (EURUSD,M1)                     0000022BEE4ED9E6 488B17            mov        rdx, [rdi]
2021.08.22 12:14:51.109 Tests (EURUSD,M1)                     0000022BEE4ED9E9 4889F1            mov        rcx, rsi
2021.08.22 12:14:51.109 Tests (EURUSD,M1)                     0000022BEE4ED9EC 41FFD5            call       r13
2021.08.22 12:14:51.109 Tests (EURUSD,M1)                     0000022BEE4ED9EF 48BFD07357EE2B02  mov        rdi, 0x22bee5773d0
2021.08.22 12:14:51.109 Tests (EURUSD,M1)                                      0000
2021.08.22 12:14:51.109 Tests (EURUSD,M1)                     0000022BEE4ED9F9 488B4708          mov        rax, [rdi+0x8]
2021.08.22 12:14:51.109 Tests (EURUSD,M1)                     0000022BEE4ED9FD 4889F9            mov        rcx, rdi
2021.08.22 12:14:51.109 Tests (EURUSD,M1)       
2021.08.22 12:14:51.109 Tests (EURUSD,M1)       00: 0x0000022BEE4ED9E4
2021.08.22 12:14:51.109 Tests (EURUSD,M1)       

Error when closing the demo. Error during debugging and release.

Latest beta version of the terminal.

 

Please include these codes in the standard delivery of the terminal with conflict avoidance so that they can be used normally:

https://www.mql5.com/ru/articles/2432

#include <RegularExpressions\\Regex.mqh>
#include <Generic\\HashMap.mqh>
//+------------------------------------------------------------------+
//| Script program start function                                    |
//+------------------------------------------------------------------+
void OnStart()
  {

  }

This is where the errors are coming from:

'ICollection' - class type expected     ICollection.mqh 11      11
   see previous declaration of 'ICollection'    ICollection.mqh 59      7
'GetHashCode' - function already defined and has body   HashFunction.mqh        72      5
   see previous declaration of function 'GetHashCode'   Wrappers.mqh    285     5
'GetHashCode' - function already defined and has body   HashFunction.mqh        94      5
   see previous declaration of function 'GetHashCode'   Wrappers.mqh    305     5
'GetHashCode' - function already defined and has body   HashFunction.mqh        108     5
   see previous declaration of function 'GetHashCode'   Wrappers.mqh    241     5
.....
Reason: