Join our fan page
Momentum ratio oscillator - indicator for MetaTrader 5
- Views:
- 7236
- Rating:
- Published:
- 2018.11.26 18:30
- Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
Theory :
The indicator is calculating a smoother value of momentum ratio (current value compare to previous value) using a series of ema calculations for smoothing. The result is a bit similar to some already existing indicators (like the volume zone or price zone oscillators), but that comes from the usage of the ema for smoothing (ema produces that "smooth step like" results when the values change suddenly) - the math used for those is completely different.
Usage :
In this version you can use either color changes or levels crosses (since the indicator is bound to 0 to 1 range) as signals
The "big picture" example :
Highest high & lowest low support resistance
RSI divergence candlesRSI divergence candles
This is the trading signal of Bollinger Bands. The expert code for this strategy is automatically generated by the MQL 5 wizard.
EMA variationExponential moving average variation