You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
I Luk Kim
ee2f1f6f84
Fix zombie daemon blocking ORB restart in ORBDaemonController
...
os.kill(pid, 0) returns success for zombie (defunct) processes.
Added ps stat check — if process is in Z state, treat as dead and
clean up PID file so subsequent start() calls work correctly.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
4 months ago
..
routers
Add paper trader improvements, web GUI updates, and experiment registry cleanup
4 months ago
services
Add ownership/risk-off sleeves, v17-v19 experiments, and web app restructure
4 months ago
static
Revert: remove daily_budget_reset from PEAD backtest
4 months ago
__init__.py
Add ownership/risk-off sleeves, v17-v19 experiments, and web app restructure
4 months ago
config.py
Add ownership/risk-off sleeves, v17-v19 experiments, and web app restructure
4 months ago
dependencies.py
Add ownership/risk-off sleeves, v17-v19 experiments, and web app restructure
4 months ago
direct_runner.py
Revert: remove daily_budget_reset from PEAD backtest
4 months ago
experiment_baked_sleeves.py
Optimize v7 strategy: v7.356 achieves CW 2159% + SQS 90.7 (Pareto improvement over v7.314)
4 months ago
main.py
Add ORB pre-market screening and fix Oracle/Alpaca reliability bugs
4 months ago
orb_trading_service.py
Fix zombie daemon blocking ORB restart in ORBDaemonController
4 months ago
paper_trading_service.py
Fix paper trader startup: run missed run_open if market still open; improve poll_error logging
4 months ago
schemas.py
Add ownership/risk-off sleeves, v17-v19 experiments, and web app restructure
4 months ago