> For the complete documentation index, see [llms.txt](https://insilico-research.gitbook.io/insilico-research/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://insilico-research.gitbook.io/insilico-research/how-to-setup.md).

# How to Setup

## **Step 1: Get Set Up on TradingView**

1. **Head to TradingView**: Open your web browser and type in [https://www.tradingview.com](https://www.tradingview.com/) or click on the link to go directly to the TradingView website.
2. **Log In**: Once you're on the TradingView homepage, make sure you're logged in. Look for a "Log In" button usually located in the top right corner. Click on it and enter your credentials. Remember, you should log in with the username that you submitted to us previously.&#x20;

## **Step 2: Start with a New Chart**

These are the initial steps to get you started. Once you have your new chart open, you'll be ready to move on to the next steps where you'll actually add and use the community script. Remember, each step is like a building block, so take your time to make sure everything is set up correctly

1. **Find the Chart Option**: Once you're logged in, it’s time to open a new chart. Look for a button or option that says something like “Chart” or “New Chart”. It might be in the top menu or on your dashboard.
2. **Open the Chart**: Click on the “New Chart” button. This will open a fresh chart window for you.&#x20;

![](/files/-MVhEUZ5ZjGnndY1j2yf)

## Step 3: Accessing the Indicator on TradingView<br>

1. **Spot the Indicators Tab**: With your chart now open in front of you, look towards the top of the page. Here, you should see a row of tabs or options. One of these will be labeled "Indicators".&#x20;
2. **Open the Indicator Library**: Click on the "Indicators" tab. This action will bring up TradingView's extensive indicator library.&#x20;

<br>

![](/files/-MVhEZAz_TcQX6QocMnc)

**Locating Your Exclusive Access**: Once you've received access to the InSilico Indicators, these special tools will appear in a dedicated section on TradingView. This section is named "Invite-only scripts".&#x20;

**Accessing Invite-Only Scripts**: To find this exclusive section, look in the indicator library that you've just opened. Among various categories, you'll see one labeled "Invite-only scripts".&#x20;

**Applying an Indicator to Your Chart**: Click on the name of any InSilico Indicator from this list. Doing so will instantly apply the selected indicator to your current chart.

-**If the InSilico Indicators give an ''Error: study\_not\_auth'' message, please press CTRL + F5 to refresh your Tradingview charts, if the problem persists contact support.**


---

# 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://insilico-research.gitbook.io/insilico-research/how-to-setup.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.
