Watch how to download trading robots for free
Find us on Telegram!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Views:
- 7772
- Rating:
- Published:
- 2012.06.06 16:30
- Updated:
- 2017.09.06 10:23
-
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.
- 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

Comparative study of sorting algorithms.

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

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

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