# Indicator Settings

CryptoHero offers its own set of the most-commonly used indicators as well as integration capability with TradingView.&#x20;

{% hint style="info" %}
If you would like us to support a new indicator, please drop us an email
{% endhint %}

A trader can also add multiple indicators of the same type as part of the entry or exit conditions. One reason for doing this is to capture different time periods for an indicator based on the same Trading Frequency.

CryptoHero also allows a user to set if an Indicator is required. This is useful if a trader has configured several indicators for an entry condition but requires one of them to be filled before the entry condition is considered fulfilled.

Read more on [Mandatory Indicators.](/technical-indicators/mandatory-indicators.md)


---

# 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.cryptohero.ai/technical-indicators/indicator-settings.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.
