From 0f0a0185b929f75d2cb413d5e6e79962cb662012 Mon Sep 17 00:00:00 2001 From: c9s Date: Mon, 6 Jun 2022 06:49:44 +0800 Subject: [PATCH] update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bb54ec542..8b6a77b1a 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ You can use BBGO's underlying common exchange API, currently it supports 4+ majo - PnL calculation. - Slack/Telegram notification. - Back-testing: KLine-based back-testing engine. See [Back-testing](./doc/topics/back-testing.md) +- Built-in parameter optimization tool. - Built-in Grid strategy and many other built-in strategies. - Multi-exchange session support: you can connect to more than 2 exchanges with different accounts or subaccounts. - Standard indicators, e.g., SMA, EMA, BOLL, VMA, MACD...