Introducing v1.0.1 BacktestX Chart. Learn More
Version: 1.0.1

Replay Session Manager

Guide to saving, resuming, and managing historical bar replay sessions.

Replay Session Dropdown

Description: Displays a dropdown manager detailing saved replay sessions, creation times, remaining expiry countdowns, and quick-save triggers. Backed by local browser IndexedDB storage.

Practical Uses

Auto-saving, naming, loading, and deleting historical bar replay simulation snapshots.

How to Draw / Use

Click the Replay menu button in the top toolbar to toggle the saved session list dropdown.

Session Startup Prompt

Description: A centered modal dialog displayed on chart widget initialization when active saved replay sessions are detected. Prompts users to resume their last session or start fresh.

Practical Uses

Ensuring traders can quickly resume a past backtesting or replay session without losing drawing and indicator states.

How to Draw / Use

Launches automatically on widget creation if a session exists inside browser storage.

Session Expiry & Limits

Description: Implements limits and expiration gates: Free accounts are capped at 4 concurrent sessions with a 2-hour automatic expiry from creation. Premium accounts enjoy unlimited sessions with a 24-hour expiry.

Practical Uses

Providing premium tier benefits and running database purging algorithms automatically in the background.

How to Draw / Use

Configured internally. Database purge sweeps run on initialization and save actions.