错误、漏洞、问题 - 页 3068

 
MT5 for Mac OS版本在关闭(然后打开)终端时不保存全局变量。Mac OS 10.13.6版本
 
为什么资料等级下降了10,000?

它曾经在18000以上,现在只有8454。

此外,个人资料中的演示次数为8031次,成就为24095次。

 
如何查看 "斐波那契网格 "的水平值....不可能压缩图表,有一些限制。
 

它似乎不再起作用了?

MetaEditor.ini

[专家]
Author=Copyright 2021, Alain Verleyen
Addresshttps://login.mql5.com/en/users/angevoyageur
Optimize=0

 
Alain Verleyen:

它似乎不再起作用了?

MetaEditor.ini

[专家]
Author=Copyright 2021, Alain Verleyen
Addresshttps://login.mql5.com/en/users/angevoyageur
Optimize=0

是的,我们放弃了这个设置。

 
Ilyas:

是的,我们放弃了这个设置

也许另一个按钮或命令是有意义的,它不构建ex*,只检查编译错误,就像检查mqh文件时一样?时间相差超过一个数量级,需要相当长的时间来构建

 
Andrei Trukhanovich:

也许另一个按钮或命令是有意义的,它不构建ex*,只检查编译错误,就像检查mqh文件时一样?时间相差超过一个数量级,需要相当长的时间来构建

你可以按F7,然后按CTRL+BREAK或其他一些 拐杖。当然,是不舒服的。

 
Ilyas :

是的,我们放弃了这个设置

在MetaEditor中不可能直接有这个选项?这在发展阶段将是非常有用的。在此期间,我们需要使用拐杖。
 

该代码来自这里。

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)       

关闭演示时出错。调试和发布时出错。

终端的最新测试版本。

 

请在终端的标准交付中包括这些代码,并避免冲突,以便它们可以正常使用。

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

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

  }

这就是错误产生的原因。

'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
.....