ESSPRY-TRADEBOT // LIVE PAPER DASHBOARD
Read-only. Talks only to Alpaca's paper trading endpoint. Never places orders.
Real Alpaca market quotes for reference only — the bot does not trade these symbols (see run_live.py, which only trades its own configured strategy symbol).
Data source: Alpaca paper trading API (account, positions, orders, portfolio history) only. Per-decision reasoning (why the bot chose HOLD on a given bar) comes from a local CSV log written by run_live.py and is not yet reachable from this cloud dashboard -- see the local Streamlit dashboard (dashboard/) for that. Closed-trade P&L/% return figures are reconstructed from real Alpaca order fills (BUY->SELL round trips); this bot is long-only with fixed position sizing and no per-trade stop-loss, so no reward:risk figure is shown or assumed anywhere on this page. Nothing here is simulated/fabricated for display -- it reflects whatever the paper account actually contains.