QQE MT4 Trading Guide

Last updated: February 23, 2026

The Quantitative Qualitative Estimation (QQE) is a momentum oscillator based on a smoothed Relative Strength Index (RSI). It applies a multiplier to the Average True Range (ATR) of the smoothed RSI to accurately detect changes in trend direction and volatility.

What does the indicator show?

  • QQE Line: The primary oscillator line, which reacts smoothly to directional price changes.
  • Signal Line: A smoothed secondary line that acts as a trigger point for crosses against the QQE line.
  • Histogram: Visually represents the gap and momentum strength of the trend. Green indicates strong bullish momentum, red is strong bearish momentum, and orange implies ranging or neutral momentum inside the channel.
  • Threshold Channel: The background shaded area representing the neutrality zone. Breaches outside this channel usually indicate an expanding trend.

Key Settings

  • RSI Length: The base period calculating the initial Relative Strength Index.
  • RSI Smoothing: The smoothing factor applied to the base RSI.
  • Fast QQE Factor: A multiplier applied to the ATR of the RSI, defining the width of the trailing bands.
  • Threshold: The defined level representing the upper and lower boundaries of the neutral zone.

How to use Strategy Parameters (Condition Source)

Within the Strategy Tester module, you can leverage the data from this indicator to create powerful logical conditions for trade entries and exits.

1. Continuous Values

Direct values from the lines and the histogram.

  • QQE Line — The value of the main QQE line.
  • Signal Line — The value of the smoothed QQE signal line.
  • Histogram (Oscillator) — The value of the histogram, representing momentum intensity.

Strategy Example: For a classic trend-following entry, add a condition for when the lines cross: QQE Line crosses_above Signal Line.

2. Channel and Momentum Signals

Categorized states of the histogram relative to the threshold zones.

  • Above Threshold — Triggers when the histogram is above the positive threshold (strong bullish).
  • Below Threshold — Triggers when the histogram is below the negative threshold (strong bearish).
  • Inside Channel — Triggers when the histogram is between the boundaries (neutral/ranging).

Strategy Example: To avoid trading in a choppy, sideways market, you can add a confirmation condition: Inside Channel is_false (or instead, target a specific direction with Above Threshold is_true).

Continue Research

Explore the full academy, the product documentation, and the main platform pages for deeper crypto backtesting and strategy research.

Browse all academy guides Read the documentation Compare platform plans See the research engine