> 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/create-tick-range-renko-chart.md).

# Create Tick, Range, PnF, or Renko Chart

There are a couple ways to display a non-linear chart such as Tick, Volume, Range, Renko, Point and Figure, and Reversal.

The first method is to bring up your Chart Settings by clicking on the Bar Size chooser on the top toolbar in the default layout then go to the Custom tab. Here you are able to select the Bar Size drop down menu for your desired non-linear bar size and then you are able to set the interval below.

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

The second method is to add the custom bar sizes to the Favourites list (screenshot above). You will then be able to right-click the chart background and select one of the quick bar size options.&#x20;

In the screenshot below, Tick (10) was added to the Favourites list so the option of Tick (10) shows up on the right click context menu > Bar Size:

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

More information on the Bar Size can be found [here](/user-guide/charts-1/bar-sizes.md)

Another method is to double-click on the chart background, then select the **Bar Settings** tab.&#x20;

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

![Right-click Menu](/files/-MhV2UrFSN6pDJNUvFGH)


---

# 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/create-tick-range-renko-chart.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.
