13 lines
505 B
Markdown
13 lines
505 B
Markdown
# Connors VIX Reversal 2
|
|
|
|
This strategy was taken from chapter 2 of [*Connors on Advanced Trading Strategies*](https://moshferatu.dev/moshferatu/connors-on-advanced-trading-strategies) (1998).
|
|
|
|
## Rules
|
|
|
|
1. The 5-period RSI of VIX must be above 70 on the previous daily bar.
|
|
2. If the current VIX close is < the previous close, enter a long trade (e.g., on SPY).
|
|
3. Exit any open trade 5 trading days later.
|
|
|
|
I am not including short trades like in the book as the results were consistently negative.
|
|
|
|
--- |