CtrlK
BlogDocsLog inGet started
Tessl Logo

smc

Smart Money Concepts (ICT) signal engine. Uses the smartmoneyconcepts library to implement institutional-trading-school analysis of BOS, ChoCH, FVG, and order blocks (OB).

61

Quality

72%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

Fix and improve this skill with Tessl

tessl review fix ./agent/src/skills/smc/SKILL.md
SKILL.md
Quality
Evals
Security

Smart Money Concepts

Purpose

The modern institutional trading school (ICT / Inner Circle Trader), built around the core idea of tracking the behavior of "smart money" (institutional capital):

ConceptEnglishMeaning
Break of structureBOS (Break of Structure)Trend continuation signal
Change of characterChoCH (Change of Character)Trend reversal signal
Fair value gapFVG (Fair Value Gap)Price refill target
Order blocksOrder BlocksInstitutional order concentration zones
LiquidityLiquidityStop-hunt target zones

Signal Logic

Direction from ChoCH + confirmation from BOS + filtering by FVG:

  • Long: bullish ChoCH/BOS + bullish FVG exists
  • Short: bearish ChoCH/BOS + bearish FVG exists
  • Stand aside: no structural signal or conflicting directions

Dependencies

pip install smartmoneyconcepts pandas numpy requests

Parameters

ParameterDefaultDescription
swing_length10Window for swing high/low detection
close_breakTrueWhether BOS/ChoCH requires a closing-price break

Signal Convention

  • 1 = long, -1 = short, 0 = stand aside
Repository
HKUDS/Vibe-Trading
Last updated
First committed

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.