> 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/fibonacci-fan.md).

# Fibonacci Fan

It got its name due to the unique characteristics of its construction: three lines emerging from one point and passing through three key levels.

The Fibonacci fan is used to identify potential support and resistance levels or potential reversal zones.

Enabled on the **Drawing toolbar** with the button **Fibonacci Fan**.![](https://s3-eu-central-1.amazonaws.com/euc-cdn.freshdesk.com/data/helpdesk/attachments/production/80089088526/original/OyhQjqDRyIn2jtsTo2VgR1zmafh0hDF-0w.png?1648045420)

![](https://s3-eu-central-1.amazonaws.com/euc-cdn.freshdesk.com/data/helpdesk/attachments/production/80034706465/original/-exT4yF9vX7FCO5D3vxDBdtnJWn-jT_Q5Q.png?1630680803)

### Fibonacci Fan settings

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

#### Custom Levels

| Name   | Description                                                   |
| ------ | ------------------------------------------------------------- |
| Enable | This option enables / disables the display of its set levels. |

#### Levels

In this section, you can add your own levels or delete ones that are not necessary. Each level can be customized individually.

| Name       | Description                                                                           |
| ---------- | ------------------------------------------------------------------------------------- |
| Show Line  | This option enables / disables the display of this level.                             |
| Value      | Sets the value at which the level will be positioned.                                 |
| Line Color | Sets the level line color.                                                            |
| Line Width | Sets the width of the level lines.                                                    |
| Line Style | Sets the level line display style: solid, dashes, point, dash-point, dash-two points. |

#### Line

| Name       | Description                                                                     |
| ---------- | ------------------------------------------------------------------------------- |
| Line Color | Sets the line color.                                                            |
| Line Width | Sets the line width.                                                            |
| 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 Fibonacci Fan wave will be displayed. |
| Position   | Display of a Fibonacci Fan wave above or below the chart.             |

#### Control Points

| Name        | Description                                                                     |
| ----------- | ------------------------------------------------------------------------------- |
| Coordinates | 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.                        |

<br>


---

# 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/fibonacci-fan.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.
