From 9f13ca91ab446df7795ccf7e6c928fcc0e87e0ef Mon Sep 17 00:00:00 2001 From: moshferatu Date: Thu, 19 Sep 2024 05:09:23 -0700 Subject: [PATCH] Add description to VIX RSI strategy documentation --- strategies/vix-rsi/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/strategies/vix-rsi/README.md b/strategies/vix-rsi/README.md index f726a59..c46c097 100644 --- a/strategies/vix-rsi/README.md +++ b/strategies/vix-rsi/README.md @@ -1,3 +1,5 @@ # VIX RSI +This strategy was taken from chapter 12 of [*Short Term Trading Strategies That Work*](https://moshferatu.dev/moshferatu/short-term-trading-strategies-that-work) (2008) by Larry Connors. + --- \ No newline at end of file