> 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-update-indicators.md).

# How to Update Indicators

When a new version of an indicator has been published, the quickest and easiest way to ensure you have the latest version on your chart is to do the following:

1. **Remove the old indicator:** Locate the indicator's name in the chart's indicator list (usually at the top-left corner of the chart). Click on the 'X' button next to the indicator's name to remove it from the chart.
2. **Save the chart layout:** To save the changes to your chart layout, click on the 'Save' button at the top-right corner of the screen.
3. **Close TradingView:** After saving your layout, close the TradingView website or app.
4. **Re-open TradingView:** Visit the TradingView website again and log in to your account.
5. **Locate the updated indicator:** In the 'Indicators & Strategies' window, go to the 'My Scripts' tab, where you'll find all the indicators you have previously added to your TradingView account. Alternatively, you can search for the indicator in the search bar if you know its name.
6. **Add the updated indicator to the chart:** Click on the indicator's name to add the updated version to your chart.
7. **Adjust settings** (if needed): If the new version of the indicator has additional settings or features, you can access them by clicking on the gear icon next to the indicator's name in the chart's indicator list (usually located at the top-left corner of the chart). Customize the settings as desired, and then click 'OK' to apply the changes.
8. **Save your chart layout:** To ensure you keep the updated indicator in your chart layout, click on the 'Save' button at the top-right corner of the screen.


---

# 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-update-indicators.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.
