Home                           

 Try Investor/RT             

 Investor/RT Tour           

 Getting Started              

 What's New                  

 Testimonials                 



MASTER INDEX
  SEARCH
  CHARTS
  MAIN TOOLBAR
  SETTING PREFERENCES
  TECHNICAL INDICATORS
 
WHAT'S NEW
  ALARMS
  BACKTESTING

  CONFIRMING TRADES
  CUSTOM COLUMNS
  CUSTOM INDICATORS
  CUSTOM INSTRUMENTS
  CUSTOM PRICES
  DATA FEEDS
  DATABASE
  DOWNLOADING DATA
  FEED STATUS
  HEARTBEAT
  HELP
  MULTI-LINKING
  MULTI-PERIODICITY
 
INSTRUMENT SETUP
 
NASDAQ LEVEL II
 
NEWS TICKER
 
NEWS BROWSER
  OPTIMIZATION
  OPTIONS ANALYTICS

  PLACING TRADES
  PORTFOLIOS
  PRESETS
 
PRINTING
  QUICK QUOTES
  QUOTE PAGES
  REALIZATION
  RTL LANGUAGE
  SCANS
  SCHEDULES

  SCOPE
  SYSTEM STATUS
  TICKER TAPE
  TIME AND SALES

 
TRADING NOTES
  USER VARIABLES
  VERTICAL SCALE
MASTER INDEX
DICTIONARY
FEEDBACK

Investor/RT Tour ( more on Technical Indicators )
Value Area Indicator
Note The Profile Indicator has in large part replaced the Value Area indicator, as it is much more efficient and flexible.

The Formula . . . 

. . .more on Formulas 


If "Price Range Based" checkbox is unchecked . . .


 
  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 . . . 

  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

 
The Presentation . . . 

. . . more on Charts 

Above is a 5-Minute line chart on the close of the Microsoft (MSFT).  The Value Area bands can be seen overlaying the price data in the upper chart pane, with the volume bars in the lower pane.  The red lines represent the upper and lower bands encompassing 68% of the current sessions volume based on the preferences seen below.  The center blue line is the volume weighted average of today's close.

 
The Preferences . . . 

. . . more on Preferences 

  • 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.

  • Value Bands - 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.

 
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".