From 74f93f80fada8813760faaeac8d072d1bdd8b9ea Mon Sep 17 00:00:00 2001 From: Yo-An Lin Date: Fri, 23 Dec 2022 13:14:47 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d7bad59f2..9d04b7ccd 100644 --- a/README.md +++ b/README.md @@ -362,6 +362,10 @@ Check out the strategy directory [strategy](pkg/strategy) for all built-in strat - `flashcrash` strategy implements a strategy that catches the flashcrash [flashcrash](pkg/strategy/flashcrash) - `marketcap` strategy implements a strategy that rebalances the portfolio based on the market capitalization [marketcap](pkg/strategy/marketcap). See [document](./doc/strategy/marketcap.md). +- `pivotshort` - shorting focused strategy. +- `irr` - return rate strategy. +- `drift` - drift strategy. +- `grid2` - the second-generation grid strategy. To run these built-in strategies, just modify the config file to make the configuration suitable for you, for example if you want to run