# Types of Indicators

There are 4 types of trading indicators:

* **Trend-Following.** These indicators, like Moving Averages and MACD, help you follow the market’s direction.
* **Oscillators.** Tools like RSI and Stochastic show when the market might be overbought or oversold.
* **Volume-Based.** Indicators such as the Money Flow Index (MFI) look at trading volume to gauge the strength of a move.
* **Volatility Indicators.** Bollinger Bands and ATR measure how much the price is moving, helping you understand market volatility.

Don't worry if you don't understand everything so far. We will talk about each of them in detail later.

**Using Indicators**&#x20;

No single indicator is perfect. The key is to use a combination that fits your trading style. Mix trend-following indicators with oscillators to get a complete picture. Always test your indicators on a demo account first to see how they work with your strategy.

### **Exercise**

Put what you’ve learned into action with this simple exercise.

**Pick One Indicator from Each Type**

Choose one indicator from each of the following categories:

* **Trend-Following**\
  \&#xNAN;*Example: Moving Average*
* **Oscillator:**\
  \&#xNAN;*Example: RSI (Relative Strength Index)*
* **Volume-Based:**\
  \&#xNAN;*Example: Money Flow Index (MFI)*
* **Volatility:**\
  \&#xNAN;*Example: Bollinger Bands*

Take notes on how each indicator helps you understand the market.

***Where?*** 🤔

I recommend you to use a backtesting tool for exercises. These are platforms designed specifically for trader's learning and practicing. They simulate real-market, but in the past. For example, they can teleport you in 2015, and let you trade on historical data. This helps to test your strategies, gain confidence, and master some new skills (such as indicators).

Two most popular backtesting tools right now are TradingView and Forex Tester Online.

{% embed url="<https://www.youtube.com/watch?v=l6NcKYG7FY8>" %}

[**Go to TradingView**](https://www.tradingview.com/?aff_id=147450)

{% embed url="<https://www.tradingview.com/?aff_id=147450>" %}

[**Go to Forex Tester Online**](https://online.forextester.com/en/)

{% embed url="<https://online.forextester.com/en/>" %}

Alternatively, you can use any other trading simulator or a demo account.


---

# 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://trading-guide-1.gitbook.io/trading-guide/indicators/types-of-indicators.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.
