# Bar Coloring

### Overview

Bar Coloring provides a clear visual distinction between bullish and bearish candlesticks, allowing traders to interpret price action at a glance.&#x20;

This feature helps identify momentum and trend direction without analyzing raw price data.

{% hint style="warning" %}
We recommend disabling candle borders in TradingView to ensure clean candle coloring.
{% endhint %}

***

### Functionality

When enabled, candlesticks are automatically color-coded based on market direction.&#x20;

Bullish bars appear in your chosen color, while bearish bars are displayed in a contrasting color.&#x20;

<figure><img src="https://3113917155-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxV91cNNQkONgozNmjlhi%2Fuploads%2F30bcOgRADSU3zcXciCl6%2F9.PNG?alt=media&#x26;token=8ccd10cc-b191-4c21-b58a-00f47c425bb5" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}

#### Usage Tips

Use Bar Coloring alongside [Signal Modes](https://docs.astraalgo.com/toolkits/indicator/signals-and-alerts/signal-modes) and [TP/SL Points](https://docs.astraalgo.com/toolkits/indicator/signals-and-alerts/tp-sl-points) to quickly interpret signals in context.&#x20;
{% endhint %}

***

For detailed explanations of each setting, visit the Settings Glossary

{% content-ref url="../../../resources/materials/settings-glossary" %}
[settings-glossary](https://docs.astraalgo.com/resources/materials/settings-glossary)
{% endcontent-ref %}

***


---

# 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://docs.astraalgo.com/toolkits/indicator/chart-overlays/bar-coloring.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.
