Skip to content

aldrin-labs/trading-bot-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Python boilerplate for own bot creation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages