Relative Momentum Index 外汇EA

Relative Momentum Index 外汇EA-EA侦探社 - 全球领先的MQL5官网外汇EA机器人MT4自动化交易EA资源免费分享网站
Relative Momentum Index 外汇EA
此内容为免费资源,请登录后查看
0积分
免费资源

如果免费资源下载的文件为TXT文档

请联系站长更新!站长微信:Lv596999  Telegram:@eapoj

“Mql5官网”板块的EA基本都有,大部分是无限制NODLL版,NODLL版本MT1420升级,大多数不可用!这些EA来源为国外花钱买过来的

有需要,请联系站长!

“EA测评”板块资源全部现有,看见不错的,可以联系站长看EA在确定是否收费

“无限制EA”板块,大部分免费,下载文件全部存在,都可以免费下载

站长硬盘EA太多,因大部分时间做交易,做风控,没太多时间更新下载地址,请谅解!

需要更新下载文件,请联系站长微信!国外朋友请联系Telegram。


The Relative Momentum Index (RMI) was developed by Roger Altman, and introduced in his Feb 1993 article in Technical Analysis of Stocks & Commodities magazine. As its name suggests, Relative Momentum Index adds a momentum component to the traditional RSI, designed to increase reliability by decreasing spurious oscillations between defined overbought and oversold levels.

This Relative Momentum Index indicator has 2 components. A change in RMI line color provides a warning signal for an upward or downward price movement. This trend is confirmed by the RMI line crossing the control signal line. Please see screenshots! In real time use, the RMI indicator provides a good balance between entry speed and reliability, and is a favorite of our group.

Alerts: We have added user-selectable message and email alerts for both a change in RMI line color (i.e., warning signals) and for RMI crossing the control signal (i.e., trend confirmation). Please note that email recipient and smtp information must be specified in MT4/options before using email alerts.

Parameters

  • RMI Length (Default=20): # bars used to calculate RMI
  • Signal Length (Default=6): # bars used to calculate control signal
  • Momentum Length (Default=4): # bars used to calculate momentum component within RMI signal
  • Toggle alerts on/off: Turns on (if true) or off (if false) all alerts
  • Alerts when RMI changes color: If true, will alert when RMI changes color (i.e., warning signal)
  • Alerts when RMI crosses ctrl signal: If true, will alert when RMI crosses control signal (i.e., trend confirmation)
  • Turn on alerts message: If true, turns on message box alerts
  • Turn on alerts sound: If true, turns on alerts sound
  • Turn on alerts email: If true, turns on alerts emails

iCustom

Developers can use the following code with iCustom:

iCustom(NULL,0,"Relative Momentum Index",20,6,4,false,false,false,false,false,false,0,0); // Current control signal value

iCustom(NULL,0,"Relative Momentum Index",20,6,4,false,false,false,false,false,false,1,0); // Current RMI uptrend value

iCustom(NULL,0,"Relative Momentum Index",20,6,4,false,false,false,false,false,false,2,0); // Current RMI downtrend value

iCustom(NULL,0,"Relative Momentum Index",20,6,4,false,false,false,false,false,false,3,0); // Current RMI no trend value 

图片[1]-Relative Momentum Index 外汇EA-EA侦探社 - 全球领先的MQL5官网外汇EA机器人MT4自动化交易EA资源免费分享网站
图片[2]-Relative Momentum Index 外汇EA-EA侦探社 - 全球领先的MQL5官网外汇EA机器人MT4自动化交易EA资源免费分享网站

© 版权声明
THE END
喜欢就支持一下吧
点赞60 分享
相关推荐