文章 "通用智能交易系统:交易策略的模式(第一章)" - 页 2

 
Pierre Rougier:

您好、


返回的错误信息是:

cannot cast 'DoubleValue' to 'ULongValue' Dictionary.mqh 210 14


感谢您的帮助,
Pierre8r

我找到了编译程序的方法。
将本文的 Dictionary.mqh 文件改为本文的 Dictionary.mqh 文件
https://www.mql5.com/zh/articles/2653

Universal Expert Advisor: CUnIndicator and Use of Pending Orders (Part 9)
Universal Expert Advisor: CUnIndicator and Use of Pending Orders (Part 9)
  • 2017.10.20
  • Vasiliy Sokolov
  • www.mql5.com
Table of Contents Introduction The development of the Universal Expert Advisor's base of source code continues. Most of the approaches integrated into the CStrategy trade engine have proven their efficiency, convenience and simplicity in practice. However, over the course of actual usage, certain aspects in the expert operation had to be...
 
MetaQuotes Software Corp.:

新文章 通用智能交易系统:交易策略的模式(第一章)已发布:

作者:Vasiliy Sokolov

 
请问附件在哪里?
 
只更新 m_state 中受影响的元素,这样调用 SetTradeState 的顺序就不重要了,这样做是否更合理?此外,如果将其作为策略的一部分来实施,而不是或同时作为引擎来实施,那么就可以为不同的资产分配不同的状态(例如,在发布相关新闻 时分配特定的外汇货币对)。