Hull Ma Stochastic Strategy (C#)

by StockSharp

Hull Ma Stochastic Strategy Hull Moving Average + Stochastic Oscillator strategy. Strategy enters when HMA trend direction changes with Stochastic confirming oversold/overbought conditions. Testing in...

1.6K Downloads
☆☆☆☆☆ Rating
0 Reviews
NuGet 5.0.2 Install-Package StockSharp.Strategies.0169_Hull_MA_Stochastic -Version 5.0.2
Hull Ma Stochastic Strategy (C#)

Hull Ma Stochastic Strategy

Hull Moving Average + Stochastic Oscillator strategy. Strategy enters when HMA trend direction changes with Stochastic confirming oversold/overbought conditions.

Testing indicates an average annual return of about 94%. It performs best in the stocks market.

Hull MA quickly reveals trend direction. Stochastic waits for a dip or rally within that trend to trigger the trade.

A flexible approach for those wanting smooth signals. ATR-based stops cap potential loss.

Details

  • Entry Criteria:
    • Long: HullMA turning up && StochK < 20
    • Short: HullMA turning down && StochK > 80
  • Long/Short: Both
  • Exit Criteria:
    • Hull MA change of direction
  • Stops: ATR-based using StopLossAtr
  • Default Values:
    • HmaPeriod = 9
    • StochPeriod = 14
    • StochK = 3
    • StochD = 3
    • CandleType = TimeSpan.FromMinutes(5).TimeFrame()
    • StopLossAtr = 2m
  • Filters:
    • Category: Mean reversion
    • Direction: Both
    • Indicators: Hull MA, Moving Average, Stochastic Oscillator
    • Stops: Yes
    • Complexity: Intermediate
    • Timeframe: Mid-term
    • Seasonality: No
    • Neural Networks: No
    • Divergence: No
    • Risk Level: Medium

User Reviews

Login to write a review

No reviews yet