edgetrader / candlestick-pattern

Candlestick Pattern Detection using Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Candlestick Pattern Detection

Summary

This analysis follows the steps found in the article "Recognizing over 50 Candlestick Patterns with Python" by Caner Irfanoglu. I thank him for making his work public.

Candlestick patterns is one of many features for machine learning modeling work to predict time-series returns of investible assets like shares, currency, cryptos, etc.

Notebook

  1. https://github.com/edgetrader/candlestick-pattern/blob/master/notebook/candlestick-pattern.ipynb

Reference

  1. https://medium.com/analytics-vidhya/recognizing-over-50-candlestick-patterns-with-python-4f02a1822cb5
  2. https://github.com/mrjbq7/ta-lib
  3. https://en.wikipedia.org/wiki/Candlestick_pattern
  4. https://www.youtube.com/watch?v=sJCgnSOcTPE

About

Candlestick Pattern Detection using Python


Languages

Language:Jupyter Notebook 100.0%