OHLC Chart
A chart that encodes open, high, low, and close prices as vertical lines with horizontal ticks — the left tick marks the open, the right tick marks the close.
// 01 — The chart
What it looks like
An OHLC chart showing 8 trading days. Each bar has a vertical line (high-to-low range) with a left tick (open) and right tick (close). Green bars are bullish; red bars are bearish; gray indicates a near-flat session.
// 02 — Definition
What is an OHLC chart?
An OHLC (Open-High-Low-Close) chart is a financial visualization that encodes four price data points into a single bar for each time period. Unlike a candlestick chart that uses a filled rectangular body, the OHLC chart uses a simpler construction: a vertical line spanning the high-to-low range, plus two horizontal ticks — one on the left for the opening price and one on the right for the closing price.
This design is sometimes called a “bar chart” in trading contexts (not to be confused with the general statistical bar chart). Each bar tells you exactly where the price opened, the highest and lowest points it reached during the period, and where it closed. When the close is higher than the open, the bar is typically colored green; when lower, red.
The OHLC chart is the Western counterpart to the Japanese candlestick. Many professional traders prefer it because the thinner lines reduce visual clutter, especially when displaying hundreds of bars on a single screen. The absence of a filled body also prevents the chart from feeling “heavy,” making it easier to overlay technical indicators like moving averages and Bollinger Bands.
Origin: The OHLC bar format emerged in the early 20th century among Western commodity and stock traders, well before computers. Charles Dow and other pioneers of technical analysis used hand-drawn bar charts on graph paper to track daily price ranges. The format became standard on Wall Street by the 1930s.
// 03 — Anatomy
Parts of an OHLC bar
// 04 — Usage
When to use it — and when not to
- You have OHLC data and need a less visually dense alternative to candlesticks
- Overlaying technical indicators like moving averages, RSI, or Bollinger Bands
- Displaying hundreds of bars on a single screen without visual clutter
- Analyzing intraday price action across multiple time frames simultaneously
- Your audience is accustomed to Western-style bar charts in financial analysis
- You want to compare price ranges and closing behavior across many periods
- Your audience is unfamiliar with financial charts — a line chart is easier to grasp
- You only have closing prices — OHLC bars require all four data points
- You want prominent visual distinction between bullish and bearish periods — candlesticks do this better
- Pattern recognition is your primary goal — candlestick patterns are harder to spot on OHLC bars
- You need to present data to a general, non-financial audience
- Your data lacks a time dimension — OHLC bars are designed for time-series price data
// 05 — Reading guide
How to read an OHLC chart
Follow these steps whenever you encounter an OHLC chart in the wild.
Identify the time frame
Determine the period each bar represents — one minute, one hour, one day, or one week. The same security looks completely different on a 5-minute chart versus a weekly chart. Always check the x-axis labels or the chart’s header to confirm.
Locate the open (left tick) and close (right tick)
The left horizontal tick is the opening price; the right tick is the closing price. If the right tick is above the left tick, the bar is bullish (price rose). If the right tick is below, the bar is bearish (price fell). This is the most fundamental reading of each bar.
Examine the vertical line length
A long vertical line means the price had a wide range between the high and low — high volatility. A short line means the price traded in a tight range — low volatility or consolidation. Sudden changes in bar length often precede breakouts.
Check tick position relative to the range
If both ticks sit near the top of the vertical line, buyers dominated. If both sit near the bottom, sellers dominated. If the ticks are near the center, neither side won — this indicates indecision, similar to a doji in candlestick analysis.
Read sequences of bars for trends
A series of bars where each close is higher than the previous close indicates an uptrend. Consecutive bars with widening ranges and closes near their highs suggest strengthening momentum. Watch for bars where the close reverses direction — potential trend exhaustion.
// 06 — Common mistakes
Mistakes to watch out for
Confusing open and close ticks
The most common beginner mistake. The left tick is always the open and the right tick is always the close — regardless of whether the bar is bullish or bearish. Swapping them leads to completely inverted analysis. Always remember: left = open, right = close.
Ignoring the vertical range
Focusing only on the open and close while ignoring the high and low misses critical information. A bar that opened at $100 and closed at $101 looks mildly bullish, but if the high was $110 and the low was $95, there was massive intraday volatility that the ticks alone don’t reveal.
Applying candlestick pattern names incorrectly
Candlestick patterns like “hammer,” “engulfing,” and “morning star” were designed for candlestick charts with bodies. While similar concepts apply to OHLC bars, the visual cues are different. Don’t mechanically transplant candlestick pattern rules without adapting them.
Overcrowding bars on a small screen
OHLC bars are thinner than candlesticks, which tempts analysts to cram too many bars onto one chart. When bars are too compressed, the horizontal ticks overlap or become invisible, making the chart unreadable. Ensure enough horizontal spacing for the ticks to be clearly visible.
Forgetting to pair with volume
An OHLC bar showing a strong breakout is meaningless without volume confirmation. A wide-range bullish bar on low volume may be a false breakout. Always display a volume histogram beneath your OHLC chart to validate price signals.
// 07 — Real-world examples
Where you’ll see OHLC charts used
Equities: Institutional trading desks
Professional equity traders at banks and hedge funds often prefer OHLC bars over candlesticks because the thinner lines leave more room for overlaying technical studies. Bloomberg Terminal’s default for many equity views uses OHLC bars, and quantitative analysts frequently export OHLC data for backtesting.
Finance & TradingForex: Multi-pair analysis dashboards
Forex traders who monitor six to twelve currency pairs simultaneously favor OHLC bars because they consume less screen space than candlesticks. The streamlined appearance allows faster scanning across multiple time frames and pairs on multi-monitor setups.
Foreign ExchangeCommodities: Futures contract analysis
Commodity futures traders — particularly in energy (crude oil, natural gas) and agriculture (wheat, corn, soybeans) — use OHLC charts to analyze daily settlement data. The Chicago Board of Trade and CME Group historically published data in OHLC format, making it the natural choice.
Commodities// 08 — At a glance
Quick reference
// 09 — Variations
Types of OHLC charts
The standard OHLC bar has several variants used in different analysis contexts.
HLC bar chart
Drops the open tick entirely, showing only the high, low, and close. Used when the opening price is less relevant, such as in end-of-day analysis of mutual funds or indices.
Candlestick chart
Replaces ticks with a filled rectangular body between open and close. The body makes bullish/bearish periods more visually prominent, at the cost of extra ink.
EquiVolume chart
Each box spans the high-to-low range (height) and uses width to encode trading volume. Wide boxes indicate heavy volume; narrow boxes indicate light volume.
Heikin-Ashi chart
Uses averaged OHLC values to smooth out noise and make trends easier to identify. Each candle is calculated from the previous one, reducing false signals.
// 10 — FAQs
Frequently asked questions
What is an ohlc chart?+
An OHLC (Open-High-Low-Close) chart is a financial visualization that encodes four price data points into a single bar for each time period. Unlike a candlestick chart that uses a filled rectangular body, the OHLC chart uses a simpler construction: a vertical line spanning the high-to-low range, plus two horizontal ticks — one on the left for the opening price and one on the right for the closing price.
When should you use an ohlc chart?+
Use an OHLC chart when you have OHLC data and need a less visually dense alternative to candlesticks. It also works well when overlaying technical indicators like moving averages, RSI, or Bollinger Bands, and when displaying hundreds of bars on a single screen without visual clutter.
When should you avoid an ohlc chart?+
Avoid an OHLC chart when your audience is unfamiliar with financial charts — a line chart is easier to grasp. It is also a poor fit when you only have closing prices — OHLC bars require all four data points, or when you want prominent visual distinction between bullish and bearish periods — candlesticks do this better.
How is an ohlc chart different from a candlestick chart?+
Both an OHLC chart and a candlestick chart can look similar at first glance, but they answer different questions. Reach for an OHLC chart when the comparisons and patterns it was designed to reveal match what you need to communicate, and choose a candlestick chart when its particular strengths better fit your data and audience.
Is an ohlc chart suitable for dashboards?+
Yes — an OHLC chart can work well in dashboards as long as the panel is large enough for readers to perceive the encoded values, has a clear title, and includes the legend or axis labels needed to interpret it.
What category of chart is an ohlc chart?+
OHLC Chart belongs to the Financial family of charts. Charts in that family are designed to answer the same kind of question, so they often work as alternatives when one doesn't quite fit your data.