Skip to content

Latest commit

 

History

History
68 lines (50 loc) · 2.12 KB

File metadata and controls

68 lines (50 loc) · 2.12 KB

MultiClaw-Quant-Tools 📈🦞

Quant Quality Gate License: MIT

MultiClaw-Quant-Tools is AIML Solutions’ quantitative engineering lane for market data, derivatives analytics, and strategy infrastructure.

What this repo does

  • Executes LEAN backtests and strategy research workflows
  • Ingests structured market/derivatives outputs into PostgreSQL
  • Exposes query surfaces through GraphQL and JSON-RPC
  • Provides hooks for MCP-enabled agent tooling
  • Supports options/greeks analytics and scenario research

Current implementation highlights

  • LEAN authenticated with baseline backtest validated
  • Postgres + Hasura + Qdrant stack operational
  • Backtest summary ingestion to Postgres verified
  • GraphQL query path verified
  • Market-hours and data-source mapping documented

Key documents

Quick start

# LEAN auth
lean login
lean whoami

# bring up infra
cd infra
cp .env.example .env
docker compose up -d

# run baseline local backtest
cd ../lean-cli
lean backtest "baseline-strategy" --no-update

Directory map

  • lean-cli/ — LEAN projects + generated backtests
  • lean/ — setup + ingestion scripts
  • infra/ — compose + schema bootstrap
  • services/validation/ — Pydantic models
  • services/rpc/ — JSON-RPC scaffold
  • services/mcp/ — MCP integration notes
  • services/options-greeks/ — pricing framework notes
  • services/blockchain/ — cross-lane chain analytics bridge

Contributing

See CONTRIBUTING.md.

License

MIT — see LICENSE.