# DayLines

#### Description <a href="#description_115" id="description_115"></a>

The DayLines indicator draws lines for the previous day’s high, low, and close. It also draws a line for the current day’s open. These lines often show a reaction to the market. Each line can be turned on or off, and the colors and line strengths can be freely set.

See [*CurrentDayOHL*](https://agenatrader.github.io/AgenaIndicator-documentation/indicators_oscillators/#currentdayohl), [*PriorDayOHLC*](https://agenatrader.github.io/AgenaIndicator-documentation/indicators_oscillators/#priordayohlc).

#### Visualization <a href="#visualization_106" id="visualization_106"></a>

![DayLines](https://agenatrader.github.io/AgenaIndicator-documentation/media/DayLines.jpg)

<br>


---

# 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://indicators.agenatrader.com/standard-indicators/daylines.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.
