# Line Plotter Indicator (LINEPLOTTERINDICATOR)

> QuantNexus indicator page for the internal line-plot utility.

**Route**: `/quantnexus/indicators/lineplotterindicator/`

## What It Does

LINEPLOTTERINDICATOR is an internal utility entry used to expose a plotted line value over a rolling window.

## Formula

`Output = plotted line value over the configured period`

## Parameters

- `period` - default `14`

## C++23 API

```cpp
// Internal utility indicator.
// This entry is used for line plotting and MinN-style window visuals.
```

## Common Usage

- Use it as a helper rather than a trading signal.
- Treat it as an internal plotting primitive in catalog-backed workflows.
- Keep it out of standalone strategy logic unless the engine explicitly exposes it.
