10 Best Candlestick Patterns Ranked by Backtest Performance: Do Candlestick Patterns Actually Work?

Whether candlestick patterns actually work depends heavily on how you define your entry and exit rules, as academic research shows mixed results ranging from no added value to statistically significant predictive power.

While some candlestick patterns show a measurable historical edge in specific market contexts, they are not inherently reliable trading signals without systematic testing, trend filters, and a clear accounting for transaction costs.

In this article, we show you the 10 best candlestick patterns. We used our own proprietary code to rank all 75 candlestick patterns.

Related reading: 75 Types of Candlestick Patterns

What Are Candlestick Patterns in Technical Analysis?

Candlestick charts are a way to visualize open, high, low, and close (OHLC) for each time period. Instead of a single line, you get a “candle” whose body shows the open-to-close range, and “wicks” (shadows) that show the high and low. The appeal is that one candle can summarize who “won” that session (buyers or sellers) and how messy the fight was. 

Here is an example of candlesticks on a chart. The “body” is filled black if the close is lower than the open, and it’s white if the close ends higher than the open:

A clean financial chart displaying various black and white candlestick patterns, including hammers, engulfing bars, and dojis, on a white background.
Visualizing price action through candlestick patterns allows traders to identify potential market reversals and continuations based on historical backtest performance.

Candlestick patterns are then “named shapes” built from one or more candles. Traders typically use them as reversal or continuation signals, often as part of broader price-action analysis (trend context, nearby support/resistance, volatility regime, etc.). 

A key point most glossy explanations skip: candlestick patterns are ultimately just rules on OHLC data. That makes them ideal for systematic testing, and it also means any “edge” they have should show up as a measurable difference in forward returns after the pattern appears. 

Do Candlestick Patterns Actually Work? Evidence From Quantitative Backtesting

Academic findings are mixed, and the “candlesticks always work” claim does not hold up well once you test properly.

One of the most-cited robust tests on Japanese candlestick strategies in U.S. equities is by Marshall, Young, and Rose (2006). Using a bootstrap-based methodology designed to separate signal from randomness, they conclude candlestick trading strategies did not add value for DJIA stocks in their sample. 

Other research finds conditional predictability can exist, but it often depends on how you define trends, holding periods, and exits. For example:

  • Caginalp & Laurent (1998) report statistically significant predictive power for certain price patterns on U.S. stocks in their sample period, emphasizing that how you define patterns and compute profits matters. 
  • Lu (2015) focuses on what drives candlestick strategy profitability and highlights that trend identification and profit calculation rules can change results materially. 
  • Tharavanij (2017) explicitly studies candlestick pattern profitability and evaluates multiple holding periods (1, 3, 5, 10 days) and different exit styles, underscoring that “does it work?” is inseparable from “how exactly are you trading it?” 

Stepping back, the broader technical-analysis literature argues results are highly sensitive to methodology, markets, and time period, which is exactly why you should treat any single chart example with suspicion. 

Why Most Candlestick Pattern Examples Are Misleading

Most candlestick education is based on selected charts that look clean in hindsight. Three common issues show up again and again:

Cherry-picked examples. A pattern shown in a book or blog post is usually chosen because it “worked.” That tells you nothing about how often it fails or whether the average outcome is positive. This is one reason academic studies stress systematic testing and controls for data-snooping. 

Hindsight bias. Once you know what happened next, it is easy to convince yourself the pattern “clearly” predicted it. The fix is to define rules before looking at outcomes, then test on large samples. 

Turning pictures into rules is harder than it looks. Even basic concepts like “long candle,” “small body,” or “trend” can be encoded multiple ways, and different definitions can flip results. Research explicitly calls out this definitional sensitivity as a major driver of disagreement. 

How We Backtested 75 Candlestick Patterns on the S&P 500

This section is the practical blueprint: what was tested, what data, and how we converted patterns into actual trading signals.

Universe selection

To keep this realistic and liquid, the backtest uses S&P 500 exposure via SPY (SPDR S&P 500 ETF Trust). SPY is a widely traded S&P 500 tracker and is one of the oldest U.S.-listed ETFs. Its history goes back to 1993 and is the oldest ETF still trading.

Historical data

We used daily OHLCV data downloaded from Stooq (a widely used source for free historical market data downloads). 

In this dataset, SPY history begins on 1993-02-01 and runs through today (latest available at the time of download). All results below refer to this window. 

Signal generation

Pattern detection was done using our own proprietary code. If you look at our shop, you can order the code.  

Holding period testing

For each pattern, we tested holding periods of 1, 2, 3, 5,…. up to 20 trading days, consistent with how much of the candlestick literature frames short-horizon pattern effects. 

Entry/exit convention (simple, reproducible):

  • Detect pattern at the close of day t.
  • Enter at that same close (a market-on-close style assumption).
  • Exit at the close after H days (H in {1,2,3,5,,,,,20). 

Slippage and commissions

Short-horizon edges are often small, so realistic costs matter. Backtesting guidance consistently warns that ignoring spreads, commissions, and slippage makes results look cleaner than they should. 

In the combined-strategy test later in this article, we include a small transaction cost assumption (0.03% per trade) to demonstrate sensitivity.

Ranking Methodology: Profit Factor, Average Returns, and Trade Frequency

Patterns were ranked using a mix of:

  • Profit factor (how much gross profit you make per unit of gross loss),
  • Annualized return,
  • The candlestick patterns with the highest combined averages ranked the highest.

What Is Profit Factor in Trading Strategy Evaluation?

Profit factor is widely defined as:

Profit Factor = Gross Profit ÷ Gross Loss

where gross profit is the sum of all winning trade gains and gross loss is the absolute sum of all losing trade losses. A profit factor above 1 means winners outweigh losers in total dollar terms. 

Profit factor is useful because it forces you to look beyond win rate. A strategy can win only 40% of the time and still be profitable if the wins are much larger than the losses, and vice versa. 

The 10 Best Candlestick Patterns Ranked by Historical Performance

Important context before the list: “best” depends on your constraints. A pattern with a very high profit factor but only 10–20 historical occurrences is not something you should bet your account on without additional validation (walk-forward tests, out-of-sample periods, and cost modeling). 

Below are the ten patterns requested, with their observed performance in our SPY (1993-02-93 to today) backtest. Each line shows:

  • Trades: number of occurrences that produced a trade
  • Win rate: percent of trades with positive return over that holding period
  • Avg return: average trade return over that holding period
  • Profit factor: gross profit ÷ gross loss 
  • CAR: annualized return

We start with number ten and work our way up to the best-performing candlestick pattern in our tests.

10. Bearish Separating Lines

The Bearish Separating Lines pattern is a two-candle formation.

A candlestick chart illustrating the Bearish Separating Lines pattern, featuring two instances highlighted in blue boxes where a white candle is followed by a black candle starting at the same opening price.
The Bearish Separating Lines pattern is a key signal evaluated for its backtest performance, showing how price action often continues downward after a specific mid-trend formation.

It begins with a relatively strong bullish candle, followed by a bearish candle that opens at the same level as the previous candle’s open.

Despite its bearish name, the pattern actually produces a short-term bullish signal in the S&P 500.

A data table showing backtest results for a candlestick pattern, displaying columns for "Sell after N-days," Average % Profit/Loss, % of Winners, and Profit Factor for periods ranging from 1 to 20 days.
Determining if candlestick patterns actually work requires analyzing hard data, such as this backtest performance table showing how profit factors and win rates fluctuate based on different exit timeframes.

In our backtests, holding the market for ten trading days after the signal generated an average gain of 0.36 percent across 63 trades.

The pattern occurs relatively rarely, which limits the overall annual return. Among the ten patterns in our ranking, it also has the lowest profit factor.

9. Bullish Marubozu

The marubozu is a single-candle candlestick pattern that is easy to recognize.

A candlestick chart featuring two Bullish Marubozu patterns highlighted with blue boxes and red arrows, showing long white bodies with little to no shadows.
The Bullish Marubozu is one of the 10 best candlestick patterns evaluated in our study, representing strong buying pressure from open to close.

It appears as a long candle with very small or nonexistent shadows. A perfect marubozu has no upper or lower wicks, although such examples are relatively rare.

A backtest results table for a candlestick pattern signal showing "Sell after N-days" metrics, with win rates peaking at 63.93% on day 11 and a maximum profit factor of 1.33 on day 16.
Analyzing the backtest performance of candlestick signals reveals how win rates and profit factors improve over different holding periods, helping to determine if candlestick patterns actually work for swing trading.

Interestingly, the first few days following the signal tend to show slightly negative returns. Performance improves as the holding period increases, although much of that effect reflects the general upward bias of the stock market.

8. Long-Legged Doji

The long-legged doji is another single-candle formation.

A candlestick chart illustrating the Long-Legged Doji pattern, showing two instances highlighted in blue boxes with red arrows where the candle has long upper and lower shadows and a very small body.
The Long-Legged Doji signifies market indecision, and its effectiveness is a key part of our study on candlestick patterns ranked by backtest performance.

It is characterized by long upper and lower shadows with a very small body positioned near the middle of the candle’s range. The structure reflects a strong battle between buyers and sellers and is often interpreted as a sign of market indecision.

A statistical backtest table showing average returns for a candlestick pattern across holding periods of 1 to 20 days, with win rates reaching 68.75% and profit factors up to 2.08.
This data table illustrates how candlestick patterns actually work by quantifying the Average % Profit/Loss and win rates over time, showing a steady increase in performance as the holding period extends to 20 days.

In our tests, however, the pattern appears infrequently and produces only modest average returns.

7. Neutral Doji

The neutral doji forms when the opening and closing prices are nearly identical.

A candlestick chart showing three Neutral Doji patterns highlighted with blue boxes and red arrows, characterized by small bodies and equal upper and lower shadows.
Identifying a Neutral Doji helps traders spot potential turning points, though its success depends heavily on backtest performance within specific market trends.

It can appear after both upward and downward trends and is often interpreted as a potential reversal signal.

A backtest data table for the Neutral Doji candlestick pattern showing performance metrics across 1 to 20-day holding periods, featuring a peak win rate of 67.80% and a profit factor of 2.32.
Detailed backtest performance for the Neutral Doji reveals that while short-term results are mixed, the profit factor climbs to 2.32 when the signal is held for 19 days.

In our backtests, the neutral doji performs roughly in line with the natural upward drift of the stock market. One advantage is that the pattern occurs relatively often, providing a steady number of trading signals.

6. Bullish Harami

The bullish harami is a two-candle reversal pattern.

A candlestick chart illustrating the Bullish Harami pattern, featuring two instances highlighted in blue boxes where a small white candle is contained within the body of a preceding large black candle.
The Bullish Harami is a two-candle reversal signal included in our list of the 10 best candlestick patterns, often appearing at the end of a downtrend to signal a shift in momentum.

The first candle is bearish and relatively large. The second candle is smaller and bullish, with its entire body contained within the body of the previous candle.

Among the ten best candlestick patterns in our ranking, the bullish harami appears most frequently.

A statistical backtest results table for the Bullish Harami candlestick pattern showing a 20-day performance breakdown with a maximum win rate of 67.31% and a peak CAR of 5.21.
Detailed backtest performance data for the Bullish Harami reveals that its win rate and Compound Annual Return (CAR) trend upwards as the holding period extends toward 20 days.

In terms of performance, the pattern shows a slight edge during the first few trading days, but the effect tends to disappear over longer holding periods.

5. Three Inside Up

The three inside up pattern consists of three consecutive candles.

The first two candles form an inside-bar formation, followed by a bullish breakout.

A candlestick chart showing three Three Inside Up patterns highlighted in blue boxes with red arrows, demonstrating a large bearish candle followed by a smaller bullish candle and a final large breakout bullish candle.
The Three Inside Up is a powerful three-candle reversal signal featured in our list of the 10 best candlestick patterns, representing a confirmed shift from bearish to bullish momentum.

In our tests, the pattern produces above-average returns when the S&P 500 is held for more than ten trading days.

A backtest results table for the Three Inside Up candlestick pattern showing performance across 1–20 day holding periods, with win rates reaching 78.26% and a profit factor of 5.54.
The Three Inside Up stands out in our study of candlestick patterns ranked by backtest performance, demonstrating a significant increase in win rates and profit factors as the holding period extends to 20 days.

Over a 20-day holding period, the average gain is roughly twice the typical market return for the same timeframe. However, the pattern occurs relatively infrequently.

4. Bullish Piercing Line

The bullish piercing line is a two-candle continuation pattern that often appears during a temporary pullback within an existing uptrend.

A candlestick chart showing two Bullish Piercing Line patterns highlighted in blue boxes with red arrows, featuring a large black candle followed by a white candle that opens lower but closes above the midpoint of the first candle.
The Bullish Piercing Line is a significant reversal signal in our study of candlestick patterns ranked by backtest performance, marking a point where buyers overcome previous selling pressure.

Despite its bullish reputation, the short-term performance in our tests is relatively weak.

A backtest results table for the Bullish Piercing Line candlestick pattern showing performance metrics over a 1 to 20-day holding period, with win rates peaking at 59.84% and a CAR of 4.38.
The backtest performance of the Bullish Piercing Line shows that while it starts with a break-even 1-day return, its profit factor reaches 1.60 and its CAR hits 4.38 as the trade matures over 19 days.

Over longer holding periods, the returns are roughly in line with the general upward drift of the stock market.

3. Dark Cloud Cover

The dark cloud cover is another two-candle formation.

A candlestick chart showing two Dark Cloud Cover patterns highlighted in blue boxes with red arrows, featuring a bullish white candle followed by a bearish black candle that opens higher but closes below the midpoint of the first candle.
The Dark Cloud Cover is a bearish reversal signal analyzed in our study of candlestick patterns ranked by backtest performance, indicating where sellers have successfully hijacked an uptrend.

The first candle is strongly bullish. The second candle opens higher but then reverses and closes below the midpoint of the first candle.

A data table showing the backtest performance of the Dark Cloud Cover candlestick pattern over 20 days, featuring a 71.52% win rate and a profit factor of 2.23.
Our backtest performance data for the Dark Cloud Cover reveals that its win rate peaks at 71.52% when held for 19 days, proving its reliability as a bearish reversal signal.

In our tests, this pattern performs well across both short- and medium-term holding periods. It also appears regularly enough to generate several trades per year.

2. Three Outside Down

The three outside down pattern forms across three consecutive candles.

A candlestick chart showing four Three Outside Down patterns highlighted in blue boxes with red arrows, illustrating a small bullish candle engulfed by a large bearish candle, followed by a third bearish confirmation candle.
The Three Outside Down is a high-conviction bearish reversal signal featured in our list of the 10 best candlestick patterns, marking a clear shift from bullish to bearish sentiment.

It typically appears after an extended rally and signals a potential reversal.

A candlestick chart showing two Bullish Marubozu patterns highlighted with blue boxes and red arrows, featuring long white candles with little to no shadows at either end.
The Bullish Marubozu is a powerful momentum signal analyzed in our study of candlestick patterns ranked by backtest performance, indicating total buyer dominance throughout the session.

In our tests, the pattern produces strong short-term mean reversion. For example, three trading days after the signal, the average gain per trade is approximately 0.58 percent.

1. Bearish Engulfing — The Best Candlestick Pattern

The best-performing candlestick pattern in our entire study is the bearish engulfing pattern.

Despite its bearish name, it works exceptionally well as a bullish mean-reversion signal in the stock market.

Stocks tend to exhibit short-term mean reversion, which explains why many “bearish” patterns can produce profitable signals from the long side.

A candlestick chart showing three Bearish Engulfing patterns highlighted in blue boxes with red arrows, where a large black candle completely consumes the body of a preceding smaller white candle.
The Bearish Engulfing pattern is often cited as a top-tier reversal signal; our study evaluates its backtest performance to see if it truly lives up to its reputation in the 2026 market.

The bearish engulfing pattern consists of two candles: a bullish candle followed by a larger bearish candle that completely engulfs the body of the previous candle.

The pattern occurs relatively frequently and produces strong performance across multiple holding periods.

A statistical backtest results table for the Bearish Engulfing candlestick pattern showing a 20-day performance breakdown with a 70.65% win rate and a peak profit factor of 2.66.
The backtest performance of the Bearish Engulfing pattern demonstrates exceptional reliability, with win rates consistently climbing from 55.31% on Day 1 to over 70% by Day 17.

For example, if the market is held for five trading days after the signal, the average gain is approximately 0.46 percent. This is more than double the average return of a random five-day period.

The 10 Best Candlestick Patterns — Ranked by Data

We have now presented the ten best candlestick patterns based on our backtests.

All patterns were quantified, coded, and evaluated using historical market data.

While the patterns vary in both profitability and frequency of occurrence, they represent the strongest performers among the 75 candlestick formations we tested.

A master ranking table of the 10 best candlestick patterns based on backtest data, showing average profit, win rates, CAR, and profit factors, with Bearish Engulfing ranked #1 overall.
Our final leaderboard of the 10 best candlestick patterns ranked by backtest performance reveals that while the Three Inside Up has the highest profit factor (2.5), the Bearish Engulfing takes the top spot for overall CAR (5.37).

A Quantified Candlestick Trading Strategy Using the Best Patterns

This section turns “top patterns” into a single rule-based strategy you can actually evaluate.

Individual candlestick patterns can provide useful signals.

But the real power comes from combining several patterns into one strategy.

Backtest results of the combined candlestick strategy

When we combine the five best patterns and slightly modify the exit rule, the results become surprisingly strong.

Instead of exiting after a fixed number of days, the strategy exits when the close finishes above the previous day’s high.

Starting with $100,000 in 1993, the strategy grew to roughly $1.4 million:

A long-term portfolio equity curve from 1995 to 2025 showing the backtest results of a combined candlestick trading strategy, reaching a final equity value of 1,420,585.
This equity curve demonstrates the long-term viability of a combined approach using the 10 best candlestick patterns, showing steady growth and resilience over a 30-year backtest period.

Key statistics:

  • Average gain per trade: 0.5 percent
  • Win rate: 74 percent
  • Maximum drawdown: 13 percent
  • Annual return: 8.3 percent
A comprehensive backtest results table for a combined candlestick strategy showing a net profit of 1,320.59%, a 73.98% win rate across 515 trades, and a 2.40 profit factor.
The backtest performance of our combined strategy demonstrates that utilizing the right patterns can lead to a 73.98% win rate and a massive 1,320.59% net profit over the long term.

How to improve candlestick trading strategies with filters

Filters are where a lot of the “real” quant edge tends to live. This aligns with research emphasizing that trend definitions, entry rules, and exits drive profitability differences. 

Common filters that are straightforward to test:

Moving average trend filter. For example, only take mean-reversion long signals when price is above a longer moving average (bull regime), or only take bearish-pattern snapbacks when the longer trend is still up. Studies explicitly note trend identification choices can materially affect candlestick profitability. 

RSI filter. Dojis and bearish engulfing days often coincide with short-term oversold readings. Using RSI to restrict trades to “oversold” conditions is easy to test and may reduce false positives, even if it lowers trade frequency. (The point is not that RSI is magic, it is that context matters.) 

Volatility filter. Candlestick rules can behave differently in high-volatility markets; a volatility filter can help avoid trading when spreads and slippage are likely to overwhelm small edges. This is consistent with standard backtesting warnings about slippage and cost sensitivity. 

Market regime filter. Many technical edges are regime-dependent (risk-on vs risk-off). A simple regime definition (for example, price above or below a long moving average) is a common way to test this. 

Do candlestick patterns work better in stocks than in forex or crypto?

Yes, candlestick patterns work better for stocks than for forex and crypto.

Why? Most likely because stocks tend to revert to the mean.

For crypto specifically, rigorous candlestick-pattern evidence is thinner and backtest validity is heavily impacted by 24/7 trading, exchange microstructure, and fees. Even in traditional markets, research and practitioner guidance warn that candle-based backtests can miss intraperiod movement and execution realities. 

Limitations of Candlestick Pattern Trading

Low signal frequency is real. Some patterns are simply too rare to support strong claims. In our own test, bearish separating lines did not appear at all in the SPY dataset window, and several other multi-candle patterns occurred only a handful of times. 

Systematic rules are not optional. Academic tests that take candlesticks seriously emphasize that you must specify trend context, entry timing, holding period, and exits. Small “definition” differences can flip conclusions. 

Market regime dependence. A pattern might behave one way in a trending market and the opposite way in choppy regimes. Reviews of technical analysis place heavy emphasis on the instability of results across samples. 

Costs and slippage can erase small edges. If your average trade return is a few basis points, realistic transaction costs will dominate. Backtesting guides repeatedly call this out, especially for high-turnover strategies. 

Key takeaways from the candlestick pattern backtest

Candlestick patterns are not “fake,” but they are not automatically tradable either. The academic record includes strong negative findings (notably the bootstrap-based DJIA results) and also some evidence that specific rules can have conditional value. 

However, our own backtests shown in this article shows that some candlestick patterns work really well and have returns much higher than randomness.

The practical edge in “candlestick trading” usually comes from combining patterns with context filters and realistic execution assumptions, not from memorizing names and hoping. 

Conclusion: Are candlestick patterns reliable trading signals?

Candlestick patterns can be useful descriptors of price action, but the idea that they are inherently reliable trading signals is not supported in a blanket way. Well-known rigorous studies have found no value for candlestick strategies in some equity samples, while other research finds pockets of predictability that depend on definitions, exits, and market context. 

Out of the 75 candlestick patterns we tested, half perform poorly. Also, some patterns have very few signals. Finally, many patterns work the opposite way to what the theory says.

If you want to use candlesticks responsibly, treat them as hypothesis generators: define rules precisely, test them with costs, require enough trades to trust the statistics, and assume the edge can decay. 

Similar Posts