Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Telegram !
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
Vues:
8718
Note:
(15)
Publié:
2018.03.01 11:39
Kurtosis.mq5 (10.95 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

A trend oscillator. It is calculated by the following formula:

SMA(3) of EMA (66) of ( Momentum[period] - Momentum[period-1] )

It has four configurable parameters:

  • Period of momentum - momentum calculation period;
  • Primary smoothing period - EMA smoothing period (66);
  • Secondary smoothing period - SMA smoothing period (3);
  • Applied price - price used for calculating the momentum.

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

Kicking Pattern Kicking Pattern

The indicator searches for a sequence of candlesticks on a chart and marks bullish and bearish sequences.

Difference Difference

The Difference indicator shows the difference between the current prices and prices as of N periods ago.

Logarithmic Regression Logarithmic Regression

Logarithmic regression channel.

Moving Average Candles Moving Average Candles

A moving average drawn as candlesticks on a chart.