This repository documents a cloud-native execution runtime for automated trading systems.
The platform provides a governed environment for deploying, operating, and monitoring trading strategies within managed Kubernetes infrastructure — without requiring users to operate their own clusters or persistent local processes.
It functions as a controlled execution layer between strategy logic and exchange connectivity.
- Kubernetes-based orchestration for live and paper trading systems
- Per-deployment namespace isolation
- Dynamic strategy injection at runtime
- Deterministic lifecycle management (deploy, start, stop, restart, terminate)
- Real-time logs, health monitoring, and status endpoints
- Automated ingress provisioning per deployment
- Strategy and configuration export for self-hosting
This is execution infrastructure, not a strategy marketplace and not a black-box automation service.
Each trading system instance is:
- Assigned a unique namespace
- Provisioned with runtime configuration
- Injected with strategy code dynamically
- Deployed via Helm-rendered Kubernetes manifests
- Exposed through secure ingress
- Observable through structured logging and health endpoints
The runtime is designed for isolation, reproducibility, and operational clarity.
- Strategy scaffolding from structured prompts
- Parameter iteration assistance
- Risk and fragility filter scaffolding (under development)
All generated strategies remain editable and exportable.
The runtime operates using Freqtrade (GPLv3) as the execution engine.
It is operated strictly as a hosted service without redistribution of source code.
Users retain ownership of:
- Strategy code
- Configuration files
- API credentials
No strategy logic is redistributed or exposed.
- Quantitative developers
- Advanced traders
- Strategy researchers
- Operators requiring managed execution infrastructure
Trading systems may be deployed via API.
Requests must include:
namespace— unique per deploymentstrategy_class— Python class namestrategy_code— strategy code as a Python stringconfig— JSON-serializable configuration
Backend infrastructure includes:
- Helm-based Kubernetes deployment
- Dynamic manifest generation
- Per-namespace isolation
- Automated ingress provisioning
- Structured logging and health endpoints
This project provides a governed, cloud-native execution runtime for automated trading systems in production environments.
— 10XTraders.ai