Mql5官网 RenkoABCD 外汇EA

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

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

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

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

有需要,请联系站长!

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

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

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

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


The indicator displays renko bars on a chart and uses them to create ZigZag indicator – trend lines connecting local price movement Highs and Lows. The indicator, in turn, is used to create AB=CD displaying potential price reversal points.

Renko is a non-trivial price display method. Instead of displaying each bar within a time interval, only the bars where the price moved a certain number of points are shown. Renko bars do not depend on a time interval, therefore the indicator works on any timeframe without losing its efficiency.

In this version, ZigZag is built based on the two parameters – zzDev (minimum deviation in percentage of the previous movement) and zzBack (minimum number of renko bars opposite to the previous movement).

AB=CD pattern is formed by ZigZag patterns according to the specified ratio. Sample extreme points naming is shown on the screenshot. Only the minimum ratios of BC/AB segments are set in the parameters. CD/BC ratio is considered equal to the inverse AB/BC one. CD proportions scatter (CD_scatter) has been added to the parameters to increase the number of recognized patterns. For example, if the calculated value is CD=1, while CD_scatter=0.2, the indicator operates with the data CD_min=0.8 and CD_max=1.2. The recognized pattern is displayed on the chart as two triangles and arrows of the appropriate direction and is accompanied by a pop-up window alert, email and push notifications. The indicator also generates EventChartCustom custom event for using signals for automating the trading process. The event generated by the indicator can be processed by the EA in the OnChartEvent function. The indicator passes the following parameters to the event handler: id – identifier; lparan – distance from D to C in points; dparam – A price; sparam – text message. Only the last formed bullish and bearish patterns are displayed.

Parameters

  • RenkoBar – renko bar size in points (automatically re-calculated for five-digit quotes);
  • CountBars – number of renko bars displayed on the chart;
  • bearColor – bearish renko bar color;
  • bullColor – bullish renko bar color;
  • hideBars – flag of hiding standard bars from the chart;
  • zzDev – deviation from the previous movement in percentage;
  • zzBack – deviation from the previous movement in the number of renko bars;
  • zzColor – ZigZag line color;
  • zzWidth – ZigZag line width;
  • BС_min, BС_max – BС/AB ratio settings;
  • CD_scatter – CD/BC ratio scatter;
  • patternBullColor – bullish pattern color;
  • patternBearColor – bearish pattern color;
  • signalBuyColor – buy arrow color;
  • signalSellColor – sell arrow color;
  • useAlert – enable pop-up notifications;
  • useMail – enable email notifications;
  • useNotification – enable push notifications;
  • CustomEventBuy – buy custom event indicator (0 – disabled);
  • CustomEventSell – sell custom event indicator (0 – disabled).

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

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