fix: derive all aggregation timeframes from trade timestamp (#112) #113
Reference in New Issue
Block a user
Delete Branch "fix/test-failures"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
run_all_aggregations()에서 모든 레이어(L6~L2)의 timeframe을 최신 trade timestamp 기준으로 일관되게 파생하도록 수정datetime.fromisoformat()의"Z"suffix 호환성 처리 추가Closes #112
Test plan
pytest -v --cov=src전체 488 tests passedtest_run_all_aggregations에서 L6~L2 모든 레이어 end-to-end 값 검증 통과🤖 Generated with Claude Code