Skip to main content

A package to identify stock candlestick pattern

Project description

# Stockie

a stock screener to help stock trader in making trading decision.

# Feature in Stockie 1.0 * Multiple stock input <br> This version allows multiple input for stock to be analyzed or displayed later. * Tabular of candlestick detector <br> you can show the table that show whether a specific candlestick pattern has formed or not, with total more than 50 patterns. * Interactive Candlestick stock screener <br> an interactive HTML display of stock in candlestick. * Happening Pattern <br> a table that show the currenly happening pattern in last 10 days with it’s accuracy based on the past and number their occurance.

# Setup ### Install the package `python !pip install stockie ` ### Import `python from Stockie.stockie import stockie `

# Utilization ### load in stock name To load in the data, We use [yfinance](https://pypi.org/project/yfinance/) package which is included inside. So, the input just nned to be the ticker of the stock which is registered. `python a = stockie(['UNVR.JK','AAPL','AMZN.BA']) ` ### display tabular data `python df = a.find_pattern()['AAPL'] ` <img alt=”Notebook Widgets” src=”https://github.com/suparjotamin/stockie/blob/master/Asset/sample%20tab%20gif.gif” width=”600” />

### Stock screener `python a.get_candlestick_report() `

<img alt=”Notebook Widgets” src=”https://github.com/suparjotamin/stockie/blob/master/Asset/screener.gif” width=”600” />

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

stockie-1.0.4.tar.gz (23.2 kB view hashes)

Uploaded Source

Built Distribution

stockie-1.0.4-py3-none-any.whl (24.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page