ninjatrader/strategies/vxx-trend
2024-10-06 06:26:31 -07:00
..
README.md Add parameters to VXX Trend strategy documentation 2024-10-06 06:26:31 -07:00
VXXTrendBot.cs

VXX Trend

This strategy was taken from chapter 6 of Buy the Fear, Sell the Greed (2018) by Larry Connors.

Rules

  1. When the 10-period moving average crosses under the 30-period moving average, enter a short trade on VXX.
  2. Exit the trade when the 10-period moving average crosses above the 30-period moving average.

Parameters

Short-Term Trend Period: The period of the short term trend as measured using a simple moving average. (Default: 10)

Long-Term Trend Period: The period of the long-term trend as measured using a simple moving average. (Default: 30)