Mql5官网 RenkoSarOsMA 外汇EA

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

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

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

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

有需要,请联系站长!

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

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

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

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


The indicator calculates and displays renko bars using Moving Average, Parabolic SAR and OsMA data as well as provides buy/sell signals.

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.

  • The buy signal is generated when the OsMA indicator crosses the zero level upwards, a succeeding renko bar closes above the moving average, and the PSAR is below the price;
  • The buy signal is generated when the OsMA indicator crosses the zero level downwards, a succeeding renko bar closes below the moving average, and the PSAR is above the price;

The signals are displayed as arrows, messages in a pop-up window, e-mails and push notifications. The indicator also generates EventChartCustom custom event to use the signal for trading automation. 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; dparam – PSAR value for placing a stop loss; sparam – text message.

Parameters

  • RenkoBar – renko bar size in points (automatically re-calculated for five-digit quotes);
  • CountBars – number of renko bars displayed on a chart;
  • bearColor – bearish renko bar color;
  • bullColor – bullish renko bar color;
  • hideBars – flag of hiding standard bars on a chart;
  • OsMA_Fast, OsMA_Slow, OsMA_Signal – appropriate OsMA parameters;
  • OsMA_Color – OsMA indicator color;
  • MA_Period – MA period;
  • MA_Color – the color of the moving average;
  • SAR_Step, SAR_Max – PSAR indicator parameters;
  • SAR_Color – PSAR dot color;
  • SignalBuyColor – color of buy signal arrows;
  • SignalSellColor – color of sell signal arrows;
  • useAlert – popup alerts;
  • useMail – email alerts;
  • useNotification – push notifications;
  • CustomEventBuy – custom buy event identifier (0 – disabled);
  • CustomEventSell – custom sell event identifier (0 – disabled).
  • CustomEventStopLoss – identifier of custom event for moving Stop loss – passes the value of PSAR to the terminal (0 – disabled).

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