移动平均数 - 页 154

 

ATR自适应均线- MetaTrader 5的指标

ATR自适应均线 - MetaTrader 5的指标

One of the moving averages that is not often made adaptive is SMA (Simple Moving Average). The reason for that is that it is bound to bars values (unlike, for example EMA - that is used in numerous adaptive averages - that can use fractional periods too) and that makes the calculations a bit complicated and, in some cases the results are going to be "nervous" - they tend to changes slope in some periods very quickly.

这也使得使用它有点困难:使用这种平均数的斜率作为交易决定的标准,几乎会导致在每个条形上 "改变主意",而这不是任何人想做的。这个版本提供了一个可能的解决方案:由于适应性SMA比 "常规 "SMA "快",你可以使用适应性SMA与常规SMA的交叉点作为趋势的标准。结果似乎是可以接受的。

ATR adaptive SMA
ATR adaptive SMA
  • www.mql5.com
One of the moving averages that is not often made adaptive is SMA (Simple Moving Average). The reason for that is that it is bound to bars values (unlike, for example EMA - that is used in numerous adaptive averages - that can use fractional periods too) and that makes the calculations a bit complicated and, in some cases the results are going...
 

麦金利动态(官方)- MetaTrader 5的指标

麦金利动态指标是一种移动平均线,是为了比现有的移动平均线指标更好地跟踪市场。它是一个技术指标,通过调整市场速度的变化来改进移动平均线....。

原始公式。



改进后的公式。

McGinley dynamic (official)
McGinley dynamic (official)
  • www.mql5.com
The cause to make this : When almost all the descriptions of some indicator are something like this : then one starts to wonder what is in that indicator that makes it so "good". There is a significant confusion at how the available versions are calculated, and it seems, that as far as metatrader is concerned, the formula used is almost always...
 

带颜色的经典移动平均线- MetaTrader 5的指标

五条经典的移动平均线出现了。

  • 简单 移动平均线
  • 指数 型移动平均线
  • 平滑的 移动平均线
  • 线性加权 移动平均线
  • 平滑化 移动平均线

该指标显示一个彩色的移动平均线。

它有三个参数。

  • 周期 计算周期
  • 计算方法
  • 用于计算的价格应用价格

该版本速度更快,代码更灵活,可重复使用。


Classic Moving Averages with colors
Classic Moving Averages with colors
  • www.mql5.com
The indicator displays a colored moving average.
 
Sergey Golubev:

带颜色的经典移动平均线- MetaTrader 5的指标

五条经典的移动平均线出现了。

  • 简单 移动平均线
  • 指数 型移动平均线
  • 平滑的 移动平均线
  • 线性加权 移动平均线
  • 平滑化 移动平均线

该指标显示一个彩色的移动平均线。

它有三个参数。

  • 周期 计算周期
  • 计算方法
  • 用于计算的价格应用价格

这个版本更快,代码更灵活,可重复使用。



谢谢,这看起来是个好工作

 

TRIX四色 - MetaTrader 5的指标

TRIX四种颜色 - MetaTrader 5的指标

iTRIX (Triple Exponential Average, TRIX)指标是以彩色柱状图的形式制作的(使用DRAW_COLOR_HISTOGRAM 绘图风格)。直方图总共可以有四种颜色。
 

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

MA交叉价格线指标/EA

Sergey Golubev, 2021.06.22 17:14

MA警报穿越价格或线 - 指标MetaTrader 5

MA预警跨越价格或线 - 指标MetaTrader 5

iMA(移动平均线,MA)指标在图表上显示为普通的 "MA",但有额外的功能:当 "MA "与图表上的价格或线相交时,它可以发出信号。交叉点是在第0条检查的。

 

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

有趣的事情

Sergey Golubev, 2021.10.26 07:58

Moving Average Bands by Mladen


----------------

移动平均线- MetaTrader 5的指标

移动平均线 - MetaTrader 5的指标

移动平均线 - MetaTrader 5的指标

在《移动平均线带》(第一部分,TASC 2021年7月号)和《移动平均线带宽度》(第二部分,TASC 2021年8月号)中,作者Vitali Apirine 解释了移动平均线带如何通过显示短期移动平均线的运动与长期移动平均线的运动来作为趋势跟踪指标使用

这是"移动平均线带 "指标, 与原来相比只有一个 变化:你可以选择价格(而原来只使用收盘价)。

----------------

该指标的下一个版本。

移动平均线 - 扩展- MetaTrader 5的指标

由于在原版中(在此发布的移动平均线),如何使用该指标并不明显,这里有一个版本,它扩展了该指标如何用于交易信号的可能方式之一(即依靠波段值)。



 

两个MA彩色N条子窗口- MetaTrader 5的指标

两个MA颜色N个子窗口 - MetaTrader 5的指标

两个MA颜色N个子窗口 - MetaTrader 5的指标


两个MA彩色N棒 指标在子窗口中以彩色直线的形式显示。指标之间的区别在于'...趋势N Bars'参数。
 

带有NET的Sma- MetaTrader 5的指标

带有NET的SMA - MetaTrader 5的指标

噪声消除技术 - 一种滚动肯德尔等级相关系数 - 在本代码库发布的rsi指标之一中被引入。

现在它被用来确定简单移动平均线的 "趋势"。因此,它与SMA的斜率不同,不要惊讶斜率和趋势颜色的变化有时会出现偏差。

----------------

这就是基于该指标的EA。

Sma with NET EA - MetaTrader 5的专家

自定义指标Sma with NET的 策略。信号是指标颜色的变化。该指标是在指定的 "工作 时间段 "时间段内创建的。该EA没有止损、止盈和追踪 - 它在相反的信号下关闭。始终以恒定的手数进行交易,并且只在新条形图诞生的时刻检查信号。
Sma with NET
Sma with NET
  • www.mql5.com
Sma (Simple Moving Average) with NET (Noise Elimination Technology)
 

好的教育性文章发表了 --

----------------

学习如何设计不同的移动平均线系统- 文章

学习如何设计不同的移动平均线系统

Learn how to design different Moving Average systems
Learn how to design different Moving Average systems
  • www.mql5.com
Short description: at this article, we learn how to design different Moving Average systems according to different Moving Average strategies.
原因: