# Setting Up The Indicators

Once you have been granted access on TradingView, the first thing you will notice is the bell icon on the bottom right of the screen will display 2 notifications. You will also likely receive an email from TradingView that MechaTrade has shared two scripts with you.

![TradingView Notifications Bell](/files/-McQGa3daB60MxOPVfac)

Click on the bell and you should see a panel that looks like this.

![MechaTrade Script Access Granted](/files/-McQGizvrKVYZtVVT0wb)

As long as you see this, you can be sure that you now have access!

The next step is to open a chart on TradingView. To do this, you must enter a ticker into the top search bar on the home page displayed below.

![TradingView Chart Search Bar](/files/-McQHU9BRMmw2eHVE9hq)

Once you have pulled up a chart, it will look like this.

![SPY 1 Minute chart](/files/-McQIDDQ8bng2j-N55JW)

The next step is to click the "Indicators" button at the top, and then click on "Invite-only Scripts" on the bottom left of the panel.

![Indicators Button](/files/-McQIi9jsIXHz0PMPuMN)

![Invite-only Scripts Button](/files/-McQIltZC0xrHWtnzW0W)

You will then be shown a panel with all your invite only scripts.

![Invite-only Scripts Panel](/files/-McQJ8wqv1aASeXETg8a)

The final step is to click both indicators in order to add them to your chart.

![Welcome to Origami Algo!](/files/-McQMr5MB4oeOvpXU4Kn)

Congratulations! You are now an official MechaTrade user. We hope you enjoy our product and Discord server as much as we enjoyed making it for you.

Continue to our [next section](/getting-started/discord-walkthrough.md) if you want to learn more about the inside of our Discord!


---

# 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.mechatrade.net/getting-started/setting-up-origami-algo.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.
