Skip to content

Commit

Permalink
UPDATE mplfinance deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
junhojam committed Dec 12, 2020
1 parent 8b4b849 commit a044c45
Show file tree
Hide file tree
Showing 3 changed files with 139 additions and 1 deletion.
136 changes: 136 additions & 0 deletions .ipynb_checkpoints/requirements-checkpoint.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,136 @@
absl-py==0.9.0
ansicon==1.89.0
astor==0.8.1
atomicwrites==1.4.0
attrs==19.3.0
backcall==0.1.0
backtrader==1.9.74.123
beautifulsoup4==4.8.2
bleach==3.1.1
blessed==1.17.2
certifi==2020.4.5.1
cffi==1.14.0
chardet==3.0.4
colorama==0.4.3
convertdate==2.1.3
cryptography==2.8
cycler==0.10.0
Cython==0.29.15
decorator==4.4.2
defusedxml==0.6.0
entrypoints==0.3
ephem==3.7.7.1
et-xmlfile==1.0.1
fastrlock==0.4
finance-datareader==0.9.6
gast==0.2.2
google-pasta==0.1.8
grpcio==1.27.2
h5py==2.10.0
holidays==0.10.1
hurst==0.0.5
idna==2.9
importlib-metadata==1.5.0
inflection==0.3.1
ipykernel==5.1.4
ipython==7.13.0
ipython-genutils==0.2.0
jdcal==1.4.1
jedi==0.16.0
Jinja2==2.11.1
jinxed==1.0.0
joblib==0.14.1
json5==0.9.0
jsonschema==3.2.0
jupyter-client==6.0.0
jupyter-core==4.6.3
jupyterlab==2.0.0
jupyterlab-server==1.0.6
Keras==2.2.4
Keras-Applications==1.0.8
Keras-Preprocessing==1.1.0
kiwisolver==1.1.0
lightgbm==2.3.1
llvmlite==0.31.0
LunarCalendar==0.0.9
lxml==4.5.0
Markdown==3.2.1
MarkupSafe==1.1.1
matplotlib==3.1.3
memory-profiler==0.57.0
mistune==0.8.4
more-itertools==8.2.0
mplfinance==0.12.3a3
nbconvert==5.6.1
nbformat==5.0.4
notebook==6.0.3
numba==0.48.0
numpy==1.18.1
openpyxl==3.0.3
opt-einsum==3.2.0
packaging==20.1
pandas==1.0.4
pandas-datareader==0.8.1
pandas-market-calendars==1.2
pandocfilters==1.4.2
parso==0.6.1
patsy==0.5.1
pickleshare==0.7.5
Pillow==7.0.0
pluggy==0.12.0
prometheus-client==0.7.1
prompt-toolkit==3.0.3
protobuf==3.11.3
psutil==5.7.0
py==1.8.1
pycparser==2.20
Pygments==2.5.2
pyOpenSSL==19.1.0
pyparsing==2.4.6
PyQt5==5.12.3
PyQt5-sip==4.19.18
PyQtWebEngine==5.12.1
pyrsistent==0.15.7
PySocks==1.7.1
pytest==5.4.1
python-dateutil==2.8.1
pytz==2019.3
pywin32==227
pywinpty==0.5.7
PyYAML==5.3
pyzmq==19.0.0
Quandl==3.4.6
requests==2.23.0
requests-file==1.4.3
scikit-learn==0.22.2.post1
scipy==1.4.1
seaborn==0.10.0
selenium==3.141.0
Send2Trash==1.5.0
six==1.14.0
sklearn==0.0
slack==0.0.2
slacker==0.14.0
soupsieve==2.0
SQLAlchemy==1.3.15
statsmodels==0.11.1
tensorboard==1.15.0
tensorflow==1.15.0
tensorflow-estimator==1.15.1
termcolor==1.1.0
terminado==0.8.3
testpath==0.4.4
tornado==6.0.3
tqdm==4.43.0
traitlets==4.3.3
typesentry==0.2.7
urllib3==1.25.8
wcwidth==0.1.8
webencodings==0.5.1
Werkzeug==1.0.0
win-inet-pton==1.1.0
wincertstore==0.2
wrapt==1.12.0
xgboost==0.90
xlrd==1.2.0
zipp==3.0.0
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
from pathlib import Path

# https://github.com/matplotlib/mpl_finance
from mpl_finance import candlestick2_ochl, volume_overlay
# from mpl_finance import candlestick2_ochl, volume_overlay
from mplfinance import candlestick2_ochl, volume_overlay


def isnan(value):
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ matplotlib==3.1.3
memory-profiler==0.57.0
mistune==0.8.4
more-itertools==8.2.0
mplfinance==0.12.3a3
nbconvert==5.6.1
nbformat==5.0.4
notebook==6.0.3
Expand Down

0 comments on commit a044c45

Please sign in to comment.