What problem does it solve?
Identifying actionable market anomalies across multiple tickers requires manual statistical analysis and pattern matching. This Skill automates anomaly detection, classification, and signal ranking so traders get structured entry, stop, and target recommendations without building their own detection pipeline.
Core Features & Use Cases
- Anomaly-Based Signal Scanning: Runs neural-trader's detection engine over specified symbols and classifies anomalies as spike, drift, flatline, oscillation, pattern-break, or cluster-outlier.
- Strategy-Aware Filtering: Loads saved strategy filters from memory when a --strategy flag is provided, so scans respect predefined trading rules.
- Neural Regime Prediction and Pattern Matching: Uses SONA neural prediction and AgentDB pattern search to score confidence and compare against historical signal patterns.
- Use Case: Scan AAPL and MSFT with a momentum strategy, receive ranked signals with direction, confidence, anomaly type, and entry/stop/target levels, then store them with a 24-hour TTL for intraday review.
Quick Start
Scan AAPL and MSFT for trading signals using the momentum strategy and rank the results by confidence.