SDK for CryptoDock's remote API. Included when bootstrapping a new strategy template with the CryptoDock desktop iOS app, and used in the CryptoDock remote backtesters.
Project description
CryptoDock Python SDK
CryptoDock SDK is a Python package used alongside the CryptoDock desktop iOS app, the CryptoDock remote API, and the CryptoDock remote Backtesters.
When bootstrapping a trading strategy in the CryptoDock desktop app the SDK is copied into the target local directory for your use in strategy development. It communicates with the remote API to pull historic and current trading data from multiple exchanges.
Using this method we can normalize the structures of data from across the exchanges, and provide a semantic interface, allowing for a much more efficient strategy development and research process.
The remote Backtesters also use the SDK for their Backtesting in order to maintain consistency in data structures between the local strategy development and backtesting environment.
Installation
To install the SDK run: pip install cryptodock-sdk
, or pip install cryptodock-sdk==0.0.1
This package will not work unless used alongside CryptoDock.
Usage
(import package)
from cryptodock_sdk import CryptoDockSdk
(initialize SDK)
sdk = CryptoDockSdk(base=<base_url>, port=<port>, version=<api_version>)
History
- Initial Release
Credits
- Company: ©2019 The Launch
- Author: Daniel Griffiths
- Role: Founder and Engineer
- Project: ©2020 CryptoDock
License
MIT Licence ©2020 Daniel Griffiths
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
Built Distribution
Hashes for cryptodock_sdk-0.0.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 29adb7ad862797d06ff18744405640985096c05b7810daa601f5928c420678f9 |
|
MD5 | 0bea0cb13d6073a33ac51e62faa1f0e3 |
|
BLAKE2b-256 | fc4a645fd11755c7b1bae3e4cf96916ccdce811c4cab2f067be54ec40468032e |