What problem does it solve?
This Skill turns OHLCV market data into future-direction trading signals by training machine-learning models without look-ahead leakage.
Core Features & Use Cases
- Walk-forward training: Uses expanding or sliding windows so each prediction is made using only historical data.
- OHLCV feature engineering: Builds robust factors (momentum, volatility, RSI, moving-average ratios, volume ratios, Bollinger position, and intraday ratios) with sanitization and zero-division guards.
- Signal generation contract: Produces clean outputs by mapping model probabilities to a continuous signal in [-1.0, 1.0], with NaN-safe fallbacks.
- Use Case: When you have daily OHLCV for multiple symbols, you can generate per-symbol long/short confidence signals suited to a prediction horizon like N-day returns.
Quick Start
Use the machine-learning-strategy Skill to generate per-symbol signals from your OHLCV DataFrames by ensuring the columns open, high, low, close, and volume are present.