Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 595 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 595 Bytes

trading-bot-example

Simple example of own trading bot running on your computer or own cloud, using Cryptocurrencies.AI for more advanced execution

Installation

$ git clone https://github.com/Cryptocurrencies-AI/trading-bot-example.git
$ cd trading-bot-example
$ pip3 install -r requirements.txt
$ python3 trade.py
$ get your api key on: https://app.cryptocurrencies.ai/profile/api
$ get your account id on: https://app.cryptocurrencies.ai/profile/accounts by clicking "Copy ID" button
$ replace SECRET with api key & replace KEYID with your account id

Deployment

// todo