> For the complete documentation index, see [llms.txt](https://docs.battle.fyi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.battle.fyi/trading/charts.md).

# Reading Charts

The trading terminal shows a live price chart for your selected asset. Here's how to read it.

## Candlesticks

Each candle represents a time period and shows four prices:

* **Open** -- where the price started
* **Close** -- where the price ended
* **High** -- the highest price during the period
* **Low** -- the lowest price during the period

**Green candle:** Close is higher than open. Price went up during that period.

**Red candle:** Close is lower than open. Price went down.

The solid body of the candle shows the range between open and close. The thin lines (wicks) show the high and low.

## What to look for

### Trend direction

* Consecutive green candles with higher highs = uptrend. Favor longs.
* Consecutive red candles with lower lows = downtrend. Favor shorts.
* Mixed colors, no clear direction = choppy. Be careful or sit out.

### Big wicks

A candle with a long bottom wick means buyers stepped in hard at the low. Could signal a reversal upward. A long top wick means sellers rejected higher prices. Could signal a reversal downward.

### Volume of candle bodies

Big bodies = strong conviction in that direction. Small bodies = indecision. A string of small-body candles often precedes a big move.

## In a battle context

You don't need to be a chart analysis expert to win. In a 3-5 minute Blitz round, the chart is your real-time compass:

* If it's trending up, go long and ride it
* If it's trending down, go short
* If it reverses, close your position and flip direction

The traders who lose are the ones who hold a losing position because they "believe" in a direction. The chart doesn't care about your beliefs. React to what it shows you.


---

# 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:

```
GET https://docs.battle.fyi/trading/charts.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.
