Trading Best Practices
Installation
SKILL.md
Skill: Trading Best Practices
When to use this skill
- Before implementing a new trading strategy
- When modifying risk management logic
- Quarterly review of existing strategies
- Before going live with real capital
- When performance degrades unexpectedly
Purpose
This skill ensures that trading implementations follow current best practices and avoid common pitfalls in algorithmic trading. It includes mechanisms to stay updated with the latest financial research and market structure changes.
Critical Trading Principles
1. Risk Management (Non-negotiable)
Position Sizing:
Related skills
More from zuytan/rustrade
rust 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
9benchmarking & performance
Trading performance evaluation via backtesting and metrics
9testing & validation
Test and validation workflow before commit
8implementation workflow
TDD workflow for implementing features
8