> 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/signal-types.md).

# Signal Types

<figure><img src="/files/MlcKr3JMKoEXaAFb4QxI" alt="" width="278"><figcaption><p>You can change the Signal type in the Million Moves Algo settings.</p></figcaption></figure>

**Signal Terminology**

<table><thead><tr><th width="182"></th><th></th></tr></thead><tbody><tr><td><em><strong>All Signals</strong></em></td><td>Shows all signal types: Buy/Sell, Smart Buy/Smart Sell, +Smart Buy/+Smart Sell</td></tr><tr><td><strong>Buy / Sell</strong></td><td>Is a pullback signal. Which means it goes against the current trend direction.</td></tr><tr><td><strong>Smart Buy / Smart Sell</strong></td><td>This signal always moves in the same direction as the current trend. The current trend is determined by the Moving Average value in the Million Moves Algo settings.</td></tr><tr><td><strong>Smart+ Buy / Smart+ Sell</strong></td><td>The plus signal type goes along with the current trend and uses extra checks to make sure the trend is solid. Because of this, it shows fewer signals overall. It works great when used with Alerts for the best outcome.</td></tr></tbody></table>

<figure><img src="/files/2kasWVAgFfRBbh3aPicw" alt=""><figcaption><p>In this picture, you can see that the Buy signal has no "Smart" as it's below the Moving Average. On the right, we have a Smart Sell, as the sell signal candle is below the 200 Moving Average.</p></figcaption></figure>

{% hint style="info" %}
**Trading Flexibility:** You have the freedom to trade in different ways: counter-trend or going with the trend. Your setup depends on what suits you best. Experiment and find the approach that works for you!
{% 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/signal-types.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.
