# TA 101 – Part 16

*This is the sixteenth article in our technical analysis series. If you are new to charting, these articles will give you the “big picture” behind the charts on our site. If you are an “old hand,” these articles will help ensure you haven't “strayed too far” from the basics. Enjoy!*

{% hint style="success" %}
**Tip.** See the entire series [Technical Analysis 101](/table-of-contents/overview/technical-analysis-101.md)
{% endhint %}

## Candlestick Patterns <a href="#candlestick_patterns" id="candlestick_patterns"></a>

A series of candlesticks often develop into recognizable patterns that can give a trader insight about the current market psychology and the likelihood of near-term price moves. Many of these 1, 2 or 3 candlestick patterns are used as warning signs for upcoming trend reversals.

Dozens of candlestick patterns have been identified dating back to the 1700s with Japanese rice futures traders. Japanese traders were able to quickly identify and communicate short-term supply and demand forces in the market with these recurring patterns of price action.

### Doji Candlestick <a href="#doji_candlestick" id="doji_candlestick"></a>

<figure><img src="/files/4xKVR1qDEho6vpkUhEgw" alt=""><figcaption></figcaption></figure>

One candlestick that has significance by itself and in combination with other candlesticks is the doji candlestick shown above. Price moves above and below the opening price during the day and then closes at the same, or nearly so, price as it opened. This is an indication that buying and selling market forces were balanced even though investors had a roller-coaster ride in price swings during the day.

<figure><img src="/files/uSJXddwS3PSX1Pq4jMxx" alt=""><figcaption></figcaption></figure>

The SharpChart of ERIE above illustrates a doji candlestick. The intraday 10-minute SharpChart of this particular doji candlestick below shows the 2.2% price swing from high to low that investors endured during the day. Doji candlesticks are a sign of market indecision which often precedes a trend reversal.

<figure><img src="/files/BROWkvbHE5sMVI2B24ia" alt=""><figcaption></figcaption></figure>

With doji candlesticks, a long lower shadow is considered bullish since buying interest moved the price up from a deep intraday decline before market close. Long upper shadows are bearish for a similar reason; initial buying interest gives way to sellers by market close.

### Doji Candlestick Formations <a href="#doji_candlestick_formations" id="doji_candlestick_formations"></a>

<figure><img src="/files/fuhgwkrCDHMZgdaFTSqQ" alt=""><figcaption></figcaption></figure>

The candlestick patterns above are often present in trend changes. The doji in these patterns illustrate how market indecision often acts as a pivot in trend changes.

### Other Important Candlestick Patterns <a href="#other_important_candlestick_patterns" id="other_important_candlestick_patterns"></a>

While there are literally hundreds of candlestick patterns out there, the following candlestick patterns have been found by Thomas N. Bulkowski to be six of the most reliable candlestick patterns based on testing on 4.7 million candle lines.

<figure><img src="/files/tHCB7yDFNm6JN3rCUzNd" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Note: The gray candlestick bodies in the diagrams indicate that the body color is not relevant for the subject pattern.
{% endhint %}

Additional candlestick reliability information can be found in Bulkowski's book [*Encyclopedia of Candlestick Charts*](https://store.stockcharts.com/products/encyclopedia-of-candlestick-charts). While Greg Morris's book [*Candlestick Charting Explained*](https://store.stockcharts.com/products/candlestick-charting-explained-3rd-edition) is a good general introduction to the topic.

*In part 17, we'll cover Comparison Charting.*


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://chartschool.stockcharts.com/table-of-contents/overview/technical-analysis-101/ta-101-part-16.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
