ninjatrader/strategies/engulfing
2024-12-18 08:36:24 -08:00
..
EngulfingBot.cs Add long-term trend period parameter to Engulfing strategy 2024-12-18 07:47:49 -08:00
README.md Add SPY backtest results for Engulfing strategy 2024-12-18 08:36:24 -08:00

Engulfing

A simple swing trading strategy based on the engulfing candle pattern.

Very similar to the Bearish Engulfing strategy.

Rules

  1. Define an engulfing candle as one where the high is higher than the previous candle's high and the close is lower than the previous candle's low.
  2. If the asset (e.g., SPY) is above its 200-day moving average, enter a long trade.
  3. If below the 200-day moving average, enter a short trade.
  4. Exit the trade following any close in profit or when the close is higher than the previous high (for longs) or lower than the previous low (for shorts).

Parameters

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

Backtest Results

SPY

SPY Analysis

SPY Summary