Exponential moving average
Technical analysisA moving average that weights the newest bar by 2 ÷ (N + 1) and everything before it by the remainder, so older data fades rather than being dropped.
In plain terms
It never fully forgets anything, which is why one bar into a new session it is still nine-tenths yesterday. A simple average drops the oldest bar outright instead — a cliff rather than a fade.