What problem does it solve? Building a quantitative trading workflow normally requires wiring together data feeds, indicator calculations, ML model training, strategy selection, and backtesting by hand. This Skill automates that entire pipeline for crypto symbols in a single run. ## Core Features & Use Cases - Multi-source data collection: Fetches real-time prices and OHLCV history from Hyperliquid and Binance, with a synthetic-data fallback when live history is unavailable. - Indicator analysis and ML modeling: Computes 30+ technical indicators (MA, RSI, MACD, Bollinger, ATR) and trains a LightGBM classifier to produce LONG/SHORT signals with confidence scores. - Strategy generation and backtesting: Selects from 15+ strategy templates (momentum, mean reversion, supertrend, ichimoku, etc.) and reports win rate, total return, Sharpe ratio, and max drawdown. - Use Case: Ask the agent to analyze BTCUSDT; it collects market data, trains a model, picks a strategy template, and returns a full backtest report with optimization suggestions. ## Quick Start Run the five-step quant analysis on BTCUSDT and show me the signal, backtest metrics, and optimization suggestions.