An automated futures trading platform. Strategies are written, backtested, rented and executed inside one product, on nodes I operate.
- A signal hub evaluates strategies on five-minute cycles; a position monitor tracks every open position over dual WebSocket and REST and manages its stop, target and trailing exit.
- Strategies and backtesting ship as a zone behind the app itself — a user rents a strategy and never meets a marketplace.
- One httpOnly cookie carries identity across every surface, with subscriptions and wallets in the same provider.
- An MCP server exposes the account — trades, positions, quota, earnings — so it is readable from an AI client as well as a browser.