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 | Normalized_Volume

Normalized Volume is an indicator showing the normalized volume value. It displays the average volume within the bars range, in the form of a colored histogram with a threshold value.

It has two input parameters:

  • Period - normalization period
  • Threshold - threshold level

Calculation:

VolumeNorm = Volume / MA * 100.0

where:

MA - SMA(Volume, Period)
Volume - tick volume

  • If VolumeNorm is greater than Threshold
    Histogram bars are colored green.
  • Otherwise
    Histogram bars are colored red.

MetaTrader Experts, Indicators, Scripts and Libraries

23126