☰
Login
Signup
Home
›
abinthomas
›
Comments
Activity
Discussions
Comments
1
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
abinthomas
About
Username
abinthomas
Joined
August 2020
Visits
3
Last Active
July 2021
Roles
Member
Activity
Discussions
Comments
1
Comments
window = 10 sma = df['close'].rolling(window=window, min_periods=window).mean()[:window] rest = df['close'][window:] df.loc[:, 'ema'] = pd.concat([sma, rest]).ewm(span=window, adjust=False).mean()
in
INCORRECT EMA(10), EMA(20) values for Banknifty Options
Comment by
abinthomas
November 2020