# Getting Started

## Things to Note

Details to note about EzAlgo V13 and EzOscillator V6.1:

<details>

<summary>The indicators are not showing up</summary>

We add users to the script within (24) hours of purchase. Keep in mind if you have not yet provided us your TradingView username in [#algo-access](https://discord.com/channels/985565017938219018/1068627427586220174) channel, please do so.

</details>

<details>

<summary>Study Not Auth* Error</summary>

If you run into the error "**Study Not Auth\***" when trying to set up the algo, simply refresh your page and it should fix the issue. This happens often at first use.

</details>

<details>

<summary>Heiken Ashi Candles</summary>

We recommend to use Heiken Ashi Candles within TradingView. EzAlgo is built around them and functions best with them, but Japanese work fine as well.

</details>

## Getting to know EzAlgo V13

Our mission with EzAlgo is to simplify trading via combining price action and algorithms. In V13 we’ve included artificial intelligence using the KNN (k-nearest neighbors algorithm) model.&#x20;

The learning curve with EzAlgo is fairly easy and you should have a full, in-depth understanding of the algo within a few minutes.&#x20;

There are **(2)** main indicators within EzAlgo, explained in the following pages.

## Making EzAlgo Your Own

EzAlgo is separated into (2) separate trading indicators - EzAlgo V13 and EzOscillator V6.1.&#x20;

To start, we'll cover EzAlgo V13 first. To change settings, hover your mouse over the EzAlgo indicator at the top left of the screen right under the asset name you are trading, and click the settings icon.&#x20;

Here you will have the ability to customize your settings for each input depending on your trading style.

<div data-full-width="false"><figure><img src="/files/FIC5fXb3vtGZCld0cLcr" 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/getting-started.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.
