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 components used to build the indicator’s logic engine.

A. Cumulative VWAP (Volume-Weighted Average Price)

B. T3 Moving Average (Tim Tillson’s T3)

C. ATR (Average True Range)

D. ATR-Based Volatility Bands

2. Logic Layering & Confluence

The script’s intelligence lies in how it layers these components to create a hierarchical filtering system.

3. The Execution Engine

This section details the precise boolean logic for trade triggers and exits.