https://github.com/the-launch-tech/cryptodock-suite
The idea here is to have a Python package that can be an extendable suite of analytic tools for the Cryptodock strategies.
https://github.com/the-launch-tech/cryptodock-suite
Last synced: 9 months ago
JSON representation
The idea here is to have a Python package that can be an extendable suite of analytic tools for the Cryptodock strategies.
- Host: GitHub
- URL: https://github.com/the-launch-tech/cryptodock-suite
- Owner: the-launch-tech
- License: mit
- Created: 2020-01-30T00:33:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-04T01:46:13.000Z (over 6 years ago)
- Last Synced: 2025-07-08T08:47:35.644Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CryptoDock Python SDK
CryptoDock Suite is a Python package used alongside the CryptoDock desktop iOS app, the CryptoDock remote API, the CryptoDock Strategy Framework, and the CryptoDock SDK.
After running tests and live trading you can use the CryptoDock Suite to analyze the results and meta data provided by the CryptoDock Strategy Framework using Pandas and other popular Python packages.
## Installation
To install the Suite run: `pip install cryptodock-suite`, or `pip install cryptodock-suite==0.0.1`
This package will not work unless used alongside CryptoDock.
## Usage
### Import Package(s)
- `from cryptodock_suite import CryptoDockSuite`
### Initialize SDK
- `class Suite(CryptoDockSuite) :`
## History
- Initial Release
## Credits
- Company: ©2019 The Launch
- Author: Daniel Griffiths
- Role: Founder and Engineer
- Project: ©2020 CryptoDock
## License
MIT Licence ©2020 Daniel Griffiths