# Gann

* `gannbox(startTime, topPrice, endTime, bottomPrice, styles?)`→ is a time–price tool that places a squared grid between two anchors.
* `gannSquareFixed(originPoint, targetPoint, styles?)`→ Draws a **Gann Square (fixed)** using two anchors.
* `gannboxFan(originPoint, targetPoint, styles?)`→ combines the square grid of a Gann Box with diagonal **fan lines** inside it.
* `gannSquare(originPoint, targetPoint, styles?)`→ is a powerful tool that aligns time and price into a **1:1 square grid**.&#x20;


---

# 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://custom-indicators.gitbook.io/custom-indicators-docs/chart-drawing-tools/gann.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.
