WorkInDecision Engine
LIVE 24/7INTELLIGENCE

InDecision Engine

6-factor scoring engine. Directional bias. Zero emotion.

InDecision Engine interface
82.5%
Accuracy
6
Factors
2022
Live Since
7 yrs
Backtested
// What It Does

The InDecision Engine is the analytical core of the Knox trading stack. Running 24/7 at its own API endpoint, it produces directional bias calls — BULLISH, NEUTRAL, or BEARISH — with conviction levels for BTC, ETH, SOL, and XRP across every major timeframe. Every downstream bot anchors to InDecision's output first.

The architecture is a DualCaseAggregator: six independent scorers build bull and bear cases in parallel. The winning case determines bias direction; the spread between cases determines conviction strength — STRONG, MODERATE, WEAK, or NO_EDGE. This nuance matters. A 90% conviction BEARISH signal produces a materially different trade than a 55% conviction call. The conviction ceiling bug of Feb 2026 demonstrated this exactly: the fix unlocked a -4.5% BTC dump trade the old formula had been silently missing.

Six factors run in parallel — Trend, Momentum, Structure, Volume, Sentiment, Macro — each a self-contained scorer class with a clean score(ohlcv_data) → (score, details) interface. The DualCaseAggregator orchestrates all six and produces final bias output. Scorecards published daily to Discord and routed into the Content Flywheel at 7 AM ET.

Feeds Foresight (prediction markets) and Leverage (perpetuals) as the primary directional anchor. API endpoint at 127.0.0.1:8081. Built on 7+ years of trading data.

// Live Interface
INDECISION ENGINE
2026-03-04 09:42:17 ET
BTC/USDT · COMPOSITE BIAS
BEARISH
78 / 100
STRONG conviction · act on signal
TRENDBearish structure confirmed72
MOMENTUMRSI < 40, declining85
STRUCTURELower highs / lower lows78
VOLUMEDistribution volume65
SENTIMENTFear elevated, put/call high80
MACRORate pressure persists71
next signal in 4m 38s● live feed
// Architecture
THE INDECISION BRAIN
Multi-Factor Scoring Architecture
Pattern Engine
double_bottom · wedge · triangles
Volume Analysis
relative vol vs 20-period avg
Timeframe Alignment
5m → 15m → 1h → Daily
Technical Indicators
RSI · MACD · Bollinger Bands · ADX
Window Timing
time-in-window coefficient
→→
BULL ACCUMULATOR
bull_total score
BEAR ACCUMULATOR
bear_total score
↓↓
CONVICTION SPREAD
spread = bull_total − bear_total
conviction_pct = max(bull, bear)
OUTPUT BIAS
BULLISH
spread > 20 · strong
NEUTRAL BULLISH
spread 10–20 · moderate
NEUTRAL
spread < 10 · no edge
NEUTRAL BEARISH
spread 10–20 · moderate
BEARISH
spread > 20 · strong
// Ecosystem Connection
CONSUMES SIGNALS FROM
POWERS THESE SYSTEMS