Skip to content

fahzleer/strata

Repository files navigation

Strata

Trading system with regime detection, SMC/PA signal processing, and risk management.

Stack

  • 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)

Quick start

asdf install
bun install
scala-cli compile .
gleam build

Rules

  • Zero JVM at every layer (see §7.11 in docs/TECHNICAL_PLAN.md)
  • ArkType is the contract SSOT
  • Every PR requires green CI

About

Excavating alpha from institutional order flow through layered regime detection.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors