Available translations

Heatmap Volume

foundations.png
Summary: This indicator calculates the standard deviation of a simple moving average (SMA) and presents the resulting volume deviation fro the historical data.
Heatmap Volume on the Charts
The data presented in this indicator is shown against a backdrop of threshold values, in which abnormal amounts of volume can be immediately seen.
Products & Properties
The following properties are available to access:
Product Name Product Variable Properties
HeatmapVolume HeatmapVolume volume, threshold1-threshold4
The moving average length, and standard deviation thresholds of the indicator's calculations can be changed by locating and opening the Javascript Code under Data Building Procedure -> Procedure Loop under "Heatmap Volume" Procedure Loop.
Example:
A simple entry condition could be performed with the following example, when the current volume is greater than the first threshold:
 chart.at01hs.HeatmapVolume.volume > chart.at01hs.HeatmapVolume.threshold1
Maintainer:
Previous
Volume Tools by @quantum8
Next
Heatmap Candles