What problem does it solve?
This Skill eliminates the risk of incorrect risk management and exit logic implementation for open-xquant trading strategies, which can break deterministic execution, produce unreproducible backtest results, or rely on unsupported framework features that fail audit checks.
Core Features & Use Cases
- Built-in Rule Guidance: Offers clear instructions for using open-xquant's pre-built rule set including StopLossRule, TakeProfitRule, MaxDrawdownRisk, and RebalanceFrequencyRule for common risk and exit needs.
- Execution Path Safety: Clarifies supported SDK execution paths and current CLI limitations to prevent users from attempting unsupported YAML rule configurations that will not function as expected.
- Use Case: A quantitative researcher building a momentum strategy can use this Skill to correctly add a 5% stop loss and 20% take profit rule to their strategy while maintaining full reproducibility and audit compliance.
Quick Start
Use the build-rule skill to add a 5% stop loss and 20% take profit rule to my open-xquant momentum strategy.