TradingAgents/tests/unit/strategy
Andrew Kaszubski ddb12c13fe feat(strategy): add Strategy Executor for end-to-end orchestration - Issue #37 (37 tests)
Implements comprehensive strategy execution framework:
- ExecutionStatus, RetryPolicy, ExecutionEvent enums
- RetryConfig, MonitoringConfig, ExecutorConfig dataclasses
- OrderExecution, ExecutionResult tracking classes
- StrategyExecutor main class

Features:
- Synchronous and asynchronous signal execution
- Signal to order conversion via SignalToOrderConverter
- Order submission with configurable retry logic
- Order monitoring with timeout handling
- Event-driven architecture with handler registration
- Comprehensive execution metrics and logging
- Dry run mode for testing
- Support for stop loss and take profit orders
- Position manager integration (optional)
- Cancel execution capability
- Execution summary generation

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-26 22:29:20 +11:00
..
test_signal_to_order.py feat(strategy): add Signal to Order converter with position sizing - Issue #36 (56 tests) 2025-12-26 22:20:18 +11:00
test_strategy_executor.py feat(strategy): add Strategy Executor for end-to-end orchestration - Issue #37 (37 tests) 2025-12-26 22:29:20 +11:00