# Candle Coloring

{% embed url="<https://www.youtube.com/watch?index=1&list=PLoAyPcCp2RYEmAG9raeSB82jbk227Gx8W&v=tl6rZ1Cz-10>" %}

***

## **Trend-Based**

<mark style="color:$info;">Trend-based candle coloring mode changes the color of candlesticks depending on the current market trend, helping traders visually distinguish between bullish and bearish phases and neutral periods.</mark>

<figure><img src="/files/nbXd2PtNFuRj6POtzQOG" alt=""><figcaption><p>Trend</p></figcaption></figure>

{% hint style="info" %}

### How It Works

<mark style="color:$info;">Bullish Trend: Candles are colored green when the price is in an uptrend.</mark>\ <mark style="color:$info;">Bearish Trend: Candles are colored red when the price is in a downtrend.</mark>

<mark style="color:$info;">This mode is beneficial for trend-following strategies, allowing traders to quickly assess the overall market direction and align their trades with the prevailing trend.</mark>
{% endhint %}

***

## **Momentum-Based**

<mark style="color:$info;">This feature visually represents market momentum using three distinct colors to signal potential trend strength and transitions.</mark>&#x20;

<mark style="color:$info;">Green indicates strong bullish momentum, purple reflects strong bearish momentum, and aqua highlights areas of low momentum, suggesting potential market shifts or periods of consolidation.</mark>

<figure><img src="/files/ipthXTphwGo9QB0cxZCa" alt=""><figcaption><p>Momentum</p></figcaption></figure>

{% hint style="info" %}

### How it works

* <mark style="color:$info;">Strong Bullish Momentum (Green Candles):</mark>\ <mark style="color:$info;">Candles turn Green when the market exhibits strong upward momentum. This might be triggered by a proprietary technique that detects when buying pressure is significantly driving prices higher, indicating that the market is experiencing robust bullish activity.</mark>\ <mark style="color:$info;">Green candles suggest that the price is likely to continue rising, and traders may look to capitalize on this momentum.</mark>
* <mark style="color:$info;">Strong Bearish Momentum (Red Candles):</mark>\ <mark style="color:$info;">Candles turn Red when strong downward momentum is detected. The same technique identifies when selling pressure is dominant, pushing prices lower at a significant pace.</mark>\ <mark style="color:$info;">Red candles indicate that bearish forces are strong, with the price likely to keep declining, making it a potential opportunity for short-selling or exiting long positions.</mark>
* <mark style="color:$info;">Weakening Momentum (Aqua Candles):                                                                                                                Candles turn to Aqua when low momentum is detected. Serving as early signals for possible trend reversals or a shift into a range-bound market environment. This visualization aids in quickly identifying actionable trading opportunities.</mark>
  {% endhint %}

***

## Trend & **Volume**

<mark style="color:$info;">Trend + Volume-based candle coloring visually highlights the market's momentum by combining price direction and trading volume.</mark>&#x20;

<mark style="color:$info;">Intense Green candles indicate bullish momentum with stronger buying pressure, while intense  purple candles signify bearish momentum with increasing selling pressure.</mark>&#x20;

<mark style="color:$info;">This method helps traders quickly identify trends and shifts in market sentiment based on price and volume dynamics.</mark>

<figure><img src="/files/OUx72fAFWEYzaz8ECXWJ" alt=""><figcaption><p>Trend + Volume</p></figcaption></figure>

{% hint style="info" %}

### How It Works

<mark style="color:$info;">The candle coloring algorithm evaluates both price direction and relative volume.</mark>&#x20;

<mark style="color:$info;">When buying activity dominates alongside upward price movement, candles are marked green. Conversely, when selling activity increases during a downward price movement, candles are colored red.</mark>&#x20;

<mark style="color:$info;">This dual analysis ensures a more precise visualization of momentum and volume interplay, aiding in identifying potential trend reversals or continuations.</mark>
{% endhint %}

***

## Momentum & Volume

<mark style="color:$info;">The Momentum & Volume mode acts as a visual heatmap, identifying areas of high-intensity trading activity. While the hue (Red/Green) dictates the direction of momentum, the color intensity highlights volume strength, which often coincide with significant market turning points.</mark>

<figure><img src="/files/1Dt6xzSqwE1vWBG7XckC" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}

### **How It Works**

<mark style="color:$info;">The algorithm overlays volume intensity onto the current momentum direction. This creates a "Heatmap" effect that adapts based on the market environment:</mark>

* <mark style="color:$info;">High Intensity (Bright Red/Green): These represent Volume Spikes.</mark>
  * <mark style="color:$info;">In a Ranging Market: These intense colors often appear at the absolute peaks or troughs of price action. This indicates a "climax" where aggressive buying or selling has reached a limit, often leading to a reversal.</mark>
  * <mark style="color:$info;">In a Trending Market: High intensity signifies Strong Conviction. Unlike a single spike, a sequence of intense candles indicates a powerful expansion phase where "Smart Money" is driving the price. This suggests the trend has significant "fuel" and is likely to persist.</mark>
    {% endhint %}

### <mark style="color:$info;">**Volume Heatmap Logic**</mark>

<mark style="color:$info;">Unlike standard trend coloring, the Momentum & Volume mode helps traders spot exhaustion and reversals:</mark>

* <mark style="color:$info;">Top & Bottom Identification: High volume spikes (indicated by the brightest candle colors) frequently occur at the end of a move. On your chart, these are the areas where the brightest colors appear right before the price flips direction.</mark>

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

* <mark style="color:$info;">Climax Signals: When you see an "Intense" color spike after a long move, it often signals a Buying or Selling Climax. This is the point where the last remaining participants enter the market, typically marking the top or bottom of the current wave.</mark>
* <mark style="color:$info;">Ranging Markets: In a sideways or ranging environment, these intense color clusters serve as "Heatmap" zones that highlight where major supply and demand are sitting, allowing traders to anticipate the boundaries of the range.</mark>


---

# 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.bigbeluga.com/toolkits/market-waves-pro-tm/candle-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.
