Metadata-Version: 2.1
Name: ma-algorithm
Version: 2.1.0
Summary: Python Code Implementation for ma_algorithm, including SMA, EMA, SMA with LSTM
Home-page: UNKNOWN
Author-email: ntwty5@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: alpha-vantage
Requires-Dist: seaborn
Requires-Dist: keras
Requires-Dist: pandas-datareader

This package is a realization of SMA, EMA, SMA with LSTM. You can test the code with this colab here, followed by the instruction offered by the owner:
https://colab.research.google.com/drive/1jMD5Q8LEO92JfypEzkDA7hziV8pOYAIn?usp=sharing

