Hull MA CCI Strategy (C#). StockSharp

Author: StockSharp
N: 1694
v5.0.2 (6/5/2026)
Downloads: 1625

This strategy uses Hull MA CCI indicators to generate signals. Long entry occurs when HMA(t) > HMA(t-1) && CCI < -100 (HMA rising with oversold conditions). Short entry occurs when HMA(t) < HMA(t-1) && CCI > 100 (HMA falling with overbought conditions). It is suitable for traders seeking opportunities in mixed markets. [list] [][b]Entry Criteria[/b]: [list] [][b]Long[/b]: HMA(t) > HMA(t-1) && CCI < -100 (HMA rising with oversold conditions) [][b]Short[/b]: HMA(t) < HMA(t-1) && CCI > 100 (HMA falling with overbought conditions) [/list] [][b]Long/Short[/b]: Both sides. [][b]Exit Criteria[/b]: [list] [][b]Long[/b]: Exit long position when HMA starts falling [][b]Short[/b]: Exit short position when HMA starts rising [/list] [][b]Stops[/b]: Yes. [][b]Default Values[/b]: [list] [][b]HullPeriod[/b] = 9 [][b]CciPeriod[/b] = 20 [][b]AtrPeriod[/b] = 14 [][b]AtrMultiplier[/b] = 2m [][b]CandleType[/b] = TimeSpan.FromMinutes(5) [/list] [][b]Filters[/b]: [list] []Category: Mixed []Direction: Both []Indicators: Hull MA CCI []Stops: Yes []Complexity: Intermediate []Timeframe: Intraday []Seasonality: No []Neural networks: No []Divergence: No [*]Risk Level: Medium [/list] [/list]