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

Non-Repainting Pivots (Custom ZigZag)

Support & Resistance Levels

Average True Range (ATR) Proximity Filter

Strong Candle Filter

Breakout Filter


2. Logic Layering & Confluence

The script’s engine is a hierarchical filter cascade where each layer must be passed before the next is evaluated. This creates a high-confluence setup designed to minimize false signals.


3. The Execution Engine

The trigger is a boolean true value returned only when a precise set of conditions are met on a confirmed, closed bar.

Long Signal (up_signal)

Short Signal (down_signal)

Mathematical Constants