文章 "如何利用 MQL5 创建简单的多币种智能交易系统(第 4 部分):三角移动平均线 — 指标信号"

 

新文章 如何利用 MQL5 创建简单的多币种智能交易系统(第 4 部分):三角移动平均线 — 指标信号已发布:

本文中的多币种 EA 是智能交易系统或交易机器人,能从一个品种的图表里交易(开单、平单、及管理订单,例如:尾随止损和止盈)多个品种(货币对)。这次我们只会用到 1 个指标,即多时间帧或单一时间帧中的三角移动平均线。

本文中多币种 EA 的定义是一款智能交易系统或交易机器人,它可以从一个品种的图表里交易(开单、平单、及管理订单,例如:尾随止损和止盈)多个品种(货币对),在本文中,EA 将会交易 30 个对。

这次我们只会用到 1 个指标,即多时间帧或单一时间帧模式下的三角移动平均线。
    在本文中,可以选择 EA 的信号计算是否激活多时间帧,亦或激活单一时间帧。 

    三角移动平均线是由作者 Mladen Rakic 自定义的一款 MT5 指标,我已获得作者的许可,可以使用他的指标作为多币种智能交易系统 TriangularMA_MTF_MCEA 的信号。
    向作者 Mladen Rakic 致敬并感谢。

    我们都知道,在交易终端和策略测试器上进行多币种交易,都可以借助 MQL5 提供的强大能力和设施。 

    因此,我们的目标是满足交易者的基本需求,即有效的高性能交易机器人,故此,依据高可靠 MQL5 提供的能力和设施,我们就能创建一款简单的多币种 EA,在本文中,且所用指标信号:三角移动平均线指标。

    买入或卖出信号的三角形移动平均线指标如图例 1 和图例 2 所示。

    Triangular moving average is a custom indicator for MT5 from author Mladen Rakic, and I have received permission from the author to use his indicator as a signal on the Multi-Currency Expert Advisor TriangularMA_MTF_MCEA.
    Salute and thank to the author Mladen Rakic.

    We all know that multi-currency trading, both on the trading terminal and on the strategy tester, is all possible with the power, capabilities and facilities provided by MQL5.

    Therefore, the aim is to fulfill the essential needs of traders who want efficient and effective trading robots, so by relying on the strengths, capabilities and facilities provided by the highly reliable MQL5, we can create a simple Multi-Currency Expert Advisor which in this article uses Indicator Signals: Triangular moving average Indicator.

    An illustration of the Triangular moving average indicator for BUY or SELL signal, can be seen in Figure 1 and Figure 2.

    H4_TriangularMA01

      H4_TriangularMA02

      作者:Roberto Jacobs