- Add main.py: Async trading engine with regime detection, Supertrend strategy, position sizing, and order execution with retry logic - Add app.py: Streamlit dashboard for monitoring (placeholder UI) - Add backtest.py: Stub entry point for tf-backtest CLI - Add optimize.py: Stub entry point for tf-optimize CLI - Update package __init__.py files with version and docstrings All quality checks pass: - ruff check: 0 errors - ruff format: formatted - mypy src/: 0 errors (strict) - pytest: 191 passed, 68% coverage
621 B
621 B