# Ichimoku Cloud Indicator

## What is the Ichimoku Cloud Indicator? <a href="#what-is-the-ichimoku-cloud-indicator" id="what-is-the-ichimoku-cloud-indicator"></a>

The Ichimoku Cloud Indicator displays support and resistance, momentum, and trend in one view. TenkanSen and KijunSen are similar to moving averages and analyzed in relationship to one another. When the shorter term indicator, TenkanSen, rises above the longer-term indicator, KijunSen, the securities trend is typically positive. When TenkanSen falls below KijunSen, the securities trend is typically negative. TenkanSen and KijunSen as a group are then analyzed in relationship to the Cloud, which is composed of the area between Senkou A and Senkou B.

![Ichimoku Cloud indicator in Quantower platform](https://gblobscdn.gitbook.com/assets%2F-LD6FsRvQ3jgwJIg6O7r%2F-MM156GxucTT553OXzO8%2F-MM15FYzFHyF1XWfjYrA%2Fimage.png?alt=media\&token=339b1467-bfba-4ede-856b-b9364fa72020)

## How Ichimoku Cloud indicator works <a href="#how-ichimoku-cloud-indicator-works" id="how-ichimoku-cloud-indicator-works"></a>

* When TenkanSen and KijunSen are decidedly above the Cloud, the issue's trend is positive.
* When TenkanSen and KijunSen are decidedly below the Cloud, the issue's trend is negative.
* Using the Cloud to determine trend:
  1. When prices are above the cloud, the trend is up. When prices are below the cloud, the trend is down.
  2. When Sendou A is rising and above Senkou B, the uptrend is strengthening. When Senkou A is falling and below Senkou B, the downtrend is strengthening.
* A buy signal is reinforced when the Tenkan Sen crosses above the Kijun Sen while the Tenkan Sen, Kijun Sen, and price are all above the cloud.
* A sell signal is reinforced when the TenKan Sen crosses below the Kijun Sen while the Tenkan Sen, Kijun Sen, and price are all below the cloud.

## Calculation of Ichimoku Cloud indicator <a href="#calculation-of-ichimoku-cloud-indicator" id="calculation-of-ichimoku-cloud-indicator"></a>

There are five plots that make up the Ichimoku Cloud indicator. Their names and calculations are:

* TenkanSen (Conversion Line): (High + Low) / 2 default period = 9
* KijunSen (Base Line): (High + Low) / 2 default period = 26
* Chiku Span (Lagging Span): Price Close shifted back 26 bars
* Senkou A (Leading Span A): (TenkanSen + KijunSen) / 2 (Senkou A is shifted forward 26 bars)
* Senkou B (Leading Span B): (High + Low) / 2 using period = 52 (Senkou B is shifted forward 26 bars)


---

# 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://help.ampfutures.com/trading-platforms/quantower/analytics-panels/chart/technical-indicators/trend/ichimoku-cloud-indicator.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.
