Simpleton Signals Kimi_Claude Variant v0.04

7-Indicator Regime-Adaptive Signal Engine with Built-In Backtester
Pine Script v6 — TradingView Overlay Indicator

Table of Contents

Overview & What's New in v0.04

Simpleton Signals Kimi_Claude v0.04 is a complete rewrite of the KIMI Signal indicator. It evolves from a simple 4-indicator consensus (v0.02) into a 7-indicator regime-adaptive engine with a built-in backtester.

v0.02 (Previous)

v0.04 (New)

The Core Innovation: Dynamic Strategy

v0.04 doesn't use a fixed strategy. It adapts to market conditions in real-time using ADX regime detection. In trending markets, trend-following indicators (SuperTrend, EMA, MACD) get double weight. In ranging markets, oscillators (RSI, WaveTrend) get double weight. This means the same indicator automatically finds the right strategy for the right conditions — on any timeframe.

The 7 Indicators

#IndicatorTypeSignal LogicRegime Gate
1 RSI(14) Mean Reversion BUY when RSI < oversold (30), SELL when RSI > overbought (70) GATED in TREND
2 MACD(12,26,9) Momentum BUY when MACD > Signal AND histogram > 0 Always active
3 SuperTrend(3,10) Trend BUY when direction flips bearish→bullish GATED in RANGE
4 EMA Stack(9/21/50) Trend BUY when Fast > Medium > Slow (bullish alignment) GATED in RANGE
5 WaveTrend NEW Oscillator BUY when WT1 crosses above WT2 from oversold (<-60) GATED in TREND
6 StochRSI NEW Timing BUY when %K crosses above %D from below 20 Always active
7 ADX Direction NEW Directional BUY when DI+ > DI- (bullish directional movement) Always active

ADX Regime Engine (The Dynamic Strategy)

The ADX (Average Directional Index) measures trend strength on a 0-100 scale. v0.04 classifies the market into three regimes:

RegimeADX ValueMeaningActive IndicatorsGated
TREND ≥ 25 Strong directional movement MACD, SuperTrend, EMA, StochRSI, ADX Dir (5/7) RSI, WaveTrend
MIXED 15-24 Transitional / unclear All 7 indicators active None
RANGE < 15 Sideways / choppy RSI, MACD, WaveTrend, StochRSI, ADX Dir (5/7) SuperTrend, EMA

Why This Works Across All Timeframes

Every timeframe has its own distribution of TREND/MIXED/RANGE periods. A 15m chart might be ranging while the 4H is trending. By adapting which indicators are active based on the current regime on the current chart, the strategy automatically uses the right tools:

Regime-Weighted Scoring System

Unlike v0.02's flat 1-point-per-indicator system, v0.04 uses regime-dependent weights:

IndicatorTREND WeightMIXED WeightRANGE Weight
RSI0 (gated)12 (boosted)
MACD2 (boosted)11
SuperTrend2 (boosted)10 (gated)
EMA Stack2 (boosted)10 (gated)
WaveTrend0 (gated)12 (boosted)
StochRSI111
ADX Direction111
Max Possible977

Confidence % = Score / Max Possible × 100. A score of 6/9 in TREND = 67% confidence. A score of 5/7 in RANGE = 71%.

Timeframe-Scaled TP/SL

TP/SL distances are calculated as ATR(14) × multiplier. When Auto-scale is enabled, the multipliers adjust per timeframe:

ProfileTimeframeTP MultSL MultMax HoldR:R Ratio
SCALP≤ 5m1.25x0.75x8 bars1.67:1
INTRADAY15m1.50x0.75x12 bars2.00:1
SWING-ID1H2.00x1.00x15 bars2.00:1
SWING4H2.50x1.25x20 bars2.00:1
POSITIONDaily3.50x1.75x12 bars2.00:1
MACROWeekly+4.50x2.00x8 bars2.25:1

The R:R ratio is always ≥ 1.67:1 across all timeframes. This ensures positive expectancy even with sub-50% win rates.

Built-In Backtester

How It Works

The backtester tracks every BUY signal at or above the configured minimum level. Key methodology:

Metrics Displayed

MetricFormulaWhat It Means
Win Rate (WR%)Wins / Total × 100Percentage of trades that hit TP or closed profitably
Profit Factor (PF)Gross Win / Gross LossPF > 1.0 = net profitable. PF > 2.0 = strong edge
Expectancy E[R](WR% × AvgWin) - ((1-WR%) × AvgLoss)Expected return per trade in %. Positive = profitable system

Methodology vs TradingView Strategy Tester

FeatureSSK_Claude v0.04TV Strategy Tester
Entry priceNext bar open (honest)Next bar open (default)
TP/SL checkFrozen at entry, checked vs high/lowBroker emulator with OHLC heuristic
Same-bar conflictAlways LOSS (conservative)OHLC direction heuristic (~50/50)
Timeout±0.1% dead zoneCloses at market
CommissionsNone (gross)Configurable (default 0)
SlippageNoneConfigurable (default 0)
Multi-strategy7 indicators in 1 scriptRequires separate scripts
Regime awarenessBuilt-in ADX gatingMust code manually

Bottom line: Our entry methodology matches TV's default (next-bar open). Our same-bar handling is more conservative than TV's heuristic. Results should be directionally similar but our win rates will be slightly lower due to conservative fill — which is a feature, not a bug.

Reading the Info Table

The top-right table shows real-time status of all 7 indicators plus backtester stats:

┌─────────────────────────────────────┐
│ SSK_Claude v0.04    │ SWING-ID      │  ← TF profile
│ Signal              │ BUY           │  ← Current signal
│ Strength            │ 6/9 (67%)     │  ← Score/max (confidence)
│ Regime              │ TREND (ADX 28)│  ← Current regime
│ Active              │ 5/7 indicators│  ← How many not gated
│ --- Indicators ---                  │
│ RSI 42.3            │ GATED         │  ← Blocked in TREND
│ MACD                │ Bullish       │  ← ✓ Counting
│ SuperTrend          │ Bull          │  ← ✓ Counting (2x)
│ EMA Stack           │ Bull Stack    │  ← ✓ Counting (2x)
│ WaveTrend           │ GATED         │  ← Blocked in TREND
│ StochRSI            │ OS Cross      │  ← ✓ Counting
│ ADX Dir             │ DI+ > DI-     │  ← ✓ Counting
│ --- Backtester ---                  │
│ TP/SL               │ 2x/1x ATR AUTO│  ← Current settings
│ Stats               │ 12W/5L 70.6% PF:2.14 │ ← Live performance
└─────────────────────────────────────┘

Recommended Settings by Timeframe

BTCUSD

Setting15m1H4HDaily
Min Signal Level3332
RSI OB/OS70/3070/3070/3075/25
WT OB/OS60/-6060/-6060/-6053/-53
StochRSI OB/OS80/2080/2080/2085/15
ADX Trend/Range25/1525/1525/1520/12
TP/SLUse AUTO (enabled by default)

ETHUSD

ETH trends harder than BTC. Use the same defaults but consider lowering ADX Trend threshold to 22 and RSI oversold to 25 for more aggressive entries during ETH's characteristic momentum runs.

Installation Guide

  1. Open TradingView and navigate to any chart
  2. Click Pine Editor at the bottom of the screen
  3. Click OpenNew indicator
  4. Delete all existing code
  5. Copy the entire contents of SimpletonSignals_KIMI_Claude.pine
  6. Paste into the Pine Editor
  7. Click Add to chart
  8. The indicator will appear with EMAs, SuperTrend lines, and the info table

Pro Tips

Changelog

v0.04 — Feb 21, 2026 (Kimi_Claude Variant)

v0.02 — Feb 21, 2026

v0.01 — Feb 21, 2026