Investor/RT
Tutorials
Anatomy of a Periodicity
|
This
Tutorial discusses the various periodicities available in Investor/RT,
including... |
|
Time Driven Periodicities |
|
·
Second Bars |
Each bar reflects
trading activity during a user-specified number of seconds. |
| ·
Minute Bars |
Each bar reflects
trading activity during a user-specified number of minutes. |
| ·
Daily |
Each bar reflects
trading activity during one day. |
| ·
Weekly |
Each bar reflects
trading activity during one week. |
| ·
Monthly |
Each bar reflects
trading activity during one month. |
|
Volume Driven Periodicities |
| ·
Tick |
Each point/dot
reflects one trade/tick. |
| ·
Tick Bars |
Each bar reflects
price action over a user-specified number of trades/ticks. |
| ·
Volume Bars |
Each bar reflects
price action over a user-specified volume. |
|
Price Driven Periodicities |
| ·
Range Bars |
Each bar has the same
high/low range. |
| ·
Change Bars |
Each bar has the same open/close
change. |
| ·
Point and Figure |
Each bar is built and displayed
based on Point and Figure logic. |
| ·
Renko |
Each bar is built and displayed
based on Renko logic. |
These periodicities can be grouped into 3
categories: time driven, volume driven, and price driven.
Time Driven Periodicities -
Second Bars, Minute Bars, Daily,
Weekly, and Monthly
Time driven periodicities are those in which each
bar is composed of the price activity that occurred during a specific
amount of time. The open represents the first trade that occurred
during that time period, while the close represents the last trade.
In these periodicity, the volume and price range of each bar can vary
greatly, while the time period is kept constant.
Volume Driven Periodicities
- Tick, Tick Bars, Volume Bars
Volume driven periodicities are those in which each
bar is composed of the price activity that occurred during the trading of
a specific amount of volume or number of trades (ticks). In these
periodicities, the price range and time of each bar can vary greatly,
while the volume is kept constant.
Price Driven Periodicities
- Range Bars, Change Bars, Point
and Figure, Renko
Price driven periodicities are those in which each
bar is composed of the price action that occurred during a given movement
in price. That price movement can be expressed as a given high low
range (Range Bars) or a given change from open to close (Change Bars).
For Renko and Point and Figure periodicities, price must retrace a given
amount in order to complete a bar. In these periodicities, the volume and time of each bar can vary greatly,
while the price movement of each bar is kept essentially constant.
Range Bars
are price-driven bars, with each bar having a required minimum high-low
range. Once the range requirement is reached, the first tick to
break outside that range will begin a new bar (and become the opening
price of that new bar). A 0.75 Range Bar chart of ES with
volume can be seen below.

Notice that the height/range of each bar is 0.75.
Also notice that each bar opens at a price outside of the high/low range
of the previous bar. And last, notice that each bar closes at either
it's high or it's low. These are the three rules of range bars.
- Each bar must have a high/low range equal to the
range specified. The high/low range of a bar can exceed the range
specified in certain situations (gaps) but can never be less that the
range specified.
- Each bar must open outside the high/low range of
the previous bar.
- Each bar must close at either it's high or it's
low.
With Range Bars (and Change Bars), new bars will
only be formed when price is moving. When prices gets stuck in
a tight range for an extended period of time, horizontal screen real
estate will not be wasted with multiple bars that would have formed had
the periodicity been volume or time driven.
For Range Bars, the high/low range of each bar is
essentially held constant, while time and volume are variables.
Change Bars
are price-driven bars, with each bar having a required minimum open-close
change (in either direction). Once the change requirement is
reached, the first tick to break outside that change will begin a new bar
(and become the opening price of that new bar). A 0.50 Change
Bar chart of ES with volume can be seen below.

Notice that the magnitude of the open/close change
of each bar is 0.50. Also notice that each bar opens at a price
outside of the open/close range of the previous bar. And last,
notice that each bar closes at either it's high or it's low. These
are the three rules of range bars.
- Each bar must have a open/close change equal to
the change specified. The open/close change of a bar can exceed the
change specified in certain situations (gaps) but can never be less that
the change specified.
- Each bar must open outside the open/close range
of the previous bar.
- Each bar must close at either it's high or it's
low.
For Change Bars, the magnitude of the open/close
change of each bar is essentially held constant, while time and volume are
variables.
Point and Figure Bars
are price-driven bars. For more information on Renko Charting,
including a video demonstration, visit
http://www.linnsoft.com/pnf/

Point and Figure is now supported in traditional charts as a periodicity
(and a drawing style). This significant enhancement marries the powerful
features of the traditional chart window (indicators, buttons,
multi-panes, etc) with this unique drawing style. The Chart Setup Wizard
was revised to create Point and Figure charts with user selected
indicators and moving averages. The wizard creates the Point and Figure
chart with default reversal criteria of 3 boxes and boxsize determined
automatically from the instrument setup. You can also use the periodicity
menu to specify a specific box size and reversal criteria. Choose the
.25x3 PNF sample periodicity from the periodicity menu and adjust the
numbers if you wish. Note that the entered text must be followed by a
space and the letter P, e.g. ".1x3 PNF" to be recognized as a point and
figure periodicity.
Tokens have been added to RTL to support the PNF
Periodicity. Scans, signals, and custom indicators operating with PNF
periodic data can use these token to inspect the state of the PNF column
for any PNF bar, the box size and the reversal criteria. To test the state
of the PNF use the PNF_STATE token. Constants PNF_UP and PNF_DOWN were
added to enable expressions such as "PNF_STATE == PNF_UP" or "PNF_STATE ==
PNF_DOWN". The PNF_BOX token gives you the box size of the PNF data for
the instrument, PNF_REV gives you the reversal criteria (the number of
boxes).
Renko Bars
are price-driven bars. For more information on Renko Charting,
including a video demonstration, visit
http://www.linnsoft.com/renko

Renko is now supported in traditional charts as a periodicity (and a
drawing style). This significant enhancement marries the powerful features
of the traditional chart window (indicators, buttons, multi-panes, etc)
with this unique charting style.
To change any existing chart to a Renko chart, simply double-click on the
instrument (bars or candles) in an existing chart, and setup the chart
with a Style of "Wickless Candles". Wickless Candles will result in the
traditional Renko "boxed" look and feel. It will simply chart a box from
open to close. Users may opt for the "Candlestick" style, which will not
only give the open/close box, but provides additional information with the
candle wicks representing the high and low of each bar.
The Periodicity Control now has a new option of "Renko" just below the
"Point and Figure" choice. Select this option, then provide a box size in
the space provided below. The box size can range from the tick increment
of the instrument (0.25 for ES) to multiples of the tick increment (0.5,
1, 2, etc).
In order to force each Renko box to be drawn perfectly square (the height
of each box equals the width), a new vertical scale option has been added.
Double-click in the vertical scale to bring up the vertical scale
preferences. Select the 3rd Scaling Method specifying "Automatic scaling
with Square boxes".
This option will keep the boxes square regardless of changes in chart
dimensions, scrolling, or zooming. Some user may continue to prefer the
Automatic scaling method, which tends to make better use of the vertical
space in a chart. Once you've setup your scaling as "Square Boxes", you
can easily toggle to automatic by clicking the "RA" until it becomes an
"A", and toggle back to square boxes by again clicking on the "A" until it
turns back into an "RA".
Investor/RT can be configure so that Renko bars reset at the beginning of
each session (fresh start), or continue across session boundaries. The
fresh start option is generally used for symbols that might gap heavily
between session (and result in a long sequence of boxes to fill the gap).
On symbols like ES that trade around the clock, the fresh start option is
generally not needed or preferred. Go to "Setup: Preferences: Charts:
General". If the "Continuous Tick & Volume Bars" checkbox is UNchecked,
Renko charts will operate in "fresh start" mode. If it is unchecked, Renko
charts will operate in "carry over" mode.
Tokens have been added to RTL to support Renko. Scans, signals, and custom
indicators operating with Renko periodic data can use these token to
inspect the state and box size of the Renko boxes. To test the state of
the PNF box use the RENKO_STATE token. Constants RENKO_UP and RENKO_DOWN
were added to enable expressions such as "RENKO_STATE = RENKO_UP" or "RENKO_STATE
= RENKO_DOWN". The RENKO_BOX token gives you the box size of the Renko
data.
As an example, the following signal would look for 3 consecutive up boxes
followed by a down box:
RENKO_STATE.3 = RENKO_UP AND RENKO_STATE.2 = RENKO_UP AND
RENKO_STATE.1 = RENKO_UP AND RENKO_STATE = RENKO_DOWN
Here are some of the capabilities enabled by this Renko Charting
improvement:
- Renko charts update dynamically tick by tick.
- True Renko square boxes built off tick data (or
1-min data)
- Build Renko charts using any box size
- Full library of over 150 built-in technical
indicators to Renko charts, including Volume Breakdown, MPD, and TPO
Indicators
- Full library of drawing tools, including 45
degree trendlines, reference lines, notes, Fibonacci, pivots,
regression, and much more
- Add custom indicators writing in Investor/RT's
RTL language (Targets)
- Write signals, add markers and alerts to Renko
charts
- Write trading systems and backtest historical
Renko data
- Flexible scaling, zooming, scrolling, and panning
with drag and drop
- Keyboard and mouse wheel shortcuts for convenient
manipulation of Renko charts
- Review historical Renko charts, going back weeks,
months, or even years (varies with data vendor)
- Floating charts that may be dragged outside the
Investor/RT task window
- View data from other periodicities (minute bars,
tickbars, etc) on Renko charts
- Other helpful tools such as multi-chart
highlighter, crosshairs, infobox, custom buttons, and multi-linking
- Autotrading available via the Trading System
Indicator to limited brokerages
- Quickly switch chart between Renko and other
periodicities (P&F, tickbar, minute bar, volume bar, daily, etc)
- All in one chart: Renko, P&F, Market Profile (TPO
indicator), Delta (Volume Breakdown Indicator), Other Periodicity Data,
drawing tools, historical indicators, markers, alerts, and much more, with each bar having a required minimum open-close
change (in either direction). Once the change requirement is
reached, the first tick to break outside that change will begin a new bar
(and become the opening price of that new bar). A 0.50 Change
Bar chart of ES with volume can be seen below.
Volume Bars
are volume-driven bars, with each bar having a required minimum volume.
Once the volume requirement is reached, the next tick/trade will initiate
a new bar (and become the opening price of that new bar). A
5000 Volume Bar chart of ES with volume can be seen below.

Notice that the volume of every bars is the same. All bars have the
are built of exactly 5000 contracts. The current bar will obviously have less than
the required amount of volume while it is forming.
For Volume Bars, the volume or each bar is
held constant, while price and time are variables.
Minute Bars
- Each bar reflects trading activity during a
user-specified number of minutes.

Second Bars - Each bar reflects trading
activity during a user-specified number of seconds.

Tick Bars
- Each bar reflects price action over a user-specified
number of trades/ticks.

Tick (Connected Line)
- Each point/dot reflects one trade/tick.

Daily Bars
- Each bar reflects trading activity during one day.

Weekly Bars - Each bar reflects trading
activity during one week.

Monthly Bars
- Each bar reflects trading activity during one month.

|