Expert Advisors • Indicators • Scripts • Libraries

MQL.RobotFX.org is the biggest collection of MetaTrader expert advisors (MT5 & MT4), indicators, scripts and libraries that can be used to improve trading results, minimize risks or simply automate trading tasks

MetaTrader 5 Indicator | Wick_Length

Wick length indicator displays the candle wick length in points in a separate chart window.

It has one configurable parameter:

  • Method - display method
    • Separated - separate
    • Separated Opposite Only - separated, opposite wicks only
    • Cumulative
    • Difference

Display methods:

  1. Separated display method:
    Wick length is displayed "as is":
    Upper wick - upper wick length,
    Lower wick - lower wick length
  2. Separated, opposite wicks only:
    • If the candle is bullish:
      Upper wick = 0
      Lower wick = lower wick length
    • If the candle is bearish:
      Upper wick = upper wick length
      Lower wick = 0
  3. Cumulative:
    The 'Upper wick' buffer is named "Wick cumulative" and displays the sum of the upper and lower candle wick
    The 'Lower wick' buffer is not displayed
  4. Difference:
    The 'Upper wick' buffer is named "Wick difference" and displays the difference between the candle's upper and lower candle
    The 'Lower wick' buffer is not displayed

MetaTrader Experts, Indicators, Scripts and Libraries

Fig. 1. Wick length, Method = Separated

MetaTrader Experts, Indicators, Scripts and Libraries

Fig. 2. Wick length, Method = Separated Opposite Only

MetaTrader Experts, Indicators, Scripts and Libraries

Fig. 3. Wick length, Method = Cumulative

MetaTrader Experts, Indicators, Scripts and Libraries

Fig. 4. Wick length, Method = Difference

23008