> For the complete documentation index, see [llms.txt](https://docs.yummyprofit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yummyprofit.com/indicator-and-strategy/price-action/morning-star-and-evening-star.md).

# Morning Star & Evening Star

![](/files/-MiGfqBRMabGnVE-tsNQ)

## **Morning Star**

![](/files/-MiGgIpyegOtLWL8O2an)

{% hint style="info" %}
Morning Star is a bullish 3-candle reversal pattern, appearing in a downtrend.
{% endhint %}

**Morning Star identification:**

* The first candle is a strong bearish candle.
* The second candle has no real body or very small real body (Doji, Hammer or Spinning Top).
* The third candle is a bullish candle, closing more than 50% of the first candle.

**Meaning of Morning Star:**

* The first candle shows that sellers are in control.
* On the second candle, there is indecision in the market because both buying and selling pressure are in balance (that's why the real body is small).
* On the third candle, the bulls won and closed the price high.

In short, the Morning Star tells you the bears are exhausted and the bulls are in control.

![](/files/-MiGiyEVjPSrFhl7kuvI)

## **Evening Star**

![](/files/-MiGj7hQQW6MCOzr2riV)

{% hint style="info" %}
**Evening Star is a set of 3 bearish reversal candlesticks, appearing in an uptrend.**
{% endhint %}

**Evening Star identification:**

* The first candle is a strong bullish candle.
* The second candle has no real body or very small real body (Doji, Hammer or Spinning Top).
* The third candle is a bearish candle, closing more than 50% of the first candle.

**Meaning of Evening Star:**

* The first candle shows that the buyers are in control.
* On the second candle, there is indecision in the market because both buying and selling pressure are in balance (that's why the real body is small).On the third candle, the bears won and closed the price low.
* On the third candle, the bears won and closed the price low.

In short, the Evening Star tells you that the bulls are exhausted and the bears are in control.

![](/files/-MiH4lZT6LB_bUQZ1cx8)

[**Follow the Price Action tradingview script**](https://www.tradingview.com/script/8YtZBTjZ-Multi-Price-Action-Candlestick-Patterns-Horizontals-R-S/)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.yummyprofit.com/indicator-and-strategy/price-action/morning-star-and-evening-star.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
