From f1a5e26cac9b9dee1274da733f54285ab2470bc9 Mon Sep 17 00:00:00 2001 From: moshferatu Date: Fri, 30 Aug 2024 08:39:44 -0700 Subject: [PATCH] Make it more clear that the Knife Catcher strategy is a swing trading strategy in the documentation --- strategies/knife-catcher/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strategies/knife-catcher/README.md b/strategies/knife-catcher/README.md index dd73a36..7031e0b 100644 --- a/strategies/knife-catcher/README.md +++ b/strategies/knife-catcher/README.md @@ -1,6 +1,6 @@ # Knife Catcher Bot -This strategy was taken from chapter 3 in *[Short Term Trading Strategies That Work](https://moshferatu.dev/moshferatu/short-term-trading-strategies-that-work)* (2008) by Larry Connors. +This swing trading strategy was taken from chapter 3 in *[Short Term Trading Strategies That Work](https://moshferatu.dev/moshferatu/short-term-trading-strategies-that-work)* (2008) by Larry Connors. The strategy is not named as such in the book, but I thought it was fitting.