Socket
Book a DemoInstallSign in
Socket

stockie

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stockie

A package to identify stock candlestick pattern

pipPyPI
Version
1.0.25
Maintainers
1

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


.. code:: python

	!pip install stockie


Import
~~~~~~

.. code:: 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.

.. code:: python

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

Display tabular data


.. code:: python

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


Stock screener
~~~~~~~~~~~~~~

.. code:: python

	a.get_candlestick_report()





, 

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts