# Interactive Chart

The **Chart** provides a practical subset of “TradingView” style functionality. It can be dragged, resized and zoomed in much the same way. The Chart’s main function is to provide visual representation of open orders, stops and positions.

In addition to basic functionality, the Terminal's chart also features a [Designer](/documentation/application-elements/interactive-chart/designer.md) mode for previewing orders before they are sent to the exchange.

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

For performance reasons, a small snapshot of recent pricing data is provided. The data is updated live (per tick) and can be switched to a number of common presentation resolutions; 1min, 5min, 15min, 30min, 1H, 4H, 1D.&#x20;

### Tick Charts

The price data can also be presented in Tick charts, which are a different way of representing price action and trading activity. Instead of candlesticks constructed by regular time intervals, Tick candlesticks are formed from a given number of trades. For example in a 200 Tick chart, as shown below, each candlestick represents 200 trades. After this number, the candle is closed and a new one is formed. They still have the usual Open, High, Low, Close and Volume.&#x20;

In Terminal 5.0, you can select from a pre-defined list of tick sizes or you can enter your own size in the lower input box.

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

### Interactivity

You are able to click and drag orders to a different price, simply drag the order's "handle" to a new price level. Note that if e.g. a buy order is dropped above the current price - and it is not marked “Post Only” - then it will have crossed the spread and will execute immediately as a market order.

Individual orders can be cancelled via the :x: button on the order label. Note there is no confirmation warning provided, orders are cancelled immediately.

#### Price Autofill

Clicking on the chart will fill any selected “Price” input box in any of the order forms with the clicked price. This is useful for example when quickly placing a limit order instead of typing the price in manually.

<figure><img src="/files/8wtV199NwmqWYOVCawF6" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.insilicoterminal.com/documentation/application-elements/interactive-chart.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
