Skip to main content

Machine learning tool for trading built for non-data scientist to easily applying data science concept into trading knowledge

Project description

minotaur-trading

Machine learning tool for trading built for non-data scientist to easily applying data science concept into trading knowledge

Installation

Install using pip

pip install minotaur-trading

Usage Example

>>> from minotaur_trading.src.simple_chart import simple_chart
>>> simple = Simple_chart('BBCA.JK')
>>> df = simple.ingest()
>>> df = simple.set_ma(100)
>>> print(df.tail())
>>> simple.visualize(df,['Open', 'Close'])

Requirements

Using minotaur-trading requires the following packages:


* pandas

* pandas-datareader

* scikit-learn

* beautifulsoup4

* matplotlib

Install latest development version

>>> pip install git+https://github.com/Anggi-Permana-Harianja/minotaur-trading.git

or

>>> git clone https://github.com/Anggi-Permana-Harianja/minotaur-trading.git

>>> cd minotaur-trading

>>> python setup.py install

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

minotaur_trading-1.7.4-py3-none-any.whl (17.9 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