Find Answers/MarketDelta Charts/Technical Indicators

Value Area Indicator - VAD, VAU

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

VA1.bmp

VA2.bmp                      

VA3.bmp

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

Value_Area.png


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

Value_Area_-_Prefs.png

  • Use - This setting provides three choices: Current Session, Previous Session, and Curr and Prev Sessions. This dictates which price and volume data will be used to compute the average price, and value area bands.
  • Standard Deviations - This controls how many standard deviations from the mean to draw the bands. One standard deviation should encompass 68% of the volume, 2 standard deviations 95%, etc.
  • Value Bands - This controls the color, thickness, and line style of the Value Area Bands.
  • Average Line - This controls the color, thickness, and line style of the volume-weighted average line. 
  • Price Range Based - If this option is checked, the average and the bands will be computed solely on the price range. The standard deviation will also be interpreted a little different in this case. The basis for calculations can be seen in the calculations section above. For instance, if this option is checked and a standard deviation of 1 is specified (100% bands), then the bands will be draw at the high and low. If a value of 0.70 is specified (70% bands) ,then the bands will be drawn 15% down from high and 15% up from low.

RTL Token - more on RTL

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