文章 "MQL5 向导:无需编程即可创建 EA 交易程序" - 页 4

 
TS88 指标?
即使这不再是最新的,我也会在主题中写一些有用的东西。
  1. 许多自定义指标都 可以 从代码库中下载。我们认为相应的 CodeBase 页面不言自明。
  2. 作为对 MQL5 向导文章的评论,唯一真正有意义的其他问题是,即使在执行向导时,交易信号列表中没有出现基于给定指标的信号,专家如何使用指标。
  3. 文章《MQL5 向导: 2016 年新版本》与这篇文章 结合起来可能更合适。
  4. 为了解具体情况,应使用各种组件的不同设置运行向导,并 分析 生成的代码, 包括 CExpertSignal、CExpertMoney 和 CExpertTrailing 类。
  5. 事实上,即使是标准指标,向导也不会知道,因为它们也是由存储在正确位置的信号类封装的。

玩得开心

MQL5 Wizard: Neue Version
MQL5 Wizard: Neue Version
  • www.mql5.com
Dieser Beitrag liefert Beschreibungen der neuen Features im aktualisierten MQL5 Wizard. Die modifizierte Architektur von Signalen ermöglicht die Erstellung von Handelsrobotern, die auf der Kombination verschiedener Marktmuster beruhen. Das Beispiel in diesem Beitrag erläutert das Verfahren zur interaktiven Erstellung eines Expert Advisors.
 
kurbads #:
很抱歉我问了一个愚蠢的问题,但我看不出您在哪里说明了是打开多头仓位还是空头仓位?
我想是在第 2 步中提到的。
 
kurbads #:
很抱歉我问了一个很蠢的问题,但我看不出您在哪里说明了是建立多头头寸还是空头头寸?

信号模块决定开立空仓还是多仓。您应该阅读这篇文章https://www.mql5.com/zh/articles/226




.

MQL5 Wizard: How to Create a Module of Trading Signals
MQL5 Wizard: How to Create a Module of Trading Signals
  • www.mql5.com
The article discusses how to write your own class of trading signals with the implementation of signals on the crossing of the price and the moving average, and how to include it to the generator of trading strategies of the MQL5 Wizard, as well as describes the structure and format of the description of the generated class for the MQL5 Wizard.