Hi Mladen,
It caught my attention that all QQE-based indicators use fractional periods of "Fast" and "Slow" periods.
Hi Mladen,
It caught my attention that all QQE-based indicators use fractional periods of "Fast" and "Slow" periods.
Hi Cenk,
You'd better use the same parameter value for both and it doesn't necessarily have to have decimals.
This is MQL5 code. I don't think there is a MQL4 version in the CodeBase. It will need to be converted.
MQL4 treats buffers and OnCalculate data as a series, while MQL5 treats it as normal arrays. You will have to either reverse the indexing or use ArraySetAsSeries.
MQL4 treats buffers and OnCalculate data as a series, while MQL5 treats it as normal arrays. You will have to either reverse the indexing or use ArraySetAsSeries.
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
QQE of CCI:
QQE (Quantitative Qualitative Estimation) is normally made using RSI (Relative Strength Index) as a "basic" indicator.
This version is using CCI (Commodity Channel Index) instead. It seems that the job done by the QQE calculation is making a useful indicator and that it is useful in trading, but some experimenting is advised in any case.
Author: Mladen Rakic