From 7a0b2bfe05241f661a6c9e1dc6b331a497b39f90 Mon Sep 17 00:00:00 2001 From: Onur Cinar Date: Sat, 31 Aug 2024 00:19:27 -0700 Subject: [PATCH] Doc update (#202) # Describe Request Inverse strategy removed from the compound strategies. # Change Type Code maintenance. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 706453f..58be376 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,6 @@ The following list of strategies are currently supported by this package: Compound strategies merge multiple strategies to produce integrated recommendations. They combine individual strategies' recommendations using various decision-making logic. - [All Strategy](strategy/README.md#type-allstrategy) -- [Inverse Strategy](strategy/README.md#type-inversestrategy) - [Majority Strategy](strategy/README.md#type-majoritystrategy) - [MACD-RSI Strategy](strategy/compound/README.md#type-macdrsistrategy) - [Or Strategy](strategy/README.md#type-orstrategy)