Skip to main content

A package to identify stock candlestick pattern

Project description

Stockie

a stock screener to help the stock traders in making a trading decisions.

Feature in Stockie 1.0

  • Multiple stock input, This version allows multiple inputs for stock to be analyzed or displayed later.

  • Tabular of candlestick detector, you can show the table that shows whether a specific candlestick pattern has formed or not, with totally more than 50 patterns.

  • Interactive Candlestick stock screener, an interactive HTML display of stock in candlestick.

  • Happening Pattern, 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

Installing

!pip install stockie

Import

from Stockie.stockie import stockie

Utilization

Load in stock name

To load in the data, We use yfinance package which is included inside. So, the input just nned to be the ticker of the stock which is registered.

a = stockie(['UNVR.JK','AAPL','AMZN.BA'])

Display tabular data

df = a.find_pattern()['AAPL']

Stock screener

a.get_candlestick_report()

,

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.25.tar.gz (23.2 kB view hashes)

Uploaded Source

Built Distribution

stockie-1.0.25-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