replay_start
Start TradingView bar replay at a specified date, rejecting dates outside replay depth to avoid silent cursor relocation. Optionally allow relocation when the requested date is unavailable.
Instructions
Start bar replay mode, optionally at a specific date. A date outside this symbol/timeframe replay depth is REFUSED rather than silently relocated - every read taken after a relocation is correct for a date you did not ask for.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Date to start replay from (YYYY-MM-DD format). If omitted, selects first available date. | |
| allow_relocation | No | Accept a cursor TradingView moved to a different date because the requested one is outside replay depth. The result still carries relocated:true and the real current_date. |