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

# Introduction

- [Frequently Asked Questions](https://docs.million-moves.net/start/introduction/frequently-asked-questions.md)
- [How to get the Million Moves Algo Full Version?](https://docs.million-moves.net/start/introduction/frequently-asked-questions/how-to-get-the-million-moves-algo-full-version.md)
- [Why I can't see the indicators?](https://docs.million-moves.net/start/introduction/frequently-asked-questions/why-i-cant-see-the-indicators.md)
- [What is the accuracy of the signals?](https://docs.million-moves.net/start/introduction/frequently-asked-questions/what-is-the-accuracy-of-the-signals.md)
- [What advantages do I have as a full member?](https://docs.million-moves.net/start/introduction/frequently-asked-questions/what-advantages-do-i-have-as-a-full-member.md)
- [Does the Million Moves Algo repaint?](https://docs.million-moves.net/start/introduction/frequently-asked-questions/does-the-million-moves-algo-repaint.md)
- [Is this beginner-friendly?](https://docs.million-moves.net/start/introduction/frequently-asked-questions/is-this-beginner-friendly.md)
- [Can I automate my trades with Million Moves?](https://docs.million-moves.net/start/introduction/frequently-asked-questions/can-i-automate-my-trades-with-million-moves.md)
- [Do I need to upgrade TradingView to use Million Moves Algo?](https://docs.million-moves.net/start/introduction/frequently-asked-questions/do-i-need-to-upgrade-tradingview-to-use-million-moves-algo.md)
- [Can I get a free trial?](https://docs.million-moves.net/start/introduction/frequently-asked-questions/can-i-get-a-free-trial.md)
- [There are so many Algos on the market, why is yours the best?](https://docs.million-moves.net/start/introduction/frequently-asked-questions/there-are-so-many-algos-on-the-market-why-is-yours-the-best.md)
- [What's the best time frame to trade?](https://docs.million-moves.net/start/introduction/frequently-asked-questions/whats-the-best-time-frame-to-trade.md)
- [Can I switch access to a different TradingView account?](https://docs.million-moves.net/start/introduction/frequently-asked-questions/can-i-switch-access-to-a-different-tradingview-account.md)
- [If I have questions or a problem, how do I get support?](https://docs.million-moves.net/start/introduction/frequently-asked-questions/if-i-have-questions-or-a-problem-how-do-i-get-support.md)
- [How to open a Tradingview account for Free](https://docs.million-moves.net/start/introduction/frequently-asked-questions/how-to-open-a-tradingview-account-for-free.md): By creating a TradingView account, you'll be unleashing the true power of our Million Moves indicators, as it's perfectly tailored for the TradingView platform.
- [How do I cancel my subscription?](https://docs.million-moves.net/start/introduction/frequently-asked-questions/how-do-i-cancel-my-subscription.md)
- [How to set alerts?](https://docs.million-moves.net/start/introduction/frequently-asked-questions/how-to-set-alerts.md)
- [Can I automate the Million Moves Algo signals with MetaTrader 4/5?](https://docs.million-moves.net/start/introduction/frequently-asked-questions/can-i-automate-the-million-moves-algo-signals-with-metatrader-4-5.md)
- [I get a “Study Error” message on TradingView with the Million Moves Algo](https://docs.million-moves.net/start/introduction/frequently-asked-questions/i-get-a-study-error-message-on-tradingview-with-the-million-moves-algo.md)
- [Why am I getting "Internal Server Study" error?](https://docs.million-moves.net/start/introduction/frequently-asked-questions/why-am-i-getting-internal-server-study-error.md)
- [Will the price of my subscription ever change?](https://docs.million-moves.net/start/introduction/frequently-asked-questions/will-the-price-of-my-subscription-ever-change.md)
- [What are the best settings?](https://docs.million-moves.net/start/introduction/frequently-asked-questions/what-are-the-best-settings.md)
- [What's the best sensitivity?](https://docs.million-moves.net/start/introduction/frequently-asked-questions/whats-the-best-sensitivity.md)
- [What is TradingView?](https://docs.million-moves.net/start/introduction/frequently-asked-questions/what-is-tradingview.md)


---

# 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/introduction.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.
