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

FTLM-STLM - indicateur pour MetaTrader 5

Publié par:
Nikolay Kositsin
Vues:
16972
Note:
(31)
Publié:
2011.08.09 18:16
Mise à jour:
2016.11.22 07:32
ftlm-stlm.mq5 (28.37 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"

Fast Trend Line Momentum (FTLM) and Slow Trend Line Momentum (SLTM) indicators show the rate of price change, FATL and SATL are calculated the similar way as Momentum indicator:

FTLM(bar) = FATL(bar) – RFTL(bar)
STLM(bar) = SATL(bar) – RSTL(bar)

where:

  • FATL(bar) - FATL digital filter;
  • RFTL(bar) - RFTL digital filter;
  • SATL(bar) - SATL digital filter;
  • RSTL(bar) - RSTL digital filter;

Coefficients of FATL and RFTL digital filters

Coefficients of FATL and RFTL digital filters

<Coefficients of SATL and RSTL digital filters

Coefficients of SATL and RSTL digital filters

The main difference FTLM from the classic Momentum indicator is the following: it uses the close prices, processed by digital fiters instead of close prices itself. As a result, FTLM looks smoothed and regular, in contrast with classic Momentum technical indicator.

Fast Trend Line Momentum (FTLM) and Slow Trend Line Momentum SLTM) indicators

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

Module of Trade Signals, based on Chande Momentum Oscillator Module of Trade Signals, based on Chande Momentum Oscillator

Crossover of overbought/oversold levels of Chande Momentum Oscillator is used as a signal to open positions.

Chande Momentum Oscillator Chande Momentum Oscillator

Chande Momentum Oscillator (CMO) is a technical indicator that attempts to capture the Momentum.

Arrows&Curves Arrows&Curves

Arrows&Curves shows signals to open and close positions.

ZerolagStochs ZerolagStochs

Stochastic Oscillator equivalent with a minimum lag.