What problem does it solve?
This Skill addresses the complexity of building reliable, data-driven trading strategies by automating feature engineering, walk-forward training, and signal generation while preventing common pitfalls like look-ahead bias and data leakage.
Core Features & Use Cases
- Walk-Forward Training: Implements expanding or sliding window training to ensure models are always evaluated on unseen historical data.
- Automated Feature Engineering: Generates multi-dimensional factors including momentum, volatility, RSI, and Bollinger Band positions with built-in sanitization.
- Use Case: A quantitative researcher can use this to quickly prototype and backtest a machine-learning model on OHLCV data to generate actionable buy/sell signals without manually managing training loops or data cleaning.
Quick Start
Use the ml-strategy skill to generate trading signals for the provided OHLCV data using a random forest model with an expanding window.