Skip to content

HAYATOKudo/trade-execution-framework

Repository files navigation

trade-execution-framework

Public, safety-first skeleton for a maker-style trade execution system.

What this repo includes

  • Infra layer: signed API client (GET/POST skeleton)
  • Execution layer: maker order management (quote/cancel/replace)
  • Live loop skeleton
  • Logging & config structure
  • Strategy stub (NO strategy logic is published)

What this repo does NOT include (by design)

  • Any proprietary strategy logic
  • Any AI training code / parameters
  • Any performance logs / PnL numbers
  • Any API keys or secrets

Quick start

  1. Copy .env.example to .env and fill your own keys (never commit .env)
  2. Run the live loop skeleton (stub strategy will always return NO_TRADE)

Contact / communication

I’m hearing-impaired, so I rely on chat for technical discussions. I’m happy to join video calls.

Docs

Examples

  • �xamples/support_ticket_summarizer.py

CI

GitHub Actions runs a smoke test on push/PR to ensure the runnable entrypoints keep working.

Notes

  • Run entrypoints from repo root using python -m ...
  • In PowerShell, prefer @' ... '@ here-strings when generating .py files to avoid quote-escaping issues.

About

Safety-first, layered Python execution framework for API-driven systems.

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages