错误、漏洞、问题 - 页 2323

 
fxsaber:
为什么在MQ-Beta上有非零的停止水平?这是一个古老的东西。

我认为这对测试很方便--古代的东西还在某个地方。

 
在PM中,不显示用户的名字,只显示他们的用户名。所以很难知道你在和谁说话。
 

这是什么乱七八糟的东西,如何理解(在日志标签中)?

2018.10.13 19:22:49.696 Ticks future statistic LKOH(统计:2018.11.16 23:55:00,最后:1970.01.01 00:00:00.000)。
2018.10.13 19:22:49.696 Ticks future statistic RTS Splice (stat: 2018.11.16 23:56:18, last: 1970.01.01 00:00:00.000)
2018.10.13 19:22:49.696 Ticks future statistic Si Splice (stat: 2018.11.16 23:58:20, last: 1970.01.01 00:00:00.000)
2018.10.13 19:22:49.696 Ticks future statistic VTBR Splice (stat: 2018.11.16 23:50:45, last: 1970.01.01 00:00:00.000)
2018.10.13 19:22:49.696 Ticks future statistic GAZR Splice (stat: 2018.11.16 23:51:30, last: 1970.01.01 00:00:00.000)
2018.10.13 19:22:49.696 Ticks future statistic USDRUB_TOM (stat: 2018.11.16 23:50:00, last: 1970.01.01 00:00:00.000)
2018.10.13 19:22:49.696 Ticks future statistic GAZP (stat: 2018.11.16 23:55:00, last: 1970.01.01 00:00:00.000)
2018.10.13 19:22:49.696 Ticks future statistic SBER (stat: 2018.11.16 23:55:04, last: 1970.01.01 00:00:00.000)
2018.10.13 19:22:49.696 Ticks future statistic SBERP (stat: 2018.11.16 23:55:04, last: 1970.01.01 00:00:00.000)
2018.10.13 19:22:49.696 Ticks future statistic RTS-12.18 (stat: 2018.11.16 23:57:52, last: 1970.01.01 00:00:00.000)
2018.10.13 19:22:49.696 Ticks future statistic Si-12.18 (stat: 2018.11.16 23:59:56, last: 1970.01.01 00:00:00.000)
2018.10.13 19:22:49.696 Ticks future statistic MIX-12.18 (stat: 2018.11.16 23:56:28, last: 1970.01.01 00:00:00.000)
2018.10.13 19:22:49.696 Ticks future statistic GOLD-12.18 (stat: 2018.11.16 23:55:02, last: 1970.01.01 00:00:00.000)
2018.10.13 19:22:49.696 Ticks future statistic GAZR-12.18 (stat: 2018.11.16 23:55:02, last: 1970.01.01 00:00:00.000)
2018.10.13 19:22:49.696 Ticks future statistic LKOH-12.18(统计:2018.11.16 23:55:02,最后:1970.01.01 00:00:00.000)。
2018.10.13 19:22:49.696 Ticks future statistic SBRF-12.18 (stat: 2018.11.16 23:59:11, last: 1970.01.01 00:00:00.000)
2018.10.13 19:22:49.696 Ticks future statistic ED-12.18 (stat: 2018.11.16 23:55:02, last: 1970.01.01 00:00:00.000)
2018.10.13 19:22:49.696 Ticks future statistic VTBR-12.18 (stat: 2018.11.16 23:55:02, last: 1970.01.01 00:00:00.000)
2018.10.13 19:22:49.696 Ticks future statistic SBPR-12.18 (stat: 2018.11.16 23:55:02, last: 1970.01.01 00:00:00.000)
2018.10.13 19:23:11.631 Ticks future statistic BR-12.18 (stat: 2018.11.16 23:56:19, last: 1970.01.01 00:00:00.000)
2018.10.13 19:23:19.115 Ticks future statistic BR-1.19 (stat: 2018.11.16 23:58:03, last: 1970.01.01 00:00:00.000)

1940年版本

 

Quartet有一个新的构建和新的错误,指标停止运行

2018.11.19 01:39:30.894 Access violation read to 0x00000014 in 'F:\FX\MetaTrader - Alpari - test_TEST_04\MQL4\indicators\PozaCalcInd.ex4'

我怎样才能解决这个问题?

 

关于交易、自动交易系统和交易策略测试的论坛

mql5.com网站的错误和问题

Alain Verlaine, 2018.11.18 14:23

无论研究标准如何,搜索引擎似乎都会错过一些结果,仅以俄罗斯论坛上的 "PostMessageW "为例。

4个结果。虽然与谷歌...

33项成果。

这只是一个例子。


 
亲爱的开发者们!注意这个问题!
 
Include\WinAPI缺少ShellExecuteW。那里的对应物是什么?
 
这到底是不是一个错误呢?
void OnStart()
{
  uchar Array[] = {1, 2, 3, 4, 5};
  
  Print(StringToCharArray(NULL, Array));      // 0
  Print(StringLen(CharArrayToString(Array))); // 5
}
 
fxsaber:
Include\WinAPI缺少ShellExecuteW。那里相当于什么呢?
我没有看到shellexecute或winexec,最好是前者。
 

这是正常的功能行为吗?如果是这样,如何才能缩短时间?历史已被预装

      time_=GetMicrosecondCount();
      double mas[];
      CopyOpen(sym[i].NAME,PERIOD_D1,0,1,mas);
      Print(sym[i].NAME,"  ",(GetMicrosecondCount()-time_));

结果:

ARSA符号16 544 647

Avan 16 506 592

AVAZ符号16 553 408

AVAZP符号16 511 019

符号 ASSB 16 521 310


这种行为出现在CFD上


行为出现在所有

CopyRates(sym[i].NAME,PERIOD_D1,0,1,rates); 
CopyOpen(sym[i].NAME,PERIOD_D1,0,1,mas);
iOpen(sym[i].NAME,PERIOD_D1,0);