# Recommended Sensitivity

### 🎯 Recommended Indicator Sensitivity

The **Indicator Sensitivity** setting tells Swift Algo how much market noise to filter out - it controls how "zoomed out" the signal logic is.

But first, let’s answer the most common question:

#### 🕰️ Which Timeframe Should I Trade On?

It depends on your trading style:

* **1-Minute (1M)** – Want **3+ trades a day**? Go here. Perfect for scalpers.
* **5-Minute (5M)** – Looking for **1–2 quality trades per day**? This is your sweet spot.
* **15-Minute (15M)** – More of a **swing trader**? This gives you fewer trades, but more structure.
* **30-Minute+** – Suitable for **position trades** or those with limited screen time.

***

#### ⚙️ What Sensitivity Should I Choose?

Once you’ve picked your timeframe, here’s what we recommend for best results:

| Your Chart Timeframe | Recommended Sensitivity | Want More Signals? Use: |
| -------------------- | ----------------------- | ----------------------- |
| **1M**               | 15M                     | 5M                      |
| **5M**               | 1H                      | 30M                     |
| **15M**              | 4H                      | 1H                      |
| **30M**              | 4H                      | –                       |
| **1H+**              | 1D                      | –                       |

The **higher the sensitivity**, the **fewer but higher-quality** signals you’ll get. Lower sensitivity gives **more signals**, but can sometimes be a bit noisier.

***

#### ❓ Still Not Sure?

No problem - if you’re unsure what to use or want custom guidance for your strategy, reach out anytime:

📩 **Email**: <mail@swiftalgo.net>\
💬 **Discord**: Ask inside our community!


---

# 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://swiftalgo.gitbook.io/guides/settings/recommended-sensitivity.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.
