> For the complete documentation index, see [llms.txt](https://docs.million-moves.net/start/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.million-moves.net/start/learn-the-indicators/million-moves-algo/sensitivity.md).

# Sensitivity

<figure><img src="/files/zwLO20JpKYdp7LnhiZrA" alt=""><figcaption><p>The Sensitivity is adjusted by entering a number. The default setting is 2.5</p></figcaption></figure>

### **Understanding Sensitivity Settings for the Million Moves Algo:**

**🔍 Sensitivity Basics:** Think of sensitivity like adjusting a volume knob. It helps you control the signals the indicator shows on your charts.

**🕒 Timeframe Matters:** For shorter timeframes, use higher sensitivity. On longer timeframes, opt for lower sensitivity.

**📊 More Signals, More Noise:** Lower sensitivity means more buy and sell signals. But remember, this might also include some false signals that aren't accurate.

**🎯 Less Signals, More Accuracy:** Higher sensitivity results in fewer signals. This is great for catching long trends, but there's a chance you might miss out on some signals too.

**🧩 Finding Your Sweet Spot:** Your task is to find the right sensitivity level. Adjust the sensitivity and see how it affects your chart. This way, you can figure out what works best for your trading style.

**📈 Consistency Pays Off:** Once you discover your ideal sensitivity, make a note of it. Write down the timeframe, symbol, and sensitivity setting. This way, you can achieve reliable results over the long run.<br>

### **Basic Sensitivity Recommendation:**

\
**Heikin-Ashi Candles:**

<table><thead><tr><th width="345">Timeframe</th><th>Sensitivity</th></tr></thead><tbody><tr><td>1M - 5M</td><td>2.5 - 4.5</td></tr><tr><td>15M - 1HR</td><td>1.8 - 3.0</td></tr><tr><td>4HR - and higher</td><td>1.5 - 2.5</td></tr></tbody></table>

**Normal Candles:**

<table><thead><tr><th width="345">Timeframe</th><th>Sensitivity</th></tr></thead><tbody><tr><td>1M-5M</td><td>3.0 - 4.5</td></tr><tr><td>15M-1HR</td><td>2.6 - 4.0</td></tr><tr><td>4HR - and higher</td><td>1.8 - 3.5</td></tr></tbody></table>

{% hint style="info" %}
Regular candles work better with a higher sensitivity setting.
{% endhint %}

\
Remember, sensitivity is your tool to fine-tune your trading strategy. Experiment with it and make it work in your favor!<br>

{% hint style="success" %}
**🚦 Using Signals Wisely:**\
Think of Buy and Sell Signals as trend confirmations, not exact entry or exit points. To strengthen your strategy, add more confirmation from the Million Moves Algo, like the Trend Ribbon, CleanScalper candle colors, or the Chaos Trendline. Don't stress over finding the perfect signal settings; focus on using our tools in harmony for the best outcome.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.million-moves.net/start/learn-the-indicators/million-moves-algo/sensitivity.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
