Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yinruiqing/ccxt_notes
https://github.com/yinruiqing/ccxt_notes
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/yinruiqing/ccxt_notes
- Owner: yinruiqing
- Created: 2018-05-08T21:14:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-08T21:46:12.000Z (over 6 years ago)
- Last Synced: 2024-10-10T19:26:34.306Z (2 months ago)
- Language: Jupyter Notebook
- Size: 127 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ccxt - ccxt_notes - jupiter notebooks (Python examples)
README
# ccxt 笔记
参考了 [blockhedging](https://github.com/bilibilihuangyifan/blockhedging) 和 [ccxt 文档](https://github.com/ccxt/ccxt)
## 配置开发环境
```bash
$ conda create --name ccxt anaconda=4.4.0 python=3.6
$ source activate ccxt
$ pip install ccxt
```