Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Indicators Description

1. Component Deconstruction

This script is a pure price-action visualization tool. It does not utilize standard oscillating or momentum indicators (like RSI, MACD, etc.). Instead, its core components are custom-built state machines for tracking and plotting structural price levels.

Component 1: Higher-Timeframe (HTF) Level Tracker

This is the primary engine for identifying significant historical price points. It operates identically for Daily, Weekly, and Monthly periods.

Component 2: Intraday Session Range Tracker

This component isolates the price extremes of specific, high-liquidity trading sessions.

Component 3: Equilibrium Lines

This is a simple derived calculation, not an independent tracker.

2. Logic Layering & Confluence

The script’s intelligence lies not in programmatic filtering but in its visual presentation, which enables the user to perform hierarchical analysis.

3. The Execution Engine

This script contains no automated execution engine. Its purpose is decision support. The “triggers” are visual events on the chart, interpreted by the trader.