请观看如何免费下载自动交易
请在Telegram上找到我们!
加入我们粉丝页
有趣的脚本?
因此发布一个链接 -
让其他人评价
喜欢这个脚本? 在MetaTrader 5客户端尝试它
显示:
1787
等级:
(14)
已发布:
2019.01.04 11:55
RSI_MA.mq5 (9.17 KB) 预览
需要基于此代码的EA交易或指标吗?请在自由职业者服务中订购 进入自由职业者服务

RSI MA 振荡指标是一个简单的平滑过的 RSI

它有四个输入参数:

  • RSI period - RSI 计算周期数
  • RSI applied price (RSI的价格类型)
  • Smoothing period (平滑周期数)
  • Smoothing method (平滑方法)

计算:

RSIMA = MA(RSI, Smoothing period, Smoothing method)

其中

RSI = RSI(RSI applied price, RSI period)

由MetaQuotes Ltd译自俄语
原代码: https://www.mql5.com/ru/code/22687

Mirror_RSI Mirror_RSI

Mirror RSI 指标

FineTuningMACandle FineTuningMACandle

烛形形式的 FineTuningMA 指标

i-KlPrice_Vol i-KlPrice_Vol

i-KlPrice 振荡指标, 使用了交易量

Heiken_Ashi_Smoothed_Trend_HTF Heiken_Ashi_Smoothed_Trend_HTF

在输入参数中带有时段选择选项的 Heiken_Ashi_Smoothed_Trend 指标