# — Ichimoku

{% hint style="info" %}
**Prerequisite:**

* Have a Tradingview account
* Have obtained access to the indicator (trial version or subscription version)
  {% endhint %}

***

## 1. Add the indicator to your chart

To view and use the indicator, click:

1. "Indicators" to display the pop-up of indicators and strategies
2. "Invite-only Scripts" at the bottom left
3. "Ichimoku Strategy \[Algo Rider]" is the name of the indicator.

## 2. Access indicator settings

&#x20;To modify and customize the settings you can:

1. **Click on the gear symbol** in the indicator title at the top left of the window
2. **Double-click on indicator element** (data table, rows, labels, boxes).

## 3. Modify the settings:

{% content-ref url="/pages/s7SA3FfLw0JUr0NDehmV" %}
[Setup Backtest](/algorider-tradingview-indicators/ichimoku/setup-backtest.md)
{% endcontent-ref %}

{% content-ref url="/pages/jtmGEKRMEu8xl6vpWOuc" %}
[Ichimoku Parameters](/algorider-tradingview-indicators/ichimoku/ichimoku-parameters.md)
{% endcontent-ref %}

{% content-ref url="/pages/cXEbpi4rrWoJurcvSJyM" %}
[Entry Conditions](/algorider-tradingview-indicators/ichimoku/entry-conditions.md)
{% endcontent-ref %}

{% content-ref url="/pages/YUCVTQnOGTCYRja5JP4i" %}
[Entry Confirmations](/algorider-tradingview-indicators/ichimoku/entry-confirmations.md)
{% endcontent-ref %}

{% content-ref url="/pages/5tmaLD73A4izTdGyOd0U" %}
[Exit Conditions](/algorider-tradingview-indicators/ichimoku/exit-conditions.md)
{% endcontent-ref %}

{% content-ref url="/pages/Er6702CS4u7wog5nU1ko" %}
[Risk Management](/algorider-tradingview-indicators/ichimoku/risk-management.md)
{% endcontent-ref %}

{% content-ref url="/pages/qQzx8b6FODrowSPhRrk8" %}
[Trailing Stop](/algorider-tradingview-indicators/ichimoku/trailing-stop.md)
{% endcontent-ref %}

{% content-ref url="/pages/UjJllcEQBYM5GGDgY89x" %}
[Alerts](/algorider-tradingview-indicators/ichimoku/alerts.md)
{% endcontent-ref %}

## 4. Save the settings

<figure><img src="/files/vfF1uws52axyVhLLk2dZ" alt="" width="514"><figcaption></figcaption></figure>

<figure><img src="/files/hTGgJAFcZ6wQHVICLsHl" alt="" width="518"><figcaption></figcaption></figure>

Once you have chosen your settings, you will have to save them with the "Defaults" button at the bottom left of the settings window, then click on "Save as Default Settings".

## 5. Configure Alerts to be triggered

<figure><img src="/files/budf8NZqv5WA61BPOp3u" alt="" width="563"><figcaption></figcaption></figure>

After customizing and saving your settings, you will be able to configure your alerts in 2 different ways. We strongly recommend the first way (A) because it is more complete and efficient, quick to set up and only requires an alert location for 6 different orders.

### First option&#x20;

Configure a single alert that will trigger the 6 types of orders (ENTRY LONG, ENTRY SHORT, EXIT LONG, EXIT SHORT, EDIT SL LONG, EDIT SL SHORT)

<figure><img src="/files/PQqg1gm2AO47EYIwnds8" alt="" width="299"><figcaption></figcaption></figure>

1. Click on "Alert" or make the shortcuts ALT + A
2. Condition: Select the name of the indicator
3. In the field following the name of the flag, select "Any call to alert()
4. Enter a name for the alert

### Second option:

Configure 1 different alert per order type. 'Edit-Stop-Loss' orders are not available in this way.

<figure><img src="/files/QV8XiQlDKLn6F6QpSqv0" alt="" width="295"><figcaption></figcaption></figure>

Click on "Alert" or make the shortcuts ALT + A

1. Condition: Select the name of the indicator
2. In the field following the name of the flag, select the condition corresponding to the type of order you want to assign to this alert. The 4 possible choices are: "\[✅|🔺] ENTRY LONG", " \[✅|🔻] ENTRY SHORT", "\[❌|🔺] EXIT LONG" ou "\[❌|🔻] EXIT SHORT".
3. Trigger: select "Once per bar"
4. Enter a name for the alert and your message
5. Repeat the operation 4 times to create 4 alerts corresponding to the 4 types of orders.


---

# 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.algorider.io/algorider-tradingview-indicators/ichimoku.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.
