> For the complete documentation index, see [llms.txt](https://support.tiger.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.tiger.com/english/windows/chart/graphical-objects-in-chart-window/ruler.md).

# Ruler

Enabled on the **Drawing toolbar** with the **Ruler**button.![](https://s3-eu-central-1.amazonaws.com/euc-cdn.freshdesk.com/data/helpdesk/attachments/production/80034711105/original/q5R2peCWdDMROO065Sk0WAYgFIVvWonDvg.png?1630681898)

![](https://s3-eu-central-1.amazonaws.com/euc-cdn.freshdesk.com/data/helpdesk/attachments/production/80034711217/original/nt2eNM4BT9iIk6CRu8Wcmq7HyZnuOwwTmA.png?1630681917)

### Ruler settings

![](https://s3-eu-central-1.amazonaws.com/euc-cdn.freshdesk.com/data/helpdesk/attachments/production/80034711287/original/ceQ37U-h14FKsbAsaQjeAvgi-MbszPkiHQ.png?1630681935)

#### Parameters

| Name   | Description                                                                                                                     |
| ------ | ------------------------------------------------------------------------------------------------------------------------------- |
| Bars   | This option enables / disables information about closed bars over the distance measured on the chart.                           |
| Time   | This option enables / disables information about the elapsed time over the distance measured on the chart.                      |
| Price  | This option enables / disables information about price changes in the invoice currency over the distance measured on the chart. |
| Ticks  | This option enables / disables information about ticks traversed by the price over the distance measured on the chart.          |
| Change | This option enables / disables information about price percentage changes over the distance measured on the chart.              |
| Volume | This option enables / disables information about the volume passed over the distance measured on the chart.                     |
| Trades | This option enables / disables information about the number of completed transactions over the distance measured on the chart.  |
| Delta  | This option enables / disables information about the delta change over the distance measured on the chart.                      |
| Bid    | This option enables / disables information about the number of purchases made over the distance measured on the chart.          |
| Ask    | This option enables / disables information on the number of sales made over the distance measured on the chart.                 |

#### Text

| Name       | Description                                   |
| ---------- | --------------------------------------------- |
| Text Color | Sets the text color of the information block. |

#### Line

| Name       | Description                                                                     |
| ---------- | ------------------------------------------------------------------------------- |
| Line Color | Sets the color of the ruler lines.                                              |
| Line Width | Sets the width of the ruler lines.                                              |
| Line Style | Sets the line display style: solid, dashes, point, dash-point, dash-two points. |

#### Object

| Name       | Description                                              |
| ---------- | -------------------------------------------------------- |
| Visibility | Sets the parameter on which the ruler will be displayed. |
| Position   | Display of a ruler above or below the chart.             |

#### Control Points

| Name        | Description                                                                     |
| ----------- | ------------------------------------------------------------------------------- |
| Time, Price | Ability to manually set the coordinates of points on the time and price scales. |
| Lock        | The option enables a position on the chart to be locked.                        |


---

# 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://support.tiger.com/english/windows/chart/graphical-objects-in-chart-window/ruler.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.
