A single-file web app for backtesting Bitcoin dollar-cost averaging strategies across two workspaces. Version 1.3 runs fully offline and uses only client-side code.
- Double-click
index.html
to open it in a modern browser. - Or serve the file from a static server, e.g.:
python -m http.server
- Charts may display incorrect data.
- Split view layout does not work correctly.
- "Apply" buttons currently duplicate the same function.
- Fix chart calculations.
- Repair split view behaviour.
- Refine or merge the Apply buttons.
- v1.3 – Initial single-file release and repository bootstrap.