What problem does it solve?
This Skill helps you turn Smart Money Concepts (ICT) market structure rules into consistent, machine-generated trading signals so you can spot likely long/short setups and avoid manual chart interpretation.
Core Features & Use Cases
- BOS/ChoCH structure detection: Detects Break of Structure (trend continuation) and Change of Character (potential reversal) using swing high/low logic.
- FVG (Fair Value Gap) filtering: Filters directionally so signals align with the presence/absence of same-side FVG conditions.
- Signal outputs for trading logic: Produces a per-timestamp series using
1 (long), -1 (short), 0 (stand aside) from standardized OHLCV data.
- Use case: Given daily OHLCV data for BTC-USDT, ETH-USDT, and SOL-USDT, generate a signal timeline that flags when BOS/ChoCH structure plus same-direction FVG suggests a directional bias.
Quick Start
Ask the system to run the SMC signal engine on your OHLCV DataFrame map (symbol to DataFrame) and return per-symbol signals labeled as long, short, or stand aside.