mahmoud899
Newbie
- Messages
- 2
- Likes
- 0
I am trying to forecast prices with exponential moving average method. The equation for EMA = [(Closing * k) + (EMA( y ) * (1-k)] where: Closing is closing price of today, k is the weighted multiplier, EMA( y ) is the previous EMA, and 1 - k is 1 - weighted multipler. This gives the EMA for today. I would like to know how can I modify this equation to forecast the EMA of the next day?