trading-strategy-development
Installation
SKILL.md
Trading Strategy Development
Quick Start
When creating or modifying a trading strategy:
- Use the standard strategy class structure
- Implement entry/exit logic with proper risk management
- Add position tracking and state management
- Include structured logging with
[ENTRY],[EXIT],[REJECTED],[POSITION],[METRICS]tags - Configure strategy parameters for backtesting