Charts: Geometry of Charts


A chart is the primary tool used by technicians to analyze a security.   A chart is a convenient graphical way to represent the time, price and volume properties of a trade event.  This article will show the geometrical relationships for various chart types.

Four basic properties of a trade:

  1. The date and time when the trade occurred.  This property is called the timestamp.
  2. The price of the trade.  This property is called the trade price.
  3. The number of shares or contracts involved in the trade.  This property is called trade volume.
  4. The trade event itself.  This property can be thought of as a tick.

The most common way to present the above information about a trade, is to plot trades on a graph where time is the horizontal axis, and price is the vertical axis.

Raw Tick Chart  
A raw tick chart shows the individual trade events.  The trade event is plotted as a dot on the price scale (vertical axis) at its timestamp (horizontal axis).    The trade volume is shown below as a vertical blue histogram bar.

All subsequent chart types are just variations of this basic graphical presentation of the four trade properties.   All variations involve chunking raw ticks together to form a collection.  The collection is drawn as a bar, instead of as a dot.

Chunking Properties  
The tick chunking can be thought of as enclosing a group of ticks in a bounding rectangle.  This rectangle introduces the following bar properties.

Open:  The price of the first tick in the chunk.
Close:  The price of the last tick in the chunk.
High:  The price of the highest tick in the chunk.
Low:   The price of the lowest tick in the chunk.
Volume:  Sum the trade volumes in the chunk.
Timestamp:  From either the first or the last tick in the chunk.

Fixed Time Period  
The width of the chunking rectangle is based on a fixed period of time.  The fixed time interval may be any of the following time periods. 

Intra-day:   The time period is some multiple of 1 minute.

Day:  The time period is 24 hours, measured from an exchange's afternoon close.

Week:  The time period is a week.

Month:   The time period is a calendar month.

Fixed Price Range   
The height of the chunking rectangle is based on a fixed price range.  When the price range is exceeded, a new bar is started. 

The bar volume is shown in blue.

The bar tick count is shown in red.

An in depth discussion of this type of chart can be read in this article:  
read more» Range Bars

Fixed Volume   
The width of the chunking rectangle is based on the sum of the trade volumes.   When the sum exceeds some fixed volume level, a new bar is started.

For example, if the fixed volume level is 500, each bar will build until its volume is 500.   If the sum is currently at 496 and the next tick's trade volume is 10, a volume of 4 will finish off the current bar's volume.  The new bar will start with the remainder 6 volume.

The bar tick count is shown in red. 

Fixed Tick Count  
The last variation adjusts the width of the chunking rectangle until it encloses the same number of trade events.  This is called a constant tick chart.

The bar volume is shown in blue.

The bar tick count is shown in red.

 

The four chart types shown above share in common the four basic properties of a trade.   Each chart type forces one of the basic properties to be a fixed unit for each bar in the chart.  The three other basic properties will of necessity have a variable size.   This table summarizes the chart types and the four basic properties of time, price, volume and trade event.

Chart Type

Time Period Price Range

Volume

Tick Count
Intra-day, Day Fixed Variable Variable Variable
Constant Range Variable Fixed Variable Variable
Constant Volume Variable Variable Fixed Variable
Constant Tick Variable Variable Variable Fixed

Display Formats:

The chunked group of raw ticks form a bar, which can be displayed using the following variations.  The display variations can be used with any of the chart types.

Standard Bar Chart  

The price range is represented with a vertical line extending from the Low to the High.   The Open (first tick) price is shown with a dash on the left side of the bar.  The Close (last tick) price is shown with a dash on the right side of the bar.

read more» Bar Styles

Close Ticks Chart  
This display is created by showing only the close price for each bar.  The Open, High, and Low prices for a bar are not shown. 
Line Chart  
A line chart connects the close prices from the bars.  The Open, High, and Low prices for a bar are not shown. 
Candlestick Chart  
A candlestick is a bar with a rectangle drawn between the Open and the Close prices.  The left and right side characteristics are lost which were used to indicate the Open and the Close.  Therefore, a solid rectangle is used to indicate the Open is at the top of the rectangle and the Close is at the bottom.  A hollow rectangle indicates the Close is at the top and the Open is at the bottom of the rectangle.. 

A variation for the hollow rectangle is to use a solid rectangle of a different color, such as green.

read more» Candlestick

There are other variations in the presentation of the trade information.  Each variation emphases some particular property or characteristic of the underlying data, often at the expense of ignoring or hiding other characteristics.   So this article is by no means complete and exhaustive.    Some variations that were not covered include:  Renko Charts, Swing Charts, Heikin-Ashi Charts, Average Candle Charts, Point and Figure Charts, Three Line Break Charts, Price Histogram Charts, and Market Profile Charts.

Beginning traders may wonder whether one chart type or display variation is superior to another.   The answer is basically 'No'.   All chart types have their roots in the same trade information.   Every variation will have traders who use that variation successfully and exclusively.  Having said that does not mean that there isn't a popularity bias.  Here is my opinion about the popularity of the different chart types and display variations.

Popularity Chart Type

Display Format

High Constant Tick Candlesticks
  Intra-day, Daily Standard Bars
  Constant Range Line Chart
  Constant Volume Close Ticks, not used
  Price Histogram  
Low all others  

Last modified 10/27/08 11:43 AM