To Download
and Import the
Chart Definition below....click on the
link below the chart
image to open up the definition in a browser window. Then select all the
definition text (with Ctrl-A or Edit:Select All). Then copy
the definition to your clipboard (with Ctrl-C or Edit:Copy).
Then, in Investor/RT, choose "File: Import: Definition from Clipboard"
from the main menu. The chart should appear.

Gap
Adjusted Moving Average Chart - This chart plots a gap-adjusted moving
average in pink. This moving average is implemented with a custom
indicator and therefore requires the pro version of Investor/RT.
This is a 20 period simple average. Notice the red line meets up with
the standard 20 period simple MA on the 20th bar of the session.
The syntax of the custom indicator follows:
((POS >= 20) * MA) + ((POS < 20) * (MA + SESST_CH * ((20
- POS)/20)))
This custom indicator is setup for a 20 period average.
To adjust this periods, simply change the four 20s seen in the syntax to the
period desired, and change the period with the MA token to that same peroid.
|