Available translations

VAWMA

foundations.png
Summary: The Volume Adjusted Weighted Moving Average (VAWMA) is a moving average calculation that more heavily weights recent price data. LWMAs are quicker to react to price changes than the simple moving average (SMA) and the exponential moving average (EMA).
VAWMA on the Charts
This indicator is essentially a combination of the VWMA and WMA. It attempts to determine the average price per share over time, weighted heavier for recent values.
Products & Properties
The following properties are available to access:
Product Name Product Variable Properties
VAWMA vawma value
The length of the indicator's moving average can be changed by locating and opening the Javascript Code under Data Building Procedure -> Procedure Loop under "VAWMA" Procedure Loop.
Example:
This indicator can be used to enter a trade when the price action rises above the VAWMA:
 chart.at01hs.candle.close > chart.at01hs.vawma.value
Maintainer:
Next
Enhanced SuperTrend