Delta EMA for MT4 外汇EA

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

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

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

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

有需要,请联系站长!

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

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

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

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


Delta EMA is a momentum indicator based on the changes of closing price from one bar to the next. It displays a histogram of the exponential moving average of those changes, showing magnitude and direction of trend. Positive delta values are displayed as green bars, and negative delta values are displayed as red bars. The transition from negative to positive delta, or from positive to negative delta, indicates trend reversal. Transition bars that exceed a user specified value are displayed in bright green or bright red, alerting the trader to potential buy and sell signals. The screenshot shows a transition bar displayed as a buy signal because it exceeds the default threshold value on the H1 chart of the EUR/USD currency pair. The transitions back to negative delta show good exit points for the trade. The indicator is expressed in terms of percent change, averaged over the number of bars specified by the user, so settings that work for one currency pair can be applied to other pairs. 

Advantages

  • Indicates strength of momentum
  • Shows trend reversals
  • Provides buy and sell signals

Features

  • Audible alerts
  • E-mail alerts
  • Prints data to terminal
  • Adjustable parameters
  • Updates in real time
  • Accessible by external EA

Input variables

EMA periods:  The number of bars in the exponential moving average of delta. This number determines the alpha or smoothing factor of the moving average. 

Alpha of EMA:  Here the user can specify the alpha of the EMA directly. If this value is zero, alpha is calculated from the “EMA periods” input variable. If it is greater than zero, it becomes the value of alpha and the value of “EMA periods” is ignored. The normal range of alpha is greater than zero, less than or equal to 1. When the value is 1, the calculation of EMA does not take the previous value of the EMA into account, and the EMA becomes the current delta. Signal threshold:  A transition bar becomes a signal bar if it exceeds this value in the positive or negative direction. In that case, it is displayed as a bright green or bright red bar, and an audible alert can be sounded.  

Sound alert:  When set to true, indicator sounds an audible alert when a transition bar exceeds the value of input variable “Signal threshold,” becoming a signal bar. The alert is sounded the first time the current bar exceeds the threshold value, and it is sounded when the close of a bar exceeds the threshold value.

E-mail alert:  When set to a value greater than zero, the indicator sends an e-mail, to the a address specified by the user in Metatrader settings (Tools\Options\E-mail), when a transition bar exceeds the value of input variable “Signal threshold.” Set this value to 2 to send an e-mail alert the first time the current bar exceeds the threshold value and when it closes above that value. Set this value to 1 to send an e-mail alert only when a bar closes above the threshold value. Set this value to 0 to disable e-mail alerts. 

Print deltas:  When set to true, the value of the EMA of delta at the close of every bar is printed to the terminal. 

The default values of “EMA periods” and “Signal threshold” work well on the H1 chart. Smaller values of “Signal threshold” work better on shorter timeframes, where changes from one bar to the next are less, and larger values work better on longer timeframes. Optimal values can be found by using the output of Delta EMA as input to an Expert Advisor and running the EA in Strategy Tester. The EMA of delta for the current bar not yet completed is updated at every incoming tick and is displayed in the upper-left corner of the indicator’s window. This value, or the value at the close of any previous bar, can be accessed by an external Expert Advisor calling the iCustom() function. The link to iCustom() provides an example of how to do that. The number of the indicator buffer to access is 0 and should be passed to iCustom() as the “mode” parameter. That buffer uses reverse indexing order, so the index for the value of the EMA of delta for the current bar is 0, the index for the value at the close of the preceding bar is 1, the index for bar before that is 2, and so on. That index should be passed to iCustom() as the “shift” parameter.

© 版权声明
THE END
喜欢就支持一下吧
点赞23 分享