> 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/frequently-asked-questions/how-to-open-a-tradingview-account-for-free.md).

# How to open a Tradingview account for Free

**Desktop Instructions**\
\
**Step 1:** Start by visiting [tradingview.com](https://tradingview.com). On the homepage at the top, you'll see a "Get Started" option. Click on "Get Started" and you'll be taken to a new page.

<figure><img src="/files/riGuztV6P6CSruu6mYTx" alt=""><figcaption></figcaption></figure>

***

**Step 2:** Here, locate the "Sign Up" button at the top. Click on it – it's the first button – to create your free TradingView account.

<figure><img src="/files/CVFvYyp4eRGOBa9VZlnl" alt=""><figcaption></figcaption></figure>

***

**Step 3:** On this page, you have various options to sign up. You can use your Google account or other social media accounts, or simply use your email to create your account.

<figure><img src="/files/yEUFSDj8QNk23ogbPQes" alt=""><figcaption></figcaption></figure>

***

**Step 4:** Once you've completed your registration, head to the top navigation and find "Products". Click on "Supercharts". This will open a chart window where you can make use of indicators to analyze the market effectively.

<figure><img src="/files/WfqzjaYUD9NOu2foRzir" alt=""><figcaption></figcaption></figure>

\
**Mobile Phone instructions**<br>

**Step 1:** Search for the TradingView app in your Google Play Store or Apple App Store.\
It's free to download. \
\
**Step 2:** Once you have downloaded and opened the app, create a new account by using the vrious sign-up methods or use your existing login if you created previously an account through the tradingview\.com website.\
\
**Step 3:** In the TradingView app click on "Chart" which is located at the bottom.


---

# 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/frequently-asked-questions/how-to-open-a-tradingview-account-for-free.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.
