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

Heikin Ashi (HA) Data

Average Directional Index (ADX)

Average True Range (ATR)


2. Logic Layering & Confluence

The script’s engine is a hierarchical filtering system designed to isolate a specific “momentum ignition” event. The logic is layered to progressively increase signal confidence.

The final signal is a product of confluence: the reversal prerequisite is met, the ADX confirms a trending regime, and the three-bar HA sequence confirms an accelerating, unopposed momentum ignition.


3. The Execution Engine

Trigger Conditions

Exit Conditions & Mathematical Constants

The script employs two mutually exclusive exit mechanisms, controlled by the useAtr boolean input.