# DayLinesAdv

**Description**

DayLinesAdv draws horizontal lines for the previous day’s high, low, and close, as well as the current day’s open.

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

**DaysBack parameter**

The DaysBack parameter sets the number of days in the past for which the lines are to be placed onto the chart.

**Include Weekends parameter** This parameter manages the interaction with weekend price data. If IncludeWeekends = true, the price data for a trading session resulting from the weekend data is added to the last trading session.

This is generally applicable to traders in different time zones. For example, a trader located in Germany will receive EURUSD data that beginning on Sunday evenings in America. To add the couple of hours that are transcribed on Sunday to the previous Friday’s session, you simply need to set IncludeWeekends = true. The first picture shows IncludeWeekends = false:

![IncludeWeekends = false](https://agenatrader.github.io/AgenaIndicator-documentation/media/DayLinesAdvFalse.jpg)

The second picture shows IncludeWeekends = true:

![IncludeWeekends = true](https://agenatrader.github.io/AgenaIndicator-documentation/media/DayLinesAdvTrue.jpg)

**Show Prices parameter** If set to “true”, prices are displayed in addition to the line itself.

![prices are displayed](https://agenatrader.github.io/AgenaIndicator-documentation/media/DayLinesAdvTrueShowPrice.jpg)

**Extend high lines and Extend low lines parameters.** If set to “true”, the highs and lows that have not yet been „breached“ by the price will be extended onto the right-hand side of the chart using dotted lines.

![highs and lows](https://agenatrader.github.io/AgenaIndicator-documentation/media/DayLinesAdvExtend.jpg)


---

# 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/premium-indicators/dowtheory-addon/daylinesadv.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.
