Book Image

Learning jqPlot

By : Scott Gottreu
Book Image

Learning jqPlot

By: Scott Gottreu

Overview of this book

Table of Contents (19 chapters)
Learning jqPlot
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Explaining OHLC charts


"So, OHLC and candlestick charts are very similar to line charts. The only difference is that instead of using a point to denote the data value, these charts use small diagrams to show multiple data points. Let's start with an OHLC chart." Bob notices our confused looks. "Sorry, OHLC stands for Open, High, Low, Close. So, for each day on our x axis, we represent four prices for the stock. Also, for each day we have a figure that looks like this." Bob draws a line with branches sticking off on each side.

"So, for each day we have a vertical line. The top of the line shows the highest price the stock reached during the day; the bottom shows the lowest price. The two bars extending sideways are called ticks. The tick on the left side shows the opening price, and the tick on the right shows the closing price."