BBGO is a Go-based framework for developing and operating cryptocurrency trading bots, offering an exchange abstraction layer and real-time market data integration. It supports running built-in strategies, such as Grid strategy, and allows developers to implement custom ones, leveraging its back-testing engine. You'd typically interact with it via a command line to configure and execute your trading logic.
BBGO provides a Go-based framework for building and running cryptocurrency trading bots.
Individuals looking to deploy cryptocurrency trading bots, or developers wanting a Go framework to build and test custom trading strategies, will find BBGO useful.