The modern cryptocurrency trading bot framework written in Go.
Go to file
2020-10-08 22:20:59 +08:00
accounting move packages 2020-10-05 17:47:25 +08:00
bbgo move packages 2020-10-05 17:47:25 +08:00
cmd move packages 2020-10-05 17:47:25 +08:00
exchange improve max exchange order query api 2020-10-08 22:03:25 +08:00
fixedpoint move packages 2020-10-05 17:47:25 +08:00
migrations add migration files 2020-10-05 17:51:01 +08:00
notifier/slacknotifier move packages 2020-10-05 17:47:25 +08:00
service move packages 2020-10-05 17:47:25 +08:00
sigchan move packages 2020-10-05 17:47:25 +08:00
slack move packages 2020-10-05 17:47:25 +08:00
types implement QueryTrades method on max 2020-10-06 18:44:56 +08:00
util first max token market maker 2020-10-03 11:11:59 +08:00
.gitignore ignore local dotenv files 2020-10-08 21:57:58 +08:00
go.mod clean up 2020-10-07 13:36:11 +08:00
go.sum clean up 2020-10-07 13:36:11 +08:00
LICENSE Create LICENSE 2020-10-08 22:20:59 +08:00
README.md Create README.md 2020-10-08 20:49:05 +08:00

bbgo

A trading bot framework written in Go. The name bbgo comes from the BB8 bot in the Star Wars movie. aka Buy BitCoin Go!

Current Status

Working hard in progress

aims to release v1.0 before 11/14

Features

  • Exchange abstraction interface
  • Stream integration (user data websocket)
  • PnL calculation.

License

MIT License