Indicators
Market Structure Tools: Smart Money Concepts, ZigZag & More
How the SMC, ZigZag, Variable Heat Map, and Archer MA Trends indicators automate market structure analysis in Setup.Cash trading bots.
Featured image placeholder
/og/setup-cash-og.svg
Market structure analysis — swings, breaks, liquidity zones — used to be the hardest thing to automate because it lived in a trader's eye. The Setup.Cash engine ships four structure tools that turn it into data your bot can act on, alongside the core Swing High/Low Detector, Fractals, and Support/Resistance Zones.
Smart Money Concepts (SMC)
The SMC indicator automates the vocabulary of the smart-money school:
- Break of Structure (BOS): price takes out the last swing in the trend's direction — continuation confirmed.
- Change of Character (CHoCH): price breaks the counter-trend swing — the earliest structural reversal warning.
- Order blocks and liquidity levels derived from the swing map.
For bots, SMC's value is precision on state: "uptrend structure intact" becomes a condition, not an opinion.
ZigZag
ZigZag filters out every move smaller than its threshold and draws only the significant swings. It's the foundation for:
- Pattern logic: higher-high / higher-low sequences as explicit conditions.
- Swing measurement: the size of the last leg, for projection targets.
- Remember: the final leg repaints until confirmed — build rules on completed swings, which the engine exposes safely.
Variable Heat Map (VHM)
VHM scores how hot each price area has been — where the market keeps returning, where it accelerates away. Use it to grade zones found by other structure tools: a break through a "hot" area carries more information than one through untouched space.
Archer Moving Average Trends (AMAT)
AMAT watches a fast/slow moving-average pair and emits clean long-run / short-run state flags. It's the simplest structure summary in the library — a ready-made regime bit for gating any other strategy.
Building Structure-Aware Bots
A robust recipe: AMAT or SMC defines the regime → Support/Resistance Zones or VHM define locations → a momentum trigger like RSI times the entry. Describe the whole stack in plain English with text-to-strategy, then backtest it before it touches real money.
Related Posts
View allIndicators
Automated Support & Resistance Zones for Trading Bots
How the Support/Resistance Zones indicator builds zones from swing pivots and ATR, and how to trade zone bounces and breaks in Setup.Cash.
2 min read · 303 words
Indicators
Smart Money Concepts (SMC) Indicator Explained
How the SMC indicator automates break of structure, change of character, and order blocks for bots in Setup.Cash.
2 min read · 207 words
Indicators
Swing High/Low Detector: Trading Market Structure
How the swing high/low detector finds structural turning points, how bots trade structure breaks, and how to use it in Setup.Cash.
2 min read · 339 words
Indicators
Variable Heat Map (VHM) Indicator Explained
How the Variable Heat Map scores how hot each price area has been, grading zones for structure trades in Setup.Cash.
1 min read · 198 words
Start here
Build your trading bot workflow with structure
Use Setup.Cash to create, backtest, and paper trade rule-based strategies without relying on guesswork. Not financial advice. Trading involves risk.