Trevor Harnett
posted this on June 05, 2010 21:40
The Description
The Value Area Indicator provides an automated band representing the volume-weighted Value Area. The Value Area bands represent the prices between which a certain percent of the volume was traded. The Value Area preferences have a setting for "Standard Deviations". A standard deviation setting of 1 will result in bands containing 68% of the volume. A standard deviation of 2 will result in bands containing 95% of the
volume. The Value Area is of special interest to Market Profile users, and will give these users a way to depict this Value Area on a chart. The Value Area may be drawn using the current sessions data, the previous sessions data, or both. In addition to the bands, the value area indicator also draws a horizontal reference line at the volume-weighted average price based on the session specified. To select the Value area indicator, click (or double-click) on the horizontal line representing the volume-weighted average price (the middle line).
Additional Notes: The value area indicator is computed using 1-minute bars (regardless of the periodicity of the charts, scan, etc). There is currently no way to reference "historical" value area results other than current and previous session values. The upper and lower Value Area bands area available in RTL using tokens VAU and VAD. In order to access the average, just use "(VAU + VAD)/2".
If "Price Range Based" checkbox is unchecked then


Upper Band = CL + StdDev * X
Lower Band = CL - StdDev * X
X = # of Standard Deviations specified in Value Area Preferences
If "Price Range Based" checkbox is checked then
CL - (High + Low) /2
StdDev = (High - Low) / 2
Upper Band = CL + StdDev * X
Lower Band = CL - StdDev * X
X = # of Standard Deviations specified in Value Area Preferences
Note: The Profile Indicator has in large part replaced the Value Area
indicator, as it is much more efficient and flexible.
The Presentation - more on Charts

The value area bands can be seen overlaying the price data. The blue lines represent the value area high and value area low. The red line is the POC (point of control).
The Preferences

RTL Token - more on RTL
The RTL Token is VAD for Value Area Lower Band and VAU for Value Area Upper Band.