V2-2-2: EOD 집계 시장 필터 추가 #86

Closed
opened 2026-02-08 00:57:03 +09:00 by agentson · 0 comments
Collaborator

요약

  • 시장 종료 시 L7 -> L6 일일 집계(시장별).

변경

  • src/context/aggregator.py: aggregate_daily_from_trades(market) 추가.
  • src/main.py: 시장 종료 감지 시 호출.
  • tests/test_context_aggregator.py, tests/test_main.py ~8 tests 추가.

수락 기준

  • L6 키에 시장 구분 포함 (예: total_pnl_KR).

검증

  • pytest tests/test_context_aggregator.py -v
요약 - 시장 종료 시 L7 -> L6 일일 집계(시장별). 변경 - src/context/aggregator.py: aggregate_daily_from_trades(market) 추가. - src/main.py: 시장 종료 감지 시 호출. - tests/test_context_aggregator.py, tests/test_main.py ~8 tests 추가. 수락 기준 - L6 키에 시장 구분 포함 (예: total_pnl_KR). 검증 - pytest tests/test_context_aggregator.py -v
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: jihoson/The-Ouroboros#86