> For the complete documentation index, see [llms.txt](https://docs.motivewave.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.motivewave.com/knowledge-base/charts/different-charts-for-the-same-instrument.md).

# Different Charts for the Same Instrument

**Question: If I have one chart with some studies on it, when I open another chart of the same instrument, the same studies and objects are also on this new chart. How do I get two different (independent) charts with same instrument?**

MotiveWave works differently compared to many other charting programs. If you open a second chart for the same instrument, you will find that it contains the same set of studies and objects as the original chart. Changes made to either of these open charts are immediately reflected between the two open views. This can be a very useful feature if you want to work with the same set of studies and objects at multiple time frames.

If what you actually want to do is have separate studies or objects (trend lines, commentary etc) on a second chart for that same instrument (so that the changes you make do NOT copy over to the other one), then you want to create what we call an **Alternate Analysis**.

To create an Alternate Analysis, you can go to ***Chart > Analysis > New Analysis***, or click on the open folder icon in the toolbar and choose New Analysis. See screenshot below:

<figure><img src="/files/1N3cRAE05OWCCXA4zq4z" alt=""><figcaption></figcaption></figure>

When you open the New Analysis dialog window, you will need to name your Alternate Analysis and you can also choose whether the chart should copy over everything you had on the first chart as a starting point or if it should open a fresh chart with nothing on it. If you want a fresh chart, click the Empty checkbox. See screenshot below:

<figure><img src="/files/H1bvYPK18sJjVXhe0Paw" alt=""><figcaption></figcaption></figure>

When you click OK, your new alternate analysis will appear as a second tab on the chart and any changes you make to the primary analysis (original chart) and the alternate analysis will be saved separately. See screenshot below:

<figure><img src="/files/qUbtryKKrJO1QQiUwf5v" alt=""><figcaption></figcaption></figure>


---

# 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.motivewave.com/knowledge-base/charts/different-charts-for-the-same-instrument.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.
