# Trend Candles

{% hint style="info" %}
Problems: Many traders think that green and red candles can be misleading. Some reverse the colors (red for bullish candles and green for bearish candles), others use only one color, etc.

That's why I'm offering this indicator which allows you to erase the bullish or bearish sentiment, to focus on the price action.
{% endhint %}

{% hint style="info" %}
Don't forget to bring the indicator to the forefront:
{% endhint %}

<figure><img src="/files/nK8rsJ5GEgWmr7vweEVN" alt=""><figcaption><p>How to bring the indicator to the forefront</p></figcaption></figure>

{% hint style="info" %}
You can also disable the basic colors: Go to Chart settings > Symbol. Then deactivate "Body", "Border" and "Wick".
{% endhint %}

<figure><img src="/files/rH75Z7WbzBBnCRMlLX0c" alt=""><figcaption><p>Paramètres du graphique</p></figcaption></figure>

The Trend Candles indicator allows you to identify very quickly the trend of an asset, you can choose among different calculation modes:

* Single color,
* Four colors (two for uptrend, two for downtrend),
* Five colors (four colors and a neutral zone),
* Four colors in gradient.

<figure><img src="/files/U9LKdiY1t2cl8raAFILQ" alt=""><figcaption><p>Trend Candles with four colors</p></figcaption></figure>

<figure><img src="/files/GgoCYeoGJPndcssbgtsx" alt=""><figcaption><p>Trend Candles  with five colors</p></figcaption></figure>

Meaning of the colors:

* Dark purple: strong trend/overbought,
* Light purple: upward trend,
* Light grey: neutral trend,
* Light orange: downward trend,
* Dark orange: strong trend/overselling.

## Wyckoff line

{% hint style="info" %}
To date, two calculation methods are being tested for the "Wyckoff line
{% endhint %}

When analyzing the market with the Wyckoff theory, it is often difficult to spot the different phases of manipulation. Displaying the price as a line can be a good idea. However, the price line based on candlestick closes hides a lot of information.

<figure><img src="/files/38zy8AXuvPldLXE0w2P0" alt=""><figcaption></figcaption></figure>

That's why I created this indicator that facilitates the reading of Wyckoff, as you can see, the manipulation phases are more easily detected.<br>

<figure><img src="/files/4kD3GwnBmqmrLVbSY6d8" alt=""><figcaption></figcaption></figure>

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

{% hint style="info" %}
Be careful to spot an Accumulation or Wyckoff Distribution, you must be on the right time unit!
{% endhint %}


---

# 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://lambot-web3.gitbook.io/english-documentation-lambot-trading/indicateurs-de-lambot-trading/trend-candles.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.
