Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Indicateurs

RBCI - indicateur pour MetaTrader 5

Publié par:
Nikolay Kositsin
Vues:
12963
Note:
(18)
Publié:
2011.09.20 11:27
Mise à jour:
2023.03.29 13:42
\MQL5\Include\
rbci.mq5 (11.85 KB) afficher
rbci_.mq5 (6.58 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Real author:

Vladimir Kravchuk

"New Adaptive Method of Following the Tendency and Market Cycles"

Range Bound Channel Index (RBCI) is calculated by means of the channel (bandwidth) filter (CF).

Channel filter simultaneously fulfills two functions: removes low frequent trend formed by low frequent components of the spectrum; removes high frequency noise formed by the high frequent components of the spectrum.

The simplified formula for RBCI calculation has the following look:

RBCI(bar) = FATL(bar) –SATL(bar)

where:

  • FATL(bar) - FATL digital filter;
  • SATL(bar) - SATL digital filter.

When RBCI approaches its local maximum the prices approach upper border of the trading channel and when RBCI approach its local minimum the prices approach the lower border of the trading corridor. Let’s mark main property of RBCI index. This is quasistationary (that is almost stationary) process bound by the frequency range both from above and below.

RBCI_filters

RBCI filter coefficients

The indicator uses the SmoothAlgorithms.mqh and IndicatorsAlgorithms.mqh classes. The use of the classes was thoroughly published in the article "Averaging Price Series for Intermediate Calculations Without Using Additional Buffers".

RBCI

RBCI indicator

Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/408

J2JMA J2JMA

Moving average with the double adaptive JMA smoothing of a price range.

SATL SATL

Slow Adaptive Trend Line is used for suppressing market noises and market cycles with longer oscillation periods.

JFATL JFATL

The indicator is a combination of the FATL digital filter and analogue JMA adaptive smoothing.

JCCX JCCX

Symmetrical normalized CCI (Commodity Channel Index) with alternative (ultralinear and JMA) smoothing algorithms.