From 2ef86e4e7194ee631b5f896f702b4bd56e735db9 Mon Sep 17 00:00:00 2001 From: Samiksha Mishra <38784342+mishrasamiksha@users.noreply.github.com> Date: Sat, 21 Oct 2023 17:51:33 +0530 Subject: [PATCH] Update README.md Corrected typo error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b947f5aca..eb0011a00 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ the implementation. | irr | this strategy opens the position based on the predicated return rate | long/short | | | bollmaker | this strategy holds a long-term long/short position, places maker orders on both side, uses bollinger band to control the position size | maker | | | wall | this strategy creates wall (large amount order) on the order book | maker | no | -| scmaker | this market making strategy is desgiend for stable coin markets, like USDC/USDT | maker | | +| scmaker | this market making strategy is designed for stable coin markets, like USDC/USDT | maker | | | drift | | long/short | | | rsicross | this strategy opens a long position when the fast rsi cross over the slow rsi, this is a demo strategy for using the v2 indicator | long/short | | | marketcap | this strategy implements a strategy that rebalances the portfolio based on the market capitalization | rebalance | no |