alexandrepal

Results 1 comments of alexandrepal

Since you are dealing with DataFrames we can use something like `data['Close'].ewm(span=50.0,adjust=False).mean()` to get a 50 EMA. In order to plot it you can use [**`mpf.make_addplot()`**](https://github.com/matplotlib/mplfinance/blob/master/examples/addplot.ipynb)