Simple example of own trading bot running on your computer or own cloud, using Cryptocurrencies.AI for more advanced execution
$ 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
// todo