It's kind of a silly question, but I can't find the answer anywhere (and I don't really no the candlestick chart format). In jqplot, you can make candlestick charts: http://www.jqplot.com/tests/candlestick-charts.php
For every data point, you have a length 5 array. The first is the date. After that there is open, close, high, low, but I don't know what order they are in. So what is the order?
After the date, the order is open, high, low, close.
I've created a Fiddle containing a Candlestick chart with just a couple of values to demonstrate