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 section deconstructs each mathematical component of the script’s engine, detailing its configuration and any non-standard modifications.

A. Heikin Ashi (HA) Foundation

B. HA-Derived Momentum Source (haSignedBase)

C. Z-Score Normalization & Clamping (f_zscoreClamp)

D. Core Engine 1: “HA Range Base”

E. Core Engine 2: “HA Blend”

F. Final Smoothing & Output (osc)

G. Auxiliary Studies (Applied to osc)

All subsequent studies are applied to the final oscillator value (osc), not to price. They measure the momentum of the momentum.

2. Logic Layering & Confluence

The script’s engine is a sequential, multi-stage filtering pipeline designed to refine a raw price signal into a high-clarity momentum reading.

3. The Execution Engine

As an indicator, the script’s “Execution Engine” translates its mathematical state into visual triggers (colors and plot states) rather than trade orders.