QQE - How are the trailing signal lines calculated

Section for discussions related to indicators, use of indicators, and building of trading stategies using indicators.

Moderator: admin

QQE - How are the trailing signal lines calculated

Postby gershgorin » Mon Jul 19, 2021 7:55 pm

Hi all,

I have posted this question on a few different websites and discord channels. I am inevitably pointed at sources that emphasize how the first part of the indicator is calculated, but not how the trailing (fast/slow) lines are calculated.

I am aware of the RSI, smoothing the RSI, taking the ATR of the smoothed RSI, and smoothing it once more. However, I don't understand how the lines are calculated as they aren't just Smoothed RSI +/- Smoothed ATR. There seems to be some additional steps that I am missing.

I have attached an indicator (that was actually created on this site).
Attachments
QualitativeQuantitativeEstimation.mq4
(4.47 KiB) Downloaded 307 times
gershgorin
 
Posts: 3
Joined: Mon Jul 19, 2021 7:51 pm

Re: QQE - How are the trailing signal lines calculated

Postby Apprentice » Wed Jul 21, 2021 1:35 am

First TS1 line calculation
If QQE[i] cross under TS1
TS1 will be recalculated as
QQE[i] + DELTA[i]*Fast_ATR_Multipliers;
If QQE[i] cross over TS1
TS1 will be recalculated as
QQE[i] - DELTA[i]*Fast_ATR_Multipliers;

For TS2 Slow_ATR_Multipliers will be used, The calculation of TS2 is the same.
User avatar
Apprentice
FXCodeBase: Confirmed User
 
Posts: 36258
Joined: Thu Dec 31, 2009 11:59 am
Location: Zagreb, Croatia


Return to Discussions

Who is online

Users browsing this forum: No registered users and 5 guests