trading/services/trade_executor
Viktor Barzin a8b0d33bd1 feat(kevin-exec): attribute trades to strategy_id (record + dashboard)
The executor wrote trades with strategy_id=None, so Kevin trades were unattributed and invisible to the dashboard, which filters by strategy_id. Set strategy_id=signal.strategy_id on both the persisted Trade row and the published TradeExecution.

[ci skip]

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-04 22:01:44 +00:00
..
__init__.py feat: trade executor — risk management and order execution 2026-02-22 15:36:08 +00:00
config.py feat(trade-executor): defer outside_market_hours signals to next open 2026-06-01 19:01:37 +00:00
deferred_queue.py feat(trade-executor): defer outside_market_hours signals to next open 2026-06-01 19:01:37 +00:00
main.py feat(kevin-exec): attribute trades to strategy_id (record + dashboard) 2026-06-04 22:01:44 +00:00
risk_manager.py feat(kevin-exec): size from target_dollars, propagate price, bracket entries 2026-06-04 21:56:59 +00:00
slack_notifier.py feat(trade-executor): defer outside_market_hours signals to next open 2026-06-01 19:01:37 +00:00