Trends, Ranges & Regimes
The most expensive mistake in trading isn't a bad signal — it's a good signal in the wrong kind of market. This lesson is about the question your bot asks before any other: what mood is the market in?
5.1The market has three personalities
Zoom out from candles and every market, at any moment, is doing one of three things — its :
5.2How to recognise a trend (and a range)
A textbook uptrend is a staircase: each push reaches a higher high, each rest stops at a higher low. A range is a room: price keeps rejecting the same ceiling () and bouncing off the same floor ().
5.3Why regime beats signal — the proof
Take the MA Crossover from your Lesson 3 card — buy when the fast average crosses above the slow one. Watch the identical rule in two different regimes:
This is the deepest "why" behind your recommendation cards: the strategy is chosen to match the regime, not the other way round. A trend-follower in a range bleeds; a range-trader in a trend gets steamrolled fighting the move.
5.4How the bot decides — and the map it uses
IronGate's regime classifier reads trend strength () and volatility (ATR) and labels the market. Then a simple, honest map routes to strategies:
Trending → trend-followers: MA Crossover, BreakoutGuard, AdaptiveEdge
Ranging → mean-reverters: RSI, RevertX, Grid
Volatile / news → mostly stand aside — the news blackout filter blocks trades around high-impact events; only specialist scalpers tread here, carefully
⚙ The ADX dial — slide to see how the bot reads it
Rough zones: below 20 = no trend worth trading; 20–25 = grey zone; 25+ = trending; 30+ = strong trend (the Lesson 3 card's 34.2 lived here).
5.5What this means for you at the gate
From now on, when a card arrives, check that the strategy matches the story: a trend-follower's card should cite trend evidence (ADX up, higher highs); a mean-reverter's card should cite range evidence (clear levels, low ADX). If a card pairs a trend strategy with range evidence — that's exactly the mismatch this lesson taught you to catch. The bot tries hard to prevent it; you're the second pair of eyes.