Indicators: QQE

 

QQE:

The QQE (Quantitative Qualitative Estimator) indicator consists of a smoothed Relative Strength Index (RSI) indicator and two volatility-based trailing levels (fast and slow).

The Fast Trailing Level (TL) and Slow TL are constructed by calculating the average range of the smoothed RSI over n-periods and then further smoothing the average range using an additional n-periods Wilders smoothing function. This smoothed average range of RSI is then multiplied by the Fast and Slow average range Multipliers to calculate the final Fast and Slow Trailing Levels.

Author: Mladen Rakic

 

mladen,

Could you point me some source into detailed explanation about QQE calculation? Maybe the original one?

I know your code tell everything, I am rewriting to build a personal code base for MQL4 and MQL5.

I just want a better understanding about the calculation and differ what modification you add into calculation in every new indicator that you made.

Thank you for sharing your work.

 

Forum on trading, automated trading systems and testing trading strategies

Indicators: QQE [v02] and QQE multi-timeframe [v02]

Sergey Golubev, 2014.03.12 13:02

Quantitative Qualitative Estimation (QQE)

The QQE indicator consists of a smoothed Relative Strength Index (RSI) indicator and two volatility-based trailing levels (fast and slow). The Fast Trailing Level (TL) and Slow TL are constructed by calculating the ATR of the smoothed RSI over n-periods and then further smoothing the ATR using an additional n-periods Wilders smoothing function. This smoothed ATR of RSI is then multiplied by the Fast and Slow ATR Multipliers to calculate the final Fast and Slow Trailing Levels.



Interpretation

There are several different methods in which the QQE can be used to generate trading signals. Here are few of the more common techniques:

Crossovers:

  1. RSI / Fast ATR TL or Slow ATR TL Crossover: A buy signal occurs when the RSI crosses above the Fast ATR TL or Slow ATR TL and a sell signal occurs when RSI crosses below the Fast ATR TL or Slow ATR TL.
  2. RSI / 50-level Crossover: When the RSI crosses above 50 a buy signal is given. Alternatively, when the RSI crosses below 50 a sell signal is given.
  3. Fast ATR TL / Slow ATR TL Crossover: A buy signal occurs when the Fast ATR TL crosses above the Slow ATR TL and a sell signal occurs when Fast ATR TL crosses below the Slow ATR TL.

Divergence: Looking for divergences between the QQE indicator and price can prove to be very effective in identifying potential reversal points in price movement. Trade long on Classic Bullish Divergence: Lower lows in price and higher lows in the QQE; Trade short on Classic Bearish Divergence: Higher highs in price and lower highs in the QQE.

Overbought/Oversold Conditions: Much like the original RSI (and other oscillators), the QQE indicator can be used to identify potential overbought and oversold conditions in price movements. An Overbought condition is generally described as the QQE being greater than or equal to the 70% level while an oversold condition is generally described as the QQE being less than or equal to the 30% level. Trades can be generated when any of the QQE outputs (RSI, Fast ATR TL or Slow ATR TL) crosses these levels. When the RSI, Fast ATR TL or Slow ATR TL crosses above 30 a buy signal is given. Alternatively, when the RSI, Fast ATR TL or Slow ATR TL crosses below 70 a sell signal is given.


 
More here on this thread: QQE Cross over alerts on screen
 

Hi


I trying to find out what the buy/sell buffers are.


Does anyone knwo? I saw that there are 4 buffers, 0, 1,2,3


Regards

 
Hi 
Did you share QQE Mod indicator here!
if not, You can check out this in Trading view, Indicator name is " QQE MOD"
This QQE mod indicator is good one, some people are using it with good results.
if You have it can you share Mt5 version of it.
Thanks
Reason: