Skip to main content

Metric examples

Illustrative metric × transform columns by family. Codes and glosses come from the live catalog — builder / MCP are authoritative if a name moves.

Pair with Metrics for timeframe, Confirmed/Developing, window/offset, and the full transform set.

How to read a column

PieceExample
MetricRSI14
Transformvalue @ offset 0
Timeframeanchor (strategy TF)
BarsConfirmed when above anchor; else default rule

Header tokens are system-generated (e.g. RSI14, RSI14_ltf, dist_SMA20).


Price

IntentColumn sketch
Bar closeCLOSE × value @ anchor
Live markMARK × value (live clock — not a bar close)
Forming vs closedBAR_FORMING × value / classifyState

Momentum

IntentColumn sketch
Classic RSIRSI14 × value; zone via classifyZone
Fast mean-reversionRSI2 × value
MACD histogramMACD × value; turn via trajectory (window 4)
StochSTOCH_K × value; cross via crossDetect
Bar own changeCLOSE_CHANGE × value
Published 24h changeCHG_24H × value (live published)

Trend

IntentColumn sketch
Trend strengthADX × value
Slow MA stackSMA20 / SMA50 / SMA200 × value
Fast EMAsEMA9 / EMA21 × value
Distance to MASMA20 × distance (or chain distance × trajectory)
AlignmentMA_ALIGN × value / classifyState
Cross eventEMA_CROSS × value / crossDetect

Volatility

IntentColumn sketch
Stop sizing unitsATR × value
Cross-coin volATR_PCT × value; universe via rank
Squeeze widthBB_WIDTH_PCT × value; “at most 8” style gates
TTM squeezeKC_SQUEEZE × classifyState

Volume flow

IntentColumn sketch
Absolute volumeVOLUME × value; mean via aggregate (window 24)
Relative volumeRVOL × value
Participation spikeVOLUME × maxShare (non-negative)
CVDCVD metric × value / trajectory
Desk floorNOTIONAL_VOLUME_1D (vol24hUsd) × value

Derivatives

IntentColumn sketch
FundingFUNDING_RATE / FUNDING_ANN × value
Funding labelFUNDING_LABEL × is / in
Open interestOI × value; change OI_CHG
OI · price regimeOI_PX_REGIME × classifyState

Structure

IntentColumn sketch
Bollinger locationBB_PCT_B × value
Band touchBB_TOUCH × value / bandTouch
Session VWAPVWAP × value; distance to price
Donchian edgeDonchian high/low × value / distance (feeds entry levels too)
TPO POC / VATPO_POC · TPO_VAH · TPO_VAL × value
Nearest zonenearestZoneDist / nearestZoneType with side support|resistance
Zone countstructure zones × count

Regime

IntentColumn sketch
Trend / vol / mom legsREGIME_TREND · REGIME_VOL · REGIME_MOM × value
Composite stateREGIME_STATE × classifyState
ConvictionREGIME_CONVICTION × value
Run lengthREGIME_RUN_BARS × value

Often read at regime / _htf relative to the strategy anchor.

Crowd

IntentColumn sketch
Pick / up-bias / accuracyCROWD_PICK · CROWD_UPBIAS · CROWD_ACC × value
Live variants*_LIVE counterparts where published

Derived

IntentColumn sketch
Flow alignmentFLOW_ALIGN × classifyState
Smart vs retailSMART_RETAIL × value
Perp/spot flowPERP_SPOT_FLOW · PERP_SPOT_CONFIRMS × value / classifyState

Worked mini-sections

Momentum glance (matches gallery template)RSI14 · MACD · STOCH_K × value @ anchor.

Volatility & trend glanceATR · ADX · BB_WIDTH × value @ anchor.

Squeeze gateBB_WIDTH_PCT × value “at most …”; ADX × value “below …”; release via CLOSE_CHANGE / RVOL / BB_PCT_B on the deciding conditions.

Benchmark panel (custom section, subject BTC)CLOSE_CHANGE · RSI14 × value @ anchor on a section bound to BTC. Own-coin sections still describe the evaluated name; Conditions address the BTC headers via that section’s key. Do not put rank or crowd/enrichment metrics on a benchmark section — authoring rejects them. Details: Metrics · Benchmark.

Metrics · Conditions