[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"indicator-lineplotterindicator-tr":3},"# Line Plotter Indicator (LINEPLOTTERINDICATOR)\n\n> StratCraft indicator page for the internal line-plot utility.\n\n**Route**: `\u002Findicators\u002Flineplotterindicator\u002F`\n\n## What It Does\n\nLINEPLOTTERINDICATOR is an internal utility entry used to expose a plotted line value over a rolling window.\n\n## Formula\n\n`Output = plotted line value over the configured period`\n\n## Parameters\n\n- `period` - default `14`\n\n## C++23 API\n\n```cpp\n\u002F\u002F Internal utility indicator.\n\u002F\u002F This entry is used for line plotting and MinN-style window visuals.\n```\n\n## Common Usage\n\n- Use it as a helper rather than a trading signal.\n- Treat it as an internal plotting primitive in catalog-backed workflows.\n- Keep it out of standalone strategy logic unless the engine explicitly exposes it.\n"]