KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
bot
★ 17
Open GitHub ↗
CCXT + Binance python program.
Download README (.md)
Explore Similar Repositories
Stock-Forecasting
:
股票预测,Pytorch,LSTM。
react-strapi-img
:
react-strapi-img is a wrapper for images, that handles responsive sizes, lazyloading and loading-animation. It is built to consume the image-data from Strapi.
node-distributed-debounce
:
debounce function for distributed system with redis and nodejs.
ShadowDecorate
:
android 弥散阴影(单边投影 、四周弥散),布局无侵入,不占用View空间【博客地址 https://www.jianshu.com/p/1b8e565f547b】
The-Art-of-Doing-Code-40-Challenging-Python-Programs-Today
:
The Art of Doing: Code 40 Challenging Python Programs Today! [Video], published by Packt.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
bot
?
Download (.md)
# Sample Bot program CCXT + Binance python program. ## setup steps 1. Copy the template `configuration.json.template` and rename it to `configuration.json`. You need to configure API key and Secret in the file. 2. Prepare `strategy.py` with your own trading strategy. 3. Modify `configuration.json` with your own parameters. 4. Run a bot program as below once.py is just a one-time runner for your testing purpose. ```sh $ python main.py configuration.json strategy.py $ python once.py configuration.json strategy.py ```