> For the complete documentation index, see [llms.txt](https://docs.million-moves.net/start/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.million-moves.net/start/learn-the-indicators/million-moves-algo/candlestick-colors.md).

# Candlestick Colors

In the trading world, red usually means a bearish candle, and green indicates a bullish one. However, we offer you three unique options to make your candlesticks even more useful:

<div align="left"><figure><img src="/files/HA1YKMuVn9mZSREU0jue" alt=""><figcaption></figcaption></figure></div>

**Customize Your Candlesticks with 3 Modes:**

**CleanScalper Mode**

<figure><img src="/files/2jXW1djnjKvLfC2iV4yP" alt=""><figcaption><p>The CleanScalper coloring is our most popular candlestick coloring.</p></figcaption></figure>

Mirrors the candle colors of our "CleanScalper" indicator with the settings 8/20/60. During trends, candles turn vibrant green or red. In sideways markets, candles become purple, indicating less movement.

* Purple = No entry zone, uncertain, no trend
* Green = Bullish / Long
* Red = Bearish / Short

**Trend Ribbon Mode**

<figure><img src="/files/Q97afgXSA7rTliLKIqCa" alt=""><figcaption><p>Simplicity in color: trend ribbon for clean, minimal charts. Green for bullish, red for bearish.</p></figcaption></figure>

Opt for simplicity with colors from our trend ribbon. It's perfect if you want a clean chart without too many lines. Green is bullish and red is bearish.

**Moving Average Mode**

<figure><img src="/files/nzdo5vYaERjvyiW3rnIY" alt=""><figcaption><p>Effective Utility: Moving Average Candlestick colors</p></figcaption></figure>

Candles above the moving average turn green for possible uptrends, while those below become red, suggesting potential downtrends.

### How to get more colorful Candlestick colors

1. Go to your Chart settings
2. Click on Symbol
3. Uncheck borders

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


---

# 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.million-moves.net/start/learn-the-indicators/million-moves-algo/candlestick-colors.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.
