Mql5官网 VectorBandsOnChart 外汇EA

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

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

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

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

有需要,请联系站长!

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

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

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

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


Background: Indicator On Chart based on my own oscillator ACe_Vector2016.

As you can appreciate, this indicator draws two bands on the chart in order to identify long and short opportunities.

When the momentum vector oscillator (ACe_Vector2016) crosses the zero line, the indicator On Chart draws a long/short signal (green/red arrow).

Also you can identify the trend line on chart (MA): green colour if trend is moving up, and red colour if trend is moving down.

This indicator draw up and down non-symmetrical bands. If price goes up the lower band goes plain and the upper band connects max prices on bars. If price goes down, the indicator draws plain the upper band and connects lower prices on bars. I make this for a clean identification purposes only.

My recommendation for traders is to use both tools (indicator on chart and oscillator) for the cleanest identification of signals.

Indicator Parameters (try to use your own param):

  • input int SPeriod=14; // Smoothing Period
  • input ENUM_MA_METHOD SMethod=MODE_EMA; // Smoothing Method (you can choose one of the MA_Methods)
  • input int nShift=10; // Shift bands & signals on chart (select the appropriate in order to see clean arrows on chart)
  • extern int periodMA=10; //Moving Average period
  • input ENUM_MA_METHOD methodMA=MODE_SMA; //Method:SMA,EMA,SMMA,LWMA
  • input ENUM_APPLIED_PRICE price=PRICE_TYPICAL; //Desired Price for calculations
  • input double nCoef=0.10; // Noise Coefficient for tuning purposes

Other Indicator parameters:

  • Period – the number of bars used for the indicator calculations is 14, but you can select your own parameters.
  • TimeFrame – the higher timeframe, from which the indicator values are taken is H1, but it runs fine using 30M too. It Must not be smaller than the timeframe of M15 the chart the indicator is running on.
  • ShowEntries – to show entry points in history on the chart for visual analysis the indicator uses red/blue arrows on the historic chart.
  • Symbol: you can use this indicator with Currencies (EURUSD, USDCAD,…) or Futures and CFDs. Adjust “nShift” to see clearly the entries (arrows)

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