ezyquant.indicators.ta.TA.ema#
- static TA.ema(close: DataFrame, window: int = 14, fillna: bool = False) DataFrame #
Exponential Moving Average (EMA)
- Parameters:
close (pd.DataFrame) – dataset ‘Close’ dataframe.
window (int = 14) – n period.
fillna (bool = False) – if True, fill nan values.
- Returns:
Exponential Moving Average (EMA)
- Return type:
pd.DataFrame