Join our fan page
EMA variation - indicator for MetaTrader 5
- Views:
- 5968
- Rating:
- Published:
- 2018.11.27 14:56
- Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
Theory :
Exponential moving average (EMA) is one of the most used ways of smoothing / filtering data. By its nature it is a first-order infinite impulse response filter that applies weighting factors which decrease exponentially. The weighting for each older data decreases exponentially, never reaching zero. Because of one characteristic that is less know (it depends only on a previous data - no older data needed for calculation) it is perfect for all sorts of adjustments / combinations / variations (most of the adaptive averages are calculated using some sort of ema)
This version :
It is doing 2 things :
- it is adding "speed" (the higher the "speed" the "faster" the ema - without changing the ema period). Speed can be set as fractional value
- it is adding implicit smoothing - hence the same period ema is less smooth that this indicator even when they are producing similar values (the values can never be exactly the same)
This is the trading signal of Bollinger Bands. The expert code for this strategy is automatically generated by the MQL 5 wizard.
Momentum ratio oscillatorMomentum ratio oscillator
EMA variation ribbon
Deviation scaled MA levelsDeviation scaled MA with self adjusting levels