Open-high-low-close Chart


Graphs / Plots
Data over Time, Patterns, Range

What is it?

Also known as OHLC Chart, Price Chart, Bar Chart.
Open-high-low-close Charts (or OHLC Charts) are used as a trading tool to visualise and analyse the price changes over time for securities, currencies, stocks, bonds, commodities, etc. OHLC Charts are useful for interpreting the day-to-day sentiment of the market and forecasting any future price changes through the patterns produced.

The y-axis on an OHLC Chart is used for the price scale, while the x-axis is the timescale. On each single time period, an OHLC Chart plots a symbol that represents two ranges: the highest and lowest prices traded, and also the opening and closing price on that single time period (for example in a day). On the range symbol, the high and low price ranges are represented by the length of the main vertical line. The open and close prices are represented by the vertical positioning of tick-marks that appear on the left (representing the open price) and on right (representing the close price) sides of the high-low vertical line.
Colour can be assigned to each OHLC Chart symbol, to distinguish whether the market is “bullish” (the closing price is higher than it opened) or “bearish” (the closing price is lower than it opened).

When to use it?

 

Tools to create the Charts

Code-based:
https://www.amcharts.com/demos/ohlc-chart/https://docs.anychart.com/Basic_Charts/OHLC_Charthttps://echarts.apache.org/examples/en/editor.html?c=custom-ohlchttps://canvasjs.com/docs/charts/chart-types/html5-ohlc-chart/https://www.fusioncharts.com/fusiontime/examples/interactive-ohlc-chart?framework=javascripthttps://support.softwarefx.com/jChartFX/article/2501514#!2501020https://jscharting.com/examples/chart-types/finance-stock/ohlc/https://plotly.com/python/ohlc-charts/https://www.zingchart.com/docs/chart-types/stock#open-high-low-close-ohlc-chart

Webapp:
https://plotdb.com/chart/2040/

 

Similar Charts : Candlestick Chart (Data%20Visualisation%20cfe04a5761eb434cace32c6033e3a4e3/Candlestick%20Chart%20dd0de00876894d798f5b44e3bc7b0da7.csv), Kagi Chart (Data%20Visualisation%20cfe04a5761eb434cace32c6033e3a4e3/Kagi%20Chart%2010b43fb37bbc4703b4a30ffdd1cb7c9a.csv)