> For the complete documentation index, see [llms.txt](https://docs.ezalgo.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ezalgo.ai/user-guides/installation-and-setup/how-to-setup-ezalgo.md).

# How to Setup EzAlgo

Once you've created your TradingView account, you'll need to set up EzAlgo. To do so, search the asset you would like to trade in the top bar, for example ETH/USDT. Next, click the chart icon or press 'Chart' on the menu:

<div data-full-width="false"><figure><img src="/files/5g7jglyyqmgaI1BKbyfs" alt=""><figcaption></figcaption></figure></div>

Next, hover over to 'Indicators, Metrics and Strategies', where you'll find the script to EzAlgo:

<div data-full-width="false"><figure><img src="/files/MdqJEJFaMMUX3OxFpLn9" alt=""><figcaption></figcaption></figure></div>

After you've clicked on 'Indicators, Metrics and Strategies', scroll down to the option called "Invite-only scripts". Once opened, you should see EzAlgo and EzOscillator (EzSR has since been combined with EzAlgo) - click on each of them to add them to your chart:

<div data-full-width="false"><figure><img src="/files/oyBxQpPf3DT6QtgZqwB7" alt=""><figcaption></figcaption></figure></div>

Once you've added EzAlgo and EzOscillator, your chart will change to the one below, giving you a clear visual of the trend:

<div data-full-width="false"><figure><img src="/files/5WgrM1Kvmg5GWRFKpFiD" alt=""><figcaption></figcaption></figure></div>


---

# 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.ezalgo.ai/user-guides/installation-and-setup/how-to-setup-ezalgo.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.
