audit_pine_indicator
Audit your Pine script to detect repaint-prone constructs causing realtime values to differ from historical ones. Use this screening step to find repaint risks before validation.
Instructions
Statically audit one of the user's Pine scripts for constructs that can repaint or make realtime values differ from historical values. This is a source-level screen, not proof of non-repainting; every result remains restricted until restart-difference validation is recorded by the evaluation pipeline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pine_id | Yes | Your Pine script id from list_pine_scripts | |
| version | No | Pine version to inspect. Default: last |