Description
Double Exponential Moving Average overlay introduces a smoothing effect to EMA by doubling its value and then subtracting EMA of itself.
Formula
demaArray[] = EMA(close)*2-EMA(EMA(close))
Interpretation
Double Exponential Moving Average has the same properties as EMA with the difference of reduced lag.
inteliCharts Predictive Analytics - Calculating Most Probable Future Stock Prices
- Neural network architecture
- Quantitative processing
- Long term forecasting
- Intraday probability channels