WorkForesight
v5 LIVETRADING

Foresight

Dual-path prediction market sniper. 91.3% win rate.

Foresight interface
1,970+
Tests
Polymarket
Markets
PolyEdge
Strategy
Real-time
Signal
// What It Does

Foresight v5 trades Polymarket crypto prediction markets using a dual-path signal architecture: reactive snipe windows for markets approaching close, and predictive early entry for markets where the signal fires before the crowd catches on. 1,970+ tests. 91.3% win rate across 100 live trades. Real capital.

The PolyEdge signal stack anchors every trade to InDecision's directional bias, then layers momentum confirmation across multiple timeframes. Each execution window has a strict TTL gate — 5m snipe (20s), 15m snipe (45s), 1h snipe (120s), daily (300s). Miss the window, the signal is logged but no trade fires. This prevents chasing: the discipline is structural, not willpower.

StateCheckpointer snapshots regime, risk state, and Elliott Wave context to SQLite every 30 seconds. Sub-30-second restart preserves 100% signal quality — no cold starts, no lost state, no degraded performance after a crash. This was PR #114's core contribution: turning a fragile reactive system into a resilient predictive one.

Conservative mode runs by default (--mode conservative): requires MODERATE or above (score ≥ 70). The 🔥 STRONG SIGNAL log line doesn't mean a trade fired — the time-to-close check happens after scoring. Only the signals that clear every gate reach the Polymarket CLOB.

// Live Interface
FORESIGHT v5
P&L +$37.302026-03-04 09:42 ET
MARKET
SCORE
SIDE
ENTRY
P&L
BTC > $70k by March
84
YES
$0.42
+$18.20
ETH ETF approved Q1
77
YES
$0.61
+$9.40
Fed rate cut March
71
NO
$0.33
-$3.10
SOL > $200 end of week
80
YES
$0.55
+$12.80
PolyEdge · 5m snipe window● 1,970+ tests passing
// Architecture
POLYEDGE EVALUATION PIPELINE
End-to-End Decision Architecture · 16 markets per loop
Market Scanner
Polymarket CLOB API · polls every loop
Active Markets
8 assets × 2 timeframes = 16 markets
Pre-flight Filter
skip window < 60s · startup grace 180s
InDecision Intraday
IntraCaseAggregator · 5m refresh
InDecision Daily
DualCaseAggregator · 4h refresh
TA Engine
RSI · MACD · Bollinger · Binance
Pattern Engine
formations · chart structure
Per-Market Eval
PolyEdge Score 0–100
Momentum Score 0–100
best score wins
STRONG ≥ 90
Execute · Kelly bet size
MODERATE ≥ 80
Execute · Kelly bet size
WEAK < 80
Skip · no edge
// Ecosystem Connection