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

A. Support/Resistance (SR) Retest Module

B. Bollinger Bands (BB)

C. Quantum Trend Flow (QTF) Channel

D. Multi-Timeframe (MTF) Trend Filter

2. Logic Layering & Confluence

The script’s engine is built on a strict, hierarchical filtering system designed to identify high-probability mean-reversion setups by demanding a confluence of conditions.

3. The Execution Engine

A. Boolean Logic (Trigger Conditions)

The final trigger for a signal is a boolean true value returned by finalLong or finalShort.

B. Mathematical Constants (Risk Profile)

The script does not contain programmatic exit logic (e.g., strategy.exit). Instead, it visualizes a potential trade outcome using the “Dynamic RR Box” feature, which is governed by hard-coded percentage-based inputs.