From 7a0609dae21d34289bb555ecd7b657faab94a953 Mon Sep 17 00:00:00 2001 From: Yo-An Lin Date: Fri, 19 Aug 2022 10:57:02 +0800 Subject: [PATCH] Add bbgo (#4315) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5a62d890..42ea9176 100644 --- a/README.md +++ b/README.md @@ -1053,6 +1053,7 @@ _Packages for accounting and finance._ - [accounting](https://github.com/leekchan/accounting) - money and currency formatting for golang. - [ach](https://github.com/moov-io/ach) - A reader, writer, and validator for Automated Clearing House (ACH) files. +- [bbgo](https://github.com/c9s/bbgo) - A crypto trading bot framework written in Go. Including common crypto exchange API, standard indicators, back-testing and many built-in strategies. - [currency](https://github.com/bojanz/currency) - Handles currency amounts, provides currency information and formatting. - [currency](https://github.com/bnkamalesh/currency) - High performant & accurate currency computation package. - [decimal](https://github.com/shopspring/decimal) - Arbitrary-precision fixed-point decimal numbers.