Added a simple ui

This commit is contained in:
2026-08-11 21:20:07 +03:00
parent c1c02e2b0d
commit 1faca2cdda
6 changed files with 1095 additions and 8 deletions
+10 -8
View File
@@ -67,16 +67,18 @@ Open decisions:
### Read-Only Web UI
Optional future module for checking status without controlling trading behavior.
Optional module for checking status without controlling trading behavior.
Possible scope:
The initial implementation is documented in [read-only-ui.md](read-only-ui.md).
It serves one backend-rendered page, reads Alpaca account state with `alpaca-py`,
and caches snapshots in SQLite so normal page loads do not repeatedly call Alpaca.
- current holdings;
- latest signals;
- recent orders;
- account summary;
- model version;
- bot health and logs.
Current scope:
- three-month account performance summary;
- account value chart with a `SPY` S&P 500 proxy comparison;
- cash and equity portfolio table;
- completed trades table.
## Near-Term Priorities