mdadash.backend.kernel.utils
Utils
Functions
|
Create an alert |
|
Pause the simulation |
Classes
|
Exponential Moving Average (EMA) based Trend |
- class mdadash.backend.kernel.utils.EMATrend(short_window: int = 12, long_window: int = 26)[source]
Bases:
objectExponential Moving Average (EMA) based Trend
This utility class computes trend value based on short and long exponential moving averages based on the respective window sizes.