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 )
IWA - Indicator Weighted Average
The Formula . . . 

. . .more on Formulas 

IWA = SUM(PRICE * ABS(INDICATOR), n) / SUM(ABS(INDICATOR), n)

where...
PRICE is the selected price data (cl, hi, lo, etc.)
INDICATOR is the selected indicator value

 
The Presentation . . . 

. . . more on Charts 

Indicator Weighted Average

Above is a Daily Candlestick Chart of Real Networks (RNWK).  The bold blue line represents a 5 Period Volume Weighted Average of the closing price.  The volume analysis is show in the lower window pane of the chart.

 
The Preferences . . . 

. . . more on Preferences 

Indicator Weighted Average Preferences

  • Indicator - Indicator which will be used to weight-average the price data over the specified period.

  • Indicator Preferences - Clicking on this button will bring up the preferences for the indicator listed in the list box above.  You can set up specific preferences for the weighting indicator.

  • Price - Data value used for computation of the weighted average.

  • Period - Number of bars used in computation of the weighted average.

  • Line Color - Color used to draw the weighted average line in the chart.

 
The Description . . .
Investor/RT has a flexible technical indicator in its library of built-in studies called the “Indicator Weighted Average” or IWA.  The IWA is simply a moving average that is weighted using another indicator.  The weighting can be based on any of the built-in indicators in the Investor/RT library, or any user-defined custom indicators.  The IWA gives the user control over the period, the price data to be weight-averaged (close, high, low, open, hi +lo/2, ohlc/4, etc.), and the indicator used to weight the data.  When you choose a weighting indicator, you specify the preferences relevant to that indicator. The IWA makes it easy to code weighted average indicators such as the VWAP.  For the example above, we show the VWAP.  First, click on the “Add Technical Indicator” button in the charting toolbar and add the IWA indicator to your chart with the preferences shown above…

As seen above, the Volume Analysis Indicator was chosen as the weighting factor.  Click on the “Indicator Preferences” button and specify the settings for the volume analysis.  In this example, specify a smoothing period of one so that raw volume data will be used in weighting the price data. Specify a higher smoothing period if you want to weight using a smoothed volume average.

The raw volume will be used to weight the closing price data and average it over a 5-period span.  The chart above shows the Volume-Weighted average (VWAP) in blue.  The Volume indicator themselves has been added to the lower windowpane.

The chart above is a daily chart, but the IWA can be used in charts of any intra-day periodicity as well.  Using IWA, Investor/RT users can develop an unlimited array of weighted moving averages and use them in scans, charts, trading signals, and backtests.