# Hollow candlestick

A candlestick chart consists of many candlesticks. A single candlestick has a body and a wick (also known as a tail).

In each candlestick:

* The body represents the closing and opening prices
* The wick represents the high and low prices
* Hollow body -> Closing price > Opening price (Bullish)
* Solid body -> Closing price < Opening price (Bearish)
* Color of candlestick:
  * Green -> Closing price of candlestick > Closing price of previous candlestick
  * Red -> Closing price of candlestick < Closing price of previous candlestick
  * White/Black -> Closing price of candlestick ithe same as Closing price of previous candlestick

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


---

# 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://help.mystocksportfolio.app/help-guide/investing-terminology/charts/hollow-candlestick.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.
