13 lines
620 B
Markdown
13 lines
620 B
Markdown
# Connors VIX Reversal 3
|
|
|
|
This strategy was taken from chapter 2 of [*Connors on Advanced Trading Strategies*](https://moshferatu.dev/moshferatu/connors-on-advanced-trading-strategies) (1998).
|
|
|
|
It is the third and final [Connors VIX Reversal](https://moshferatu.dev/moshferatu/ninjatrader/src/branch/main/strategies/connors-vix-reversals) presented in the book.
|
|
|
|
## Rules
|
|
|
|
1. The low of the VIX must be above its 10-day moving average.
|
|
2. If the VIX closes at least 10% above its 10-day moving average, enter a long trade.
|
|
3. Exit the trade when VIX trades (intraday) below the previous day's 10-day moving average.
|
|
|
|
--- |