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:
7296
Note:
(29)
Publié:
2012.06.06 16:30
Mise à jour:
2017.09.06 10:23
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Adaptive Exponentially Smoothed Moving Average, based on StdDev indicator.

The indicator is similar to EMA_ATR_VA, but based on StdDev, instead of ATR indicator.

EMA_STD_VA

Input parameters:
  • STDPeriod - Period of StdDev indicator;
  • EMAPeriods - Period of EMA indicator;
  • Sensitivity - Sensitivityот (from -100 to 100);
  • Price - Applied price.

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

sSortTest sSortTest

Comparative study of sorting algorithms.

Sampler Sampler

The indicator calculates perfect market entry signals, which can be used for neural network training.

EMA_ATR_VA EMA_ATR_VA

Advaptive Exponential Moving Average - ATR Volatility Adjusted by Jose Silva.

EMA_BB_VA EMA_BB_VA

Exponential Moving Average - Bollinger Bands ® Volatility Adjusted by Jose Silva.