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

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

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

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

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

    店长精品橱窗推荐

    本店商品分类

    • -暂无分类

    本店商品排行

    • 概述
    • 评论 (16)
    • 评论 (37)
    • 新特性

    Harmonic Butterfly

    The indicator detects and displays М. Gartley's Butterfly pattern. The pattern is plotted by the extreme values of the ZigZag indicator (included in the resources, no need to install). After detecting the pattern, the indicator notifies of that by the pop-up window, a mobile notification and an email. The pattern and wave parameters are displayed on the screenshots. The default parameters are used for demonstration purposes only in order to increase the amount of detected patterns.


    Parameters

    • zzDepth, zzDev, zzBack - ZigZag parameters
    • factorAB_min, factorAB_max - minimum and maximum ratio of AB and AX levels (see the screenshot)
    • factorBC_min, factorBC_max - minimum and maximum ratio of BС and AB levels (see the screenshot)
    • factorCD_min, factorCD_max - minimum and maximum ratio of CD and BC (see the screenshot)
    • factorAD_min, factorAD_max - minimum and maximum ratio of AD and AX (see the screenshot)
    • bearColor - bearish pattern color
    • bullColor - bullish pattern color
    • CountBars - limit the amount of bars to be processed by the indicator (reduces the initial download time)
    • Usealert - enable pop-up messages
    • UseNotification - enable push notifications
    • UseMail - enable email notifications
    • CustomEventBuy,CustomEventSell - chart events

    Sample to use signals in EA:

    void OnTick() {
     double x;
     x = iCustom(Symbol(),PERIOD_CURRENT,"Harmonic-Butterfly",0,1); if (x != 0 && x != EMPTY_VALUE) goBuy();
     x = iCustom(Symbol(),PERIOD_CURRENT,"Harmonic-Butterfly",2,1); if (x != 0 && x != EMPTY_VALUE) goSell();
    }
    
    void goBuy() { // function for open BUY
    }
    
    void goSell() { // function for open SELL
    }
    
    void OnChartEvent(const int id, const long &lparam, const double &dparam, const string &sparam) {
     switch (id) {
      case CHARTEVENT_CUSTOM+100: 
       goBuy(); break;
      case CHARTEVENT_CUSTOM+101: 
       goSell(); break;
     }
    }
    
    void goBuy() { // function for open BUY
    }
    
    void goSell() { // function for open SELL
    }
    
    ta itemprop="image" content="https://c.mql5.com/31/100/harmonic-butterfly-screen-5097.png" />

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

     
    • 18391752892

      网站客服

      法定工作日

      8:30-17:30

    • 了解更多外汇信息

      微信扫描关注

    • 用户反馈