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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file stockie-0.0.28.tar.gz.
File metadata
- Download URL: stockie-0.0.28.tar.gz
- Upload date:
- Size: 23.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
33820e8d328f48fc13f1a391c05060a48e81a7d1783529dca6b2f151d62f8315
|
|
| MD5 |
ba2118c0c2c1ea241e650f4c1b989c17
|
|
| BLAKE2b-256 |
059de6de328cf4ad9c00e5834076785585d4f4fb4baad4e1dd9ba75f8d2e7b5b
|
File details
Details for the file stockie-0.0.28-py3-none-any.whl.
File metadata
- Download URL: stockie-0.0.28-py3-none-any.whl
- Upload date:
- Size: 24.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
948cd698c00b068b8ff6f12486a3d0066cf703079bc3924901ab3b651fa8d1e6
|
|
| MD5 |
c0188388f6fcc737422d32c8922b8c29
|
|
| BLAKE2b-256 |
c9f2509eff2abed604568049d13c318c23349ec915ce51326fd738c3315e6df4
|