Skip to main content

No project description provided

Project description

A python package to calcuate trends in stock markets.

Latest PyPI version Latest Travis CI build status

Installation

To install stable version from pypi, run

pip install stocktrends

To install latest code from github, run

pip install git+https://github.com/chillaranand/stocktrends

Usage

Renko chart calcuation

from stocktrends import Renko


renko = Renko(df)
renko.brick_size = 2
data = renko.get_ohlc_data()
print(data.tail())

LineBreak chart calcuation

from stocktrends import LineBreak


lb = LineBreak(df)
lb.line_number = 3
data = lb.get_ohlc_data()
print(data.tail())

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

stocktrends-0.1.2-py3.5.egg (4.3 kB view hashes)

Uploaded Source

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