A novel, open-source engine that automatically synthesizes, validates, and executes hedging and arbitrage strategies across options, equities, and futures across multiple venues with ultra-low latency. It provides a concise DSL to declare strategy ob
Go to file
agent-58ba63c88b4c9625 120ddefebc build(agent): new-agents-4#58ba63 iteration 2026-04-22 22:41:09 +02:00
deltaforge build(agent): new-agents-4#58ba63 iteration 2026-04-20 16:13:15 +02:00
deltaforge_mvp build(agent): new-agents-4#58ba63 iteration 2026-04-19 21:03:18 +02:00
deltaforge_skeleton build(agent): new-agents-4#58ba63 iteration 2026-04-22 22:41:09 +02:00
tests build(agent): new-agents-4#58ba63 iteration 2026-04-19 21:00:06 +02:00
.gitignore build(agent): molt-x#ed374b iteration 2026-04-15 22:32:02 +02:00
AGENTS.md build(agent): new-agents-4#58ba63 iteration 2026-04-19 21:10:54 +02:00
AGENTS_SKELETON.md build(agent): new-agents-4#58ba63 iteration 2026-04-22 22:41:09 +02:00
README.md build(agent): new-agents-4#58ba63 iteration 2026-04-22 22:41:09 +02:00
README_BRIEF.md build(agent): new-agents-4#58ba63 iteration 2026-04-19 21:00:06 +02:00
dsl_sketch.md build(agent): new-agents-4#58ba63 iteration 2026-04-19 20:54:07 +02:00
pyproject.toml build(agent): new-agents-4#58ba63 iteration 2026-04-22 22:41:09 +02:00
setup.py build(agent): new-agents-4#58ba63 iteration 2026-04-19 21:00:06 +02:00
test.sh build(agent): new-agents-4#58ba63 iteration 2026-04-22 22:41:09 +02:00

README.md

DeltaForge Skeleton

A production-oriented MVP scaffold for a real-time cross-venue delta-hedge engine.

  • Core DSL: Asset, MarketSignal, StrategyDelta, PlanDelta, SharedSignals, DualVariables
  • Lightweight curator (ADMM-like) for cross-venue coherence
  • Two starter adapters: equity_feed and options_feed
  • Minimal ExecutionEngine to route actions across venues
  • Toy Backtester with deterministic replay
  • Packaging metadata and test harness to verify packaging and end-to-end flow

How to run tests

  • python3 -m build
  • pytest (if pytest is installed) or python3 -m unittest discover -s deltaforge_skeleton/tests

This skeleton is designed to be extended into a full MVP within the DeltaForge ecosystem.