A living log of everything shipped and everything planned — from the trading engine to the analytics layer and beyond.
/api/signal. Execute trades from any external signal source — decouple strategy logic from the browser entirely.Concepts under consideration — not committed to any phase yet.
A separate DCA engine that buys a fixed dollar amount at a fixed interval, independent of EMA signals. Useful for long-only accumulation strategies alongside the active bot.
A public (anonymous) leaderboard showing top-performing bot configs by 30-day return. Opt-in only. Inspires new parameter ideas without exposing private strategies.
Pull the top 20 levels of Binance orderbook at signal time. If bid/ask imbalance is strongly against the intended direction, delay or skip the entry. A lightweight microstructure filter with no ML required.
When running multi-token backtests or live multi-bot mode, automatically exclude tokens with >0.85 rolling correlation to each other — so the portfolio isn't just running the same bet N times with different tickers.
Ingest Glassnode or Coinglass on-chain data (exchange inflows, long/short ratio, open interest) as dashboard overlays. No trading signals — purely informational context for manual review before market open.
Optional light theme — not a priority given the terminal aesthetic, but useful for daytime readability. Implemented via CSS custom properties and a single toggle class on <html>.
Run two different bot configs against the exact same token set and date range, then overlay their equity curves side by side. Makes A/B testing parameter changes visual instead of numeric.
Integrate a macro events calendar (FOMC, CPI, non-farm payrolls). Automatically suspend new entries in the ±2 hour window around high-impact events where spread and slippage spike unpredictably.