| AbstractMa |
Base class for computing moving averages.
|
| ByEma |
A DB aware EMA which can compute "by" emas without grouping and then ungrouping.
|
| ByEma.Key |
|
| ByEmaSimple |
A DB aware EMA which can compute "by" emas without grouping and then ungrouping.
|
| Ema |
An EMA.
|
| EmaArray |
An array of EMAs with different timescales.
|
| ExponentiallyDecayedSum |
A sum where the values are decayed at an exponential rate to zero.
|
| NeighborEmaArrayDifferencer |
Computes the differences between values in an array of emas.
|
| TradingHoursEma |
A simple ema which decays with trading time and only accepts samples during trading hours.
|