错误、漏洞、问题 - 页 365

[删除]  
Yedelkin:
没关系:"30。MetaTester:在测试器中增加了对MQL5程序自定义事件 的处理。"

那么,一切就真的有条不紊了,我们可以开始创建和测试策略。

而对于冠军赛,如果有的话,我们也可以开始准备,这只是新的冠军赛规则的问题......

PS

对于开发者来说。

我们当然已经解决了处理问题,但谁能检查结果呢?

以下事件将被送出

//Messages - Timer
string MsgTimerRolloverHour  = "Rollover Hour (№ %d): Processing of statistical information.";
string MsgTimerRolloverDay   = "Rollover Day (№ %d): Processing of statistical information.";
string MsgTimerRolloverWeek  = "Rollover Week (№ %d): Processing of statistical information.";
string MsgTimerRolloverMonth = "Rollover Month (№ %d): Processing of statistical information.";
string MsgTimerRolloverYear  = "Rollover Year (№ %d): Processing of statistical information.";

//Messages - Timer
int UserEvent_TimerRolloverHour  = CHARTEVENT_CUSTOM+11; //TimerRolloverHour
int UserEvent_TimerRolloverDay   = CHARTEVENT_CUSTOM+12; //TimerRolloverDay
int UserEvent_TimerRolloverWeek  = CHARTEVENT_CUSTOM+13; //TimerRolloverWeek
int UserEvent_TimerRolloverMonth = CHARTEVENT_CUSTOM+14; //TimerRolloverMonth
int UserEvent_TimerRolloverYear  = CHARTEVENT_CUSTOM+15; //TimeRolloverYear

以下内容来自于

2011.04.16 15:41:58     Core 1  2010.01.10 07:00:00   New event ID 11 - Rollover Hour (№ 223): Processing of statistical information.
2011.04.16 15:41:57     Core 1  2010.01.10 06:00:00   New event ID 11 - Rollover Hour (№ 222): Processing of statistical information.
2011.04.16 15:41:57     Core 1  2010.01.10 05:00:00   New event ID 11 - Rollover Hour (№ 221): Processing of statistical information.
2011.04.16 15:41:57     Core 1  2010.01.10 04:00:00   New event ID 11 - Rollover Hour (№ 220): Processing of statistical information.
2011.04.16 15:41:57     Core 1  2010.01.10 03:00:00   New event ID 11 - Rollover Hour (№ 219): Processing of statistical information.
2011.04.16 15:41:57     Core 1  2010.01.10 02:00:00   New event ID 11 - Rollover Hour (№ 218): Processing of statistical information.
2011.04.16 15:41:57     Core 1  2010.01.10 01:00:00   New event ID 11 - Rollover Hour (№ 217): Processing of statistical information.
2011.04.16 15:41:57     Core 1  2010.01.10 00:00:00   New event ID 13 - Rollover Week (№ 2): Processing of statistical information.
2011.04.16 15:41:57     Core 1  2010.01.10 00:00:00   New event ID 12 - Rollover Day (№ 9): Processing of statistical information.
2011.04.16 15:41:57     Core 1  2010.01.10 00:00:00   New event ID 11 - Rollover Hour (№ 216): Processing of statistical information.
2011.04.16 15:41:57     Core 1  2010.01.09 23:00:00   New event ID 11 - Rollover Hour (№ 215): Processing of statistical information.
2011.04.16 15:41:57     Core 1  2010.01.09 22:00:00   New event ID 11 - Rollover Hour (№ 214): Processing of statistical information.
2011.04.16 15:41:57     Core 1  2010.01.09 21:00:00   New event ID 11 - Rollover Hour (№ 213): Processing of statistical information.
2011.04.16 15:41:56     Core 1  2010.01.09 00:00:00   New event ID 12 - Rollover Day (№ 8): Processing of statistical information.

出现了三个问题。

1.CHARTEVENT_CUSTOM到哪里去了,为什么返回的ID是11而不是1011?

2.如果ID生成的规则不再有效,你为什么不在新建筑的描述中马上写上它?

我是说这个。

customEventID=CHARTEVENT_CUSTOM+1;
EventChartCustom(0,customEventID-CHARTEVENT_CUSTOM,0,0,message);

3.需要写在服务台还是什么?

[删除]  

补遗

而在演示中,它看起来是这样的

2011.04.16 15:41:44     123456 (EURUSD,D1)  Stoping: Stoping timer of trade system.
2011.04.16 15:41:44     123456 (EURUSD,D1)  Timer: Timer successfully is stopped.
2011.04.16 15:41:44     123456 (EURUSD,D1)  Stoping: Stoping of the trade system.
2011.04.16 15:41:47     123456 (EURUSD,D1)  Initialization: Loading system information.
2011.04.16 15:41:47     123456 (EURUSD,D1)  Initialization: Changing the template based on the parameters of the trading system.
2011.04.16 15:41:47     123456 (EURUSD,D1)  Initialization: Loading of information on the trade account.
2011.04.16 15:41:47     123456 (EURUSD,D1)  Initialization: Activation timer of the trade system.
2011.04.16 15:41:47     123456 (EURUSD,D1)  Timer: Timer successfully is activated.
2011.04.16 15:41:47     123456 (EURUSD,D1)  Trade system: Processing...
2011.04.16 16:00:00       123456  (EURUSD,D1)    New event ID 1011 - Rollover Hour (№ 1): Processing of statistical information.
因此,问题2被从议程中删除......
 
Interesting:

而对于冠军,如果有的话,你也可以开始准备......

正如他们所说,"祝你的工作顺利!"
[删除]  
Yedelkin:
正如他们所说,"祝你的工作顺利!"
当然,谢谢你,但我宁愿等上一两个月。让几个build改变一下,也许会有更少的明显bug...
 
Interesting:
当然,谢谢你,但我宁愿等上一两个月。让一些五个构建的变化,也许会有更少的明显的bug...
4个月的时间来准备比赛?有足够的时间吗?
[删除]  
Yedelkin:
在四个月内准备比赛?有足够的时间吗?
在4个月的 "正常 "构建中,比以后修复自己和别人的错误要好。
 
Interesting:

1.CHARTEVENT_CUSTOM 到哪里去了,为什么返回的ID是11而不是1011?

检查了我的演示。OnChartEvent()给出了带有CHARTEVENT_CUSTOM的ID。
 
Interesting:
对4个 "正常 "的构建来说,比修复他们自己和其他人的错误要好。

没有那么多的 "虫子 "会被发现。在绝大多数情况下,该平台是稳定的。此外,没有人保证有关你的程序的错误会被别人发现。而到了你的训练开始的那一刻,在你的理解中,这些建筑将是 "正常 "的:) 。当然,"主人就是主人"。

[删除]  
Yedelkin:

没有那么多的 "虫子 "会被发现。在绝大多数情况下,该平台是稳定的。此外,没有人保证有关你的程序的错误会被别人发现。而到了你的训练开始的那一刻,在你的理解中,这些建筑将是 "正常 "的:) 。当然,你是游戏的主人。

1.即使我的专家顾问有10万行,我也要在4个月内完成。最主要的是要确保交易条件最适合该策略。

目前,我专注于2010年的规则,但我想要更多的东西。

2.当然,有相当多的bug,但如果有的话,在错误的马路上是无法避免的,我认为更接近冠军赛的开始,开发者应该做一个可视化,并抛出一些新功能。

 
Interesting:

1.即使专家顾问在4个月内有10万行,它也应该工作。最主要的是,交易条件应最适合该策略。

我仍然以2010年的规则为指导,但我想要更多东西。

2.当然没有太多的bug,但我不知道如何避免它们,我认为开发者应该为冠军准备可视化,并引入新的功能。

好吧,我明白了。对我来说,最重要的是使策略最适合于交易条件。但这是展望的领域 :)除了贸易活动结构之外,你还期望有哪些其他的新功能?

顺便说一下,在我的测试器中,CHARTEVENT_CUSTOM 也不见了,但我从其中一个类中得到了旧的错误。所以我将调查问题出在谁的身上。