> 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/study/volume-imprint-or-tpo-overlap.md).

# Volume Imprint or TPO Overlap

When you first add the Volume Imprint or TPO study to a chart, the profiles might overlap each other as shown in the image below:

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

To fix this issue you can click and drag on the time axis and price axis to increase the bar width and height as shown in the image below.

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

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

Since the chart is still using Auto Scale method, if there is a very large range, the profiles will compress and you will no longer be able to read the numbers in the profile as shown below.

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

This is not ideal, so in order to resolve this issue we can go into the chart settings and change the scaling method from Auto Scale to Price Range and then set the range in ticks. The chart below has a set price range scale of 40 ticks.

<figure><img src="/files/6Df5CnqMLJ3CLJS7OrH1" alt=""><figcaption></figcaption></figure>

For more information you can watch the Maximizing MotiveWave's Order Flow Tools webinar: <https://support.motivewave.com/videos/maximizing-order-flow-tools/>


---

# 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/study/volume-imprint-or-tpo-overlap.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.
