Skip to content

Add Actix dashboard server#4

Open
noahbclarkson wants to merge 2 commits into
mainfrom
codex/convert-to-actix-web-server-with-endpoints
Open

Add Actix dashboard server#4
noahbclarkson wants to merge 2 commits into
mainfrom
codex/convert-to-actix-web-server-with-endpoints

Conversation

@noahbclarkson

Copy link
Copy Markdown
Owner

Summary

  • set server as the default binary and use Actix
  • expose training status, config, generation history and best strategy data via REST
  • provide a basic Next.js dashboard
  • remove a binary favicon

Testing

  • cargo check
  • cargo test -- --test-threads=1 (fails: 7 tests fail)

https://chatgpt.com/codex/tasks/task_e_684000131c3c83209b9ee90c67364010

Updates dependencies for chart integration and project branding
Introduces a new, enhanced dashboard with detailed equity and trade views
Replaces legacy styling and page implementation, and removes unused CSV import
noahbclarkson added a commit that referenced this pull request Apr 13, 2026
- Built ad_chandelier_reopt.rs: 78-combo P×M sweep (13×6) on 3 universes
- P=8,M=1.75 wins 9-universe: Sharpe 7.55, 88.9% pass
- Baseline P=15,M=2.0: Sharpe 7.49, 87.0% pass — virtually tied
- P=15,M=3.0 (coarse winner) collapses to rank #4 in full 9-universe
- Conclusion: baseline P=15,M=2.0 is stable; keep as default
- Charts: charts/ad_chandelier_reopt_comparison.png
noahbclarkson pushed a commit that referenced this pull request May 4, 2026
… plan updated

CRITICAL: Line 875 uses entry_px*(1.0-FEE) for longs — should be *(1.0+FEE).
All HOF equity numbers (113.6x, 43.1x) are overstated. Walk-forward harness
(live_compatible_wf.rs) is unaffected — correct fees.

New tasks: T56 (fix fee bug), T57 (funding rate regime filter), T58 (vol
compression entry filter). Track C deprioritized as vapor.

431 example files audited: depth_imbalance_pipeline.rs is fake stub.
LOB NOBI realistic timeline: 4-6 weeks, not 'almost ready'.
noahbclarkson pushed a commit that referenced this pull request May 10, 2026
- Research rate 17% (2/12 commits, 2 days). Anti-spin rule #11 triggered.
- Three documentation loops: T89 (3x inert sweeps), T92 (settled params reswept), Two-Systems (3 sessions, harness still wrong).
- Maker-fill scenario modeling: Priority 3 (executable without API keys).
- Arc escalation: Priority 2 next session (mandatory under rule #11).
- Progress harness fix: Priority 1 next session (30-min, add live bot equity to chart).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant