Join our fan page
- Views:
- 1295
- Rating:
- Published:
- 2025.04.14 08:59
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
Volume Oscillator is the ratio of two moving averages calculated on volume.
Calculation:
LongEMA = EMA(Volume, LongPeriod)
ShortEMA = EMA(Volume, ShortPeriod)
VolumeOsc = 100 * (ShortEMA - LongEMA) / LongEMA
A rise or fall in price along with an increase in volume can potentially signal the strength of a trend. In this case, if the volume oscillator is above the zero line, it can be a confirmation of price direction and market trend, whether the market is in an uptrend or downtrend.
A rise or fall in price along with a decrease in volume could potentially signal trend weakness. In this case, if the volume oscillator is below the zero line, it could signal that the price direction and overall market trend is weak.
Divergences in the negative area of the oscillator can often signal that a trend reversal could potentially occur in the near future.
The indicator line fluctuates between above and below the zero line, which gives an indication of the price trend and whether the movement is strong or weak. Positive values of the oscillator suggest that there is sufficient market support for the price to continue its current trend direction. Negative values suggest that there is no market support, indicating that the price is stagnant or hinting at a trend reversal.
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/49459

EquiPeak Drawdown Tracker is an indicator designed to monitor and record the maximum drawdown of your trading account in real time. It's not just a current drawdown indicator; it's especially useful for visually comparing your current drawdown with the maximum historical drawdown you expect or have previously recorded.

Kuskus Starlight is an oscillator that utilizes a Fisher price transformation to identify trends and potential reversals. The original MT4 code by Scriptor is available at: https://www.mql5.com/en/code/8365.

The XMA_Ishimoku indicator with additional trend strength indication using colored dots based on the standard deviation algorithm. The original code in the attached link had plotting problems.

Chaykin Money Flow (CMF)" indicator