Benchmarking & Performance
Installation
SKILL.md
Skill: Benchmarking & Performance
When to use this skill
- After adding or modifying a strategy
- To validate that a strategy is profitable
- To compare different configurations
- Before going from paper trading to live
Available scripts
| Script | Usage |
|---|---|
scripts/quick_benchmark.sh SYMBOL [DAYS] |
Quick benchmark |
scripts/validate_strategy.sh STRATEGY |
Multi-period validation |
Key metrics to monitor
Profitability metrics
Related skills
More from zuytan/rustrade
trading best practices
Critical analysis of trading techniques and financial innovation
19rust trading development
Specific rules for trading feature development
11project specifications management
Manage and enforce project specifications for consistency
10documentation
Keep project documentation up to date
9testing & validation
Test and validation workflow before commit
8implementation workflow
TDD workflow for implementing features
8