QQE SIGNALS Trading Guide
Last updated: July 22, 2026
The QQE Signals is a quantitative technical analysis tool. QQE Signals Indicator Based on colinmck Pine Script Quantitative Qualitative Estimation
What does the indicator show?
- Market Structure & Momentum: Visualizes prevailing trend directions and key reversal zones.
- BUY / SELL Signals: Highlights confirmed entry and exit opportunities based on quantitative rules.
- Dynamic Boundaries: Provides adaptive levels for managing trade risk and reward expectations.
Key Settings
- RSI Length (
rsiLength): Controls the calculation period and sensitivity for market detection. - RSI Smoothing (
rsiSmoothing): Controls the calculation period and sensitivity for market detection. - QQE Factor (
qqeFactor): Controls the calculation period and sensitivity for market detection. - Threshold (
threshold): Controls the calculation period and sensitivity for market detection. - RSI MA (
rsiMa): Controls the calculation period and sensitivity for market detection. - Fast Line (
fastLine): Controls the calculation period and sensitivity for market detection. - Is Long (
isLong): Controls the calculation period and sensitivity for market detection. - Is Short (
isShort): Controls the calculation period and sensitivity for market detection. - Buy Signal (
buySignal): Controls the calculation period and sensitivity for market detection. - Sell Signal (
sellSignal): Controls the calculation period and sensitivity for market detection. - Long Signal (
buySignal): Controls the calculation period and sensitivity for market detection. - Short Signal (
sellSignal): Controls the calculation period and sensitivity for market detection. - Is Long (
isLong): Controls the calculation period and sensitivity for market detection. - Is Short (
isShort): Controls the calculation period and sensitivity for market detection. - RSI MA (
rsiMa): Controls the calculation period and sensitivity for market detection. - Fast Line (
fastLine): Controls the calculation period and sensitivity for market detection.
How to use Strategy Parameters (Condition Source)
Within the Strategy Tester module, this indicator can be used both as a direct signal source and as a market-state filter.
1. Signal Events
buySignal- Long Signal event signal.sellSignal- Short Signal event signal.isLong- Is Long event signal.isShort- Is Short event signal.
2. Filters and Trade Levels
rsiLength- RSI Length value used for structural qualification or thresholds.rsiSmoothing- RSI Smoothing value used for structural qualification or thresholds.qqeFactor- QQE Factor value used for structural qualification or thresholds.threshold- Threshold value used for structural qualification or thresholds.rsiMa- RSI MA value used for structural qualification or thresholds.fastLine- Fast Line value used for structural qualification or thresholds.isLong- Is Long value used for structural qualification or thresholds.isShort- Is Short value used for structural qualification or thresholds.buySignal- Buy Signal value used for structural qualification or thresholds.sellSignal- Sell Signal value used for structural qualification or thresholds.rsiMa- RSI MA value used for structural qualification or thresholds.fastLine- Fast Line value used for structural qualification or thresholds.
Strategy Example: Enter Long when buySignal is true and trendFilter == 1, ensuring trades align with dominant momentum.