PROTECTED SOURCE SCRIPT

HTF Order Blocks [TradeWithRon]

64
HTF Order Blocks is a clean, multi-timeframe order-flow tool that maps bullish/bearish order blocks and optional breaker blocks from higher timeframes onto your current chart. It’s built for clarity and speed: minimal clutter, configurable labels, and optional Fibonacci extensions for quick projection work.

snapshot
What it does
  • Identifies Order Blocks (OBs) using swing structure (configurable lookback).
  • Marks Breaker Blocks when an OB is breached and market structure flips.
  • Projects HTF zones from up to two higher timeframes (HTF1 & HTF2), with separate color themes.
  • Clean visuals: open lines, and smart label placement.
  • Optional Fibonacci extensions from each OB for quick confluence checks.
  • Alert-ready: receive alerts on creation of Bullish/Bearish OBs and Breakers.


snapshot

Key Features
  • Multi-Timeframe Mapping
  • Enable HTF1 and/or HTF2 and project their OBs on your active chart.
  • Uses request.security() with lookahead_off to avoid future-bar leakage.
  • Fibonacci Add-On (optional)


snapshot

How it works (logic overview)
Swing detection: Finds recent pivots using a lookback window.

OB creation:
Bullish OB: Created after price closes above a prior swing high, then scans the upswing for the most meaningful base candle range (high/low/open/close).
Bearish OB: Created after price closes below a prior swing low, with symmetric logic.

Breaker state:
A bullish OB turns breaker if price later closes below its base;
A bearish OB turns breaker if price closes above its base.

Cleanup: Breakers are removed if price subsequently recovers past the opposing OB boundary.

HTF OBs are detected on their native timeframe and projected to the active chart; confirmation occurs on the HTF bar’s close.

Disclaimer

The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by TradingView. Read more in the Terms of Use.