KO Strategy Templates

Strategy Overview
Section titled “Strategy Overview”- KO + Trend Filter — Volume confirmation in trending markets
- KO + RSI — Volume + momentum confluence
- KO + EMA — Volume trend with price direction
Strategy 1: KO with Trend Filter
Overview
Use KO signals filtered by ADX trend strength for directional trades.
When This Works Best
- Trending markets
- 4H to 1D timeframes
Algorithm Configuration
| Setting | Value |
|---|---|
| Type | BOTH |
| Position Size | 45% of equity (REL) |
| Order Type | MARKET |
| Timeout | COOLDOWN_ONLY, 3 bars |
Long Entry Conditions
| Group | Indicator | Signal | Threshold |
|---|---|---|---|
| Required | KO | klinger_above_zero | 0 |
| Required | ADX | adx_above_threshold | 25 |
Long Exit Conditions
| Setting | Value |
|---|---|
| Required | KO · klinger_below_zero |
| Stop Loss | 5% (REL), trailing |
| Take Profit | 10% (REL) |
Short Entry Conditions
| Group | Indicator | Signal | Threshold |
|---|---|---|---|
| Required | KO | klinger_below_zero | 0 |
| Required | ADX | adx_above_threshold | 25 |
Short Exit Conditions
| Setting | Value |
|---|---|
| Required | KO · klinger_above_zero |
| Stop Loss | 5% (REL), trailing |
| Take Profit | 10% (REL) |
Recommended Parameters
| Indicator | Parameter | Value | Notes |
|---|---|---|---|
| KO | Period | 14 bars | Standard |
| ADX | Threshold | 25 | Trend filter |
Strategy 2: KO + RSI Confluence
Overview
Combine KO with RSI extremes for higher-conviction entries.
When This Works Best
- Markets with periodic pullbacks
- 1H to 4H timeframes
Algorithm Configuration
| Setting | Value |
|---|---|
| Type | BOTH |
| Position Size | 35% of equity (REL) |
| Order Type | MARKET |
| Timeout | REGULAR, 2 bars |
Long Entry Conditions
| Group | Indicator | Signal | Threshold |
|---|---|---|---|
| Required | KO | klinger_above_zero | 0 |
| Required | RSI | rsi_below_threshold | 35 |
Long Exit Conditions
| Setting | Value |
|---|---|
| Required | RSI · rsi_above_threshold · 60 |
| Stop Loss | 4% (REL) |
| Take Profit | 8% (REL) |
Short Entry Conditions
| Group | Indicator | Signal | Threshold |
|---|---|---|---|
| Required | KO | klinger_below_zero | 0 |
| Required | RSI | rsi_above_threshold | 65 |
Short Exit Conditions
| Setting | Value |
|---|---|
| Required | RSI · rsi_below_threshold · 40 |
| Stop Loss | 4% (REL) |
| Take Profit | 8% (REL) |
Recommended Parameters
| Indicator | Parameter | Value | Notes |
|---|---|---|---|
| KO | Period | 14 bars | Standard |
| RSI | Period | 14 | Momentum |
Strategy 3: KO + EMA Direction
Overview
Use EMA for trend direction and KO for entry timing.
When This Works Best
- Trending markets with clear direction
- 4H to 1D timeframes
Algorithm Configuration
| Setting | Value |
|---|---|
| Type | BOTH |
| Position Size | 40% of equity (REL) |
| Order Type | MARKET |
| Timeout | COOLDOWN_ONLY, 5 bars |
Long Entry Conditions
| Group | Indicator | Signal | Threshold |
|---|---|---|---|
| Required | KO | klinger_above_zero | 0 |
| Required | EMA | price_above_ema | — |
Long Exit Conditions
| Setting | Value |
|---|---|
| Required | EMA · price_below_ema |
| Stop Loss | 5% (REL) |
| Take Profit | 10% (REL) |
Short Entry Conditions
| Group | Indicator | Signal | Threshold |
|---|---|---|---|
| Required | KO | klinger_below_zero | 0 |
| Required | EMA | price_below_ema | — |
Short Exit Conditions
| Setting | Value |
|---|---|
| Required | EMA · price_above_ema |
| Stop Loss | 5% (REL) |
| Take Profit | 10% (REL) |
Recommended Parameters
| Indicator | Parameter | Value | Notes |
|---|---|---|---|
| KO | Period | 14 bars | Standard |
| EMA | Period | 20 bars | Direction |
Backtesting Recommendations
Section titled “Backtesting Recommendations”- Test KO with and without: Measure if volume confirmation improves results
- Compare volume indicators: See which provides unique value