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 the individual mathematical and logical components that form the foundation of the script’s analysis engine.

Core Delta Calculation (f_delta)

Intrabar Cumulative Volume Delta (CVD)

Delta Exhaustion Score

Absorption Detection

Intrabar Momentum Slope

Point of Control (POC) & VWAP

Other Standard & Modified Indicators


2. Logic Layering & Confluence

The script’s engine moves from raw data to a final signal through a sophisticated, multi-stage filtering and weighting process.

1. The Primary Score: Weighted Delta

The initial signal strength is a weighted sum of delta from two timeframes.

2. Hierarchical Filtering: The Veto System

After the initial score (bull_weight, bear_weight) is calculated, it is passed through a series of “Gatekeeper” conditions that can invalidate a signal.

3. The Secondary Engines: Reversal & Prediction

These systems run in parallel to the primary execution engine, providing context and alternative signals.


3. The Execution Engine

This section defines the precise boolean logic for the script’s primary trade triggers.

Primary Momentum Signal (final_buy / final_sell)

Confirmed Reversal Signal (revEntry_up_confirmed / revEntry_down_confirmed)

Mathematical Constants & Their Influence