Market Pattern Scan ingested OHLCV data for known candlestick patterns, classify them by type and reliability, and store for future reference. When to use When you need to identify candlestick patterns (doji, hammer, engulfing, head-shoulders, etc.) in market data. Requires data to be ingested first via . Steps 1. Load candles -- call (or ) on the namespace to retrieve normalized OHLCV data for the symbol and period. The tool family routes by namespace; the family does NOT (it routes by tier), so use for namespaced reads. 2. Scan for patterns -- iterate through candle sequences looking for: -…