# 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: 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:

```
GET https://docs.ezalgo.ai/user-guides/installation-and-setup/how-to-setup-ezalgo.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
