# How to Use the Indicator

Add Indicator to the chart

If you have not added the indicator to the chart, checkout the below page for instruction on how get access and add the indicator to the chart.&#x20;

## Choose the Indicator Strategy&#x20;

GreenCrypto Indicator Provides two major strategies (1. Breakout Strategy 2. Trend Strategy) which can you use depending on your trading style.&#x20;

### 1 . Trend Strategy:

This strategy is selected by default when you add the indicator to the chart. This strategy focuses on the prices trend combined with the volume to capture the full trend from the bottom or top. Additional filters are applied to reduce the noise.&#x20;

If you are new to trading then this is the recommended strategy for you. You will get entry price, stop-loss and take profit targets with this strategy as usual.&#x20;

There are no additional settings available for Trend Strategy, it is already optimized for best performance.&#x20;

Below is an example on how trend strategy looks.&#x20;

<figure><img src="/files/UhEHKKWAfOlTT6rMjuJ5" alt=""><figcaption><p>An example of Trend Strategy in GreenCrypto Indicator</p></figcaption></figure>

### 2 . Breakout Strategy

This strategy is built based on the support and resistance and focuses on the breakout of the price from support/resistance along with the additional filter to get the perfect signals. This is useful for the trades who focus on catching quick price movements without waiting for complete trend. Best used if you focus on Scalp stye trading.&#x20;

You can select this strategy from the Setting of the Indicator. Below is an example on how to change the strategies

&#x20;

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

Strength and Factor configurations are available only for the Breakout Strategy.  We recommend using the default Strength and Factor values. However, feel to explore with different values.&#x20;

Below is an example of how Breakout Strategy works.&#x20;

&#x20;

<figure><img src="/files/R9k3hIRKAXdrwGsScBzN" alt=""><figcaption><p>Breakout Strategy Example</p></figcaption></figure>

## List of Configurations and descriptions&#x20;

#### Choose the Strategy: This is for choosing the strategy, there are two options

* Breakout Strategy: Build based on the support and resistance and focuses on the breakout of the price from support/resistance along with the additional filter to get the perfect signals.<br>
* Trend Strategy: Focuses on the prices trend combined with the volume to capture the full trend from the bottom or top. Additional filters are applied to reduce the noise

#### Breakout Strategy Configs

* Strength: Define the strength of the support resistance that we calculate. The lower value means less number of candles used for calculating the support & resistance and vice versa
* Factor: Specify what level of trend to use. Using higher value will result script looking using the larger trend (zoomed out trend) and using lesser value will result in using the short trends
* Enable Scalping/Aggressive mode ? :  This is also called as scalp mode. You can enable this and get scalp signals which are more frequent and has short time duration of the trade.
* Enable Noise Filter: This is for reducing the noise or fake signals, this is useful in lower timeframes.&#x20;
* Enable Advanced StopLoss? : This will help in setting the tight stop-loss to reduce the losses. When this option is enabled stopLoss price will be more close to the entryPrice, Incase if there is stopLoss hit the losses will be less.

#### Enable Dynamic Take Profit ?&#x20;

Default take profit values uses a fixed ratio to calculate each Take Profit Value, when you enable this option, take profit is calculated dynamically with exponential change between each take profit.&#x20;

#### Enable Take Profit Targets ?

Enabling this option will display the take profit targets on the chart. By default this is disabled.&#x20;

#### Enable Stop Loss Target ?&#x20;

Displays stoploss line on the chart. By default this option is enabled.

#### Show Entry Price&#x20;

Displays entry price line on the chart. By default this option is enabled.&#x20;

#### Stop Loss to Take Profit Ratio

This defines the ratio between the stoploss and Take Profit Target. Increasing this value will move the take profit price farther from the entry price. By default this value is set to 1

#### TP Text color, Entry Text Color, SL Text Color

These three options provides customisation to Entry, TP and SL texts and line.&#x20;

{% hint style="info" %}
If you have any queries about Indicator, feel free to contact us
{% 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://docs.greencrypto.net/getting-started/how-to-use-the-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.
