BrickFlow Rider

D021 · A Renko-Brick Trend System with TRIX Momentum Confirmation
Timeframe H1 · Gold / Major FX / Indices

Why Bricks?

Time-based candles print a new bar every hour whether the market moved or not — most of what you see is noise. BrickFlow Rider repacks H1 closes into equal-height Renko bricks sized at 0.8 × ATR(14), so a new brick only appears when price travels a meaningful, volatility-adjusted distance. Small wiggles simply never make it onto the chart. A trend continues brick by brick in one color; a genuine reversal must traverse two full bricks before the color flips — a natural, parameter-light noise filter.

To avoid trading every flip in a chop, a TRIX(15) triple-smoothed momentum line acts as referee: its slope must agree with the new brick color before any trade is taken.

Signal Rules

LONG

  • New green brick prints after red brick(s) — color flip up
  • TRIX(15) slope turning up (TRIX[1] > TRIX[2])
  • Enter long at the H1 bar close that completed the flip

SHORT

  • New red brick prints after green brick(s) — color flip down
  • TRIX(15) slope turning down (TRIX[1] < TRIX[2])
  • Enter short at the H1 bar close that completed the flip
D021 BrickFlow Rider signal rules

Risk Management

Execution Flow

D021 BrickFlow Rider execution flow

Full Parameter Set

ParameterDefaultMeaning
BrickATRMult0.8Brick height as a multiple of ATR(14), refreshed daily
ATRPeriod14ATR period (H1) for brick sizing and stops
TrixPeriod15TRIX triple-EMA period
SL_ATRMult / TP_ATRMult2.0 / 3.0Stop and target distances in ATR multiples
ExitOnFliptrueClose position on opposite brick flip
RiskPercent1.0Account risk per trade (%)
MaxTradesPerDay10Daily entry cap, resets each day
MagicNumber202621Order tag — the EA only manages its own trades

Defaults are tuned so H1 signals average at least one per day on liquid instruments.