Watch how to download trading robots for free
Find us on Facebook!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Views:
7302
Rating:
(29)
Published:
2012.06.06 16:30
Updated:
2017.09.06 10:23
ema_std_va.mq5 (4.08 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to 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.

Translated from Russian by MetaQuotes Ltd.
Original code: 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.