客服热线:18391752892
当前位置: 首页 » 外汇EA商城 » 智能交易 »在MetaTrader市场购买MetaTrader 4的'RenkoMacdSignals' 技术指标

在MetaTrader市场购买MetaTrader 4的'RenkoMacdSignals' 技术指标

品牌:
顺水的鱼外汇EA
起批 1-30000件 30001件以上
价格 3988.00 10.00
评分:
人气( 342 )  共有 0 条评价 ( 销量:0件 )

手机扫购有惊喜
物流:
:3988.00  
数量:
   
(当前库存 888888 件)
  • 收藏商品(0)
  • 告诉好友
  • 举 报
  • 顺水的鱼外汇EA

    发 货 地:
    默认地区
    全网同类推荐
    • ¥1100.00
    • ¥3988.00
    • ¥3988.00
    • ¥3988.00
    • ¥3988.00
    • ¥3988.00

    店长精品橱窗推荐

    本店商品分类

    • -暂无分类

    本店商品排行

    • 概述
    • 评论 (1)
    • 评论 (3)
    • 新特性

    RenkoMacdSignals

    The indicator displays renko bars on a chart, use them to plot MACD histogram and provides buy/sell signals:

    • signal of MACD histogram crossing its signal line;
    • signal of MACD histogram crossing the line 0.

    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.

    Buy/sell signals are passed to the indicator buffers and can be used in the automated trading. Signal 1 shows the histogram crossing the signal line, while signal 2 displays the histogram crossing the level 0.

    Apart from signals on a chart, the indicator features pop-up, e-mail and push notifications.


    Parameters

    • RenkoBar - renko bar size (specified for 4-digit quotes, automatically re-calculated for 5- and 3-digit quotes);
    • CountBars - number of renko bars displayed on a chart;
    • bearColor - bearish bar color;
    • bullColor - bullish bar color;
    • hideBars - flag of hiding standard bars on a chart
    • MacdFast - fast MACD line period;
    • MacdSlow - slow MACD line period;
    • MacdSignal - MACD signal line period;
    • MacdColor - MACD histogram color;
    • SignalColor - MACD signal line color;
    • showSignal_1 - enable/disable the signal of the histogram crossing the signal line;
    • showSignal_2 - enable the signal of the histogram crossing the line 0;
    • usealert - enable notifications in a popup window;
    • useMail - enable email notifications;
    • useNotification - enable push notifications;
    • messageSignal_1 - signal 1 notification text;
    • messageSignal_2 - signal 2 notification text.

    Use onChartEvent for EA:

    void OnChartEvent(const int id, const long &lparam, const double &dparam, const string &sparam) {
     switch (id) {
      case CHARTEVENT_CUSTOM+100: 
      case CHARTEVENT_CUSTOM+101: 
       goBuy(); break;
      case CHARTEVENT_CUSTOM+102: 
      case CHARTEVENT_CUSTOM+103: 
       goSell(); break;
     }
    }
    
    void goBuy() { // function for open BUY
    }
    
    void goSell() { // function for open SELL
    }
    
    ta itemprop="image" content="https://c.mql5.com/31/126/renkomacdsignals-screen-4823.png" />

    因厂家更改商品包装、场地、附配件等不做提前通知,且每位咨询者购买、提问时间等不同。为此,客服给到的回复仅对提问者3天内有效,其他网友仅供参考!给您带来的不变还请谅解,谢谢!

     
    • 18391752892

      网站客服

      法定工作日

      8:30-17:30

    • 了解更多外汇信息

      微信扫描关注

    • 用户反馈