Bundles every bpleone_* localStorage key into a single JSON file. Save this anywhere โ it contains all the brain's learned weights, calibration params, performance history, and per-symbol stats.
Restore a brain snapshot from a file. The brain will pick up exactly where it left off. Important: by default this MERGES with current state (existing keys are overwritten by snapshot keys; other current state is kept). Check "Replace mode" to wipe current state first.
.json backup file here
Wipes every bpleone_* localStorage key. The brain forgets everything and starts fresh. Use only if the brain is in a bad state and you've backed up your snapshot first.