Trading system with regime detection, SMC/PA signal processing, and risk management.
- core — Scala Native (candle ingest, numeric kernels)
- kernel — Haskell/GHC (regime classifier, SMC, confidence, drawdown)
- gateway — Gleam/OTP (HTTP proxy, health aggregation)
- worker — Bun/TypeScript (scheduled jobs, Binance fetch)
- dashboard — SvelteKit (UI, oRPC client)
asdf install
bun install
scala-cli compile .
gleam build- Zero JVM at every layer (see §7.11 in docs/TECHNICAL_PLAN.md)
- ArkType is the contract SSOT
- Every PR requires green CI