Skip to content

KC Strategy Templates

  1. KC Breakout + ADX — Trend-confirmed breakouts
  2. KC + RSI — Band touch + momentum
  3. KC Mean Reversion — Trade in ranging markets

Strategy 1: KC Breakout + ADX

Overview

Trade KC band breaks in trending markets.

When This Works Best

  • Trending markets
  • 4H to 1D

Algorithm Configuration

SettingValue
TypeBOTH
Position Size40% of equity (REL)
Order TypeMARKET
TimeoutCOOLDOWN_ONLY, 3 bars

Long Entry Conditions

GroupIndicatorSignalThreshold
RequiredKCprice_above_upperBand
RequiredADXadx_above_threshold25

Long Exit Conditions

SettingValue
RequiredKC · price_below_lowerBand
Stop Loss5% (REL), trailing
Take Profit12% (REL)

Short Entry Conditions

GroupIndicatorSignalThreshold
RequiredKCprice_below_lowerBand
RequiredADXadx_above_threshold25

Short Exit Conditions

SettingValue
RequiredKC · price_above_upperBand
Stop Loss5% (REL), trailing
Take Profit12% (REL)

Recommended Parameters

IndicatorParameterValueNotes
KCPeriod20 barsStandard
ADXThreshold25Trend filter

Strategy 2: KC + RSI Reversal

Overview

Trade KC band touches confirmed by RSI extremes in ranging markets.

When This Works Best

  • Ranging markets
  • 1H to 4H

Algorithm Configuration

SettingValue
TypeBOTH
Position Size30% of equity (REL)
Order TypeMARKET
TimeoutCOOLDOWN_ONLY, 5 bars

Long Entry Conditions

GroupIndicatorSignalThreshold
RequiredKCprice_below_lowerBand
RequiredRSIrsi_below_threshold30

Long Exit Conditions

SettingValue
RequiredRSI · rsi_above_threshold · 60
Stop Loss4% (REL)
Take Profit8% (REL)

Short Entry Conditions

GroupIndicatorSignalThreshold
RequiredKCprice_above_upperBand
RequiredRSIrsi_above_threshold70

Short Exit Conditions

SettingValue
RequiredRSI · rsi_below_threshold · 40
Stop Loss4% (REL)
Take Profit8% (REL)

Recommended Parameters

IndicatorParameterValueNotes
KCPeriod20 barsStandard
RSIPeriod14Momentum

Strategy 3: KC Mean Reversion

Overview

Trade reversals at KC bands when market is ranging (ADX < 20).

When This Works Best

  • Ranging/sideways markets
  • 1H to 4H

Algorithm Configuration

SettingValue
TypeBOTH
Position Size30% of equity (REL)
Order TypeMARKET
TimeoutCOOLDOWN_ONLY, 5 bars

Long Entry Conditions

GroupIndicatorSignalThreshold
RequiredKCprice_below_lowerBand
RequiredADXadx_below_threshold20

Long Exit Conditions

SettingValue
RequiredKC · price_above_upperBand
Stop Loss3% (REL)
Take Profit6% (REL)

Short Entry Conditions

GroupIndicatorSignalThreshold
RequiredKCprice_above_upperBand
RequiredADXadx_below_threshold20

Short Exit Conditions

SettingValue
RequiredKC · price_below_lowerBand
Stop Loss3% (REL)
Take Profit6% (REL)

Recommended Parameters

IndicatorParameterValueNotes
KCPeriod20 barsStandard
ADXThreshold20Range filter

  • Test KC period: Find the lookback that captures meaningful breakouts
  • Compare KC with BB: See which provides better signals for your asset