Cryptocurrency trading platform with Blockly-based strategy builder
Go to file
rob 307f251576 Add backtest debugging features: timestamps, chart markers, and alerts
- Add Open/Close Time columns to Trades Executed table
- Display trade markers (buy/sell arrows) automatically on chart
- Clear markers when closing results dialog or running new test
- Collect notify_user alerts with timestamps during backtesting
- Display Strategy Alerts section in backtest results
- Fix timestamp conversion: use unit='s' for EDM timestamps (not 'ms')
- Fix trade datetime extraction using data feed's datetime method

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-06 23:34:55 -04:00
.github/workflows Implement execution loop, paper persistence, and CI pipeline 2026-02-28 19:48:50 -04:00
UML
__pycache__
archived_code The test are running but not without errors. 2024-11-11 17:22:06 -04:00
config
markdown The test seem to run without errors but are still process blocking. 2024-11-15 18:08:32 -04:00
src Add backtest debugging features: timestamps, chart markers, and alerts 2026-03-06 23:34:55 -04:00
tests Add Bollinger %B indicator and fix credential handling 2026-03-06 06:31:31 -04:00
.claudeignore Fix chart loading and stabilize local runtime 2026-02-28 15:15:56 -04:00
.gitignore Fix int64 JSON serialization error in SocketIO responses 2026-03-01 17:58:24 -04:00
CLAUDE.md Fix backtest data source and chart view detection bugs 2026-03-06 00:05:31 -04:00
pytest.ini Fix backtest data source and chart view detection bugs 2026-03-06 00:05:31 -04:00
requirements.txt Integrate EDM for candle data and improve UI dialogs 2026-03-04 11:42:06 -04:00
test_live_manual.py Live trading infrastructure functional on testnet 2026-03-01 15:23:34 -04:00