⚠ INTERNAL — Operator UX mock · Design preview of V2 development path · demo-wired ≠ production-live · back to dev guide
Polygon · pUSD 10
📓 Developer Guide 📋 Reason Codes 📈 Shadow Mode
JD John Doe · Admin

Breakout-Follower

strat.breakout-follower
Strategy planned Spec started frozen

Breakout-Follower is a momentum strategy that enters Polymarket binary markets when a high-confidence news event causes a price breakout beyond config

What it does

Breakout-Follower is a momentum strategy that enters Polymarket binary markets when a high-confidence news event causes a price breakout beyond configurable Bollinger Band thresholds. It scales in across multiple steps and trails a stop using an ATR multiple, acting as the directional complement to Mean-Reversion Sniper.

Pipeline placement

runs after: News materiality feed / Observation bus Breakout-Follower runs before: Risk guardrail pipeline

Applies to: Polymarket binary markets where a high-confidence news event has just landed and the price has broken out beyond the Bol

Why it matters

If this failsConsequence
Low-confidence news signalEntering on weak or ambiguous news causes the trade to mean-revert rather than sustain, resulting in a loss on each scale-in step.
Trail stop too tightA trailing stop set too close to the current price gets triggered by normal volatility before the trend matures, cutting a profitable position prematurely.
No exit discipline on reversalWithout an ATR-based stop, a breakout that fails can become a runaway adverse position as the market reverts toward its pre-news price.

Inputs

Polymarket inputs

InputSourceRequiredUse
CLOB price and depthws_marketrequiredDetect Bollinger Band breakout; compute entry price and available depth.
Market status (open, resolved)clob_publicrequiredSkip resolved or closed markets.

Internal inputs

InputSourceRequiredUse
KillSwitch active flagKillSwitchrequiredAbort all intent emission if KillSwitch active.
News materiality signal (confidence, direction)internal (news feed adapter)requiredGate entry on news_confidence_min; determine breakout direction.
ATR (average true range) per marketinternal (volatility model)requiredCompute trailing stop distance as trail_atr_multiple * ATR.
Builder code bytes32internal configrequiredInjected into builder field on every signed V2 OrderIntent.

Authority

What this bot is permitted to do

Trade

State

Readiness

Spec started

Status

planned

Class

Alpha Strategy

Default mode

shadow_only

Developer owner

Polytraders core — Strategy pod

Capital impact

Direct

Reason codes emitted

CodeSeverityMeaningAction
BREAKOUT_ENTRYINFONews confidence >= min, price beyond Bollinger Band. Scale-in step 1 OrderIntent emitted.Emit IOC OrderIntent step 1.
BREAKOUT_TRAIL_STOPINFOPrice reversed beyond trail_atr_multiple * ATR from peak. Exit OrderIntent emitted.Emit exit IOC OrderIntent.
BREAKOUT_LOW_CONFIDENCEWARNNews confidence between 0.65 and 0.80; scale-in size halved.Emit at 50% size; log warning.
BREAKOUT_CONFIDENCE_BELOW_FLOORHARD_REJECTNews confidence below 0.50 hard floor.Skip; no OrderIntent.
KILL_SWITCH_ACTIVEHARD_REJECTGlobal kill switch is active.Skip all markets; no OrderIntents emitted.

Used by

Reverse index — strategies that currently reference strat.breakout-follower. If you change this bot's authority or reason codes, these strategies must re-pass shadow.

StrategyStateActivity
AI Frontier — release-day takerfrozenlast triggered 42m ago
NBA props — line-shopdemo-wiredlast triggered 2m ago

Showing 2 of 2 · demo-wired ≠ production-live

Why this matters

Strategy bots does NOT sign, route, or directly submit orders to the chain. Understanding the authority boundary prevents misuse and makes promotion-gate reviews faster and more reliable. View raw spec JSON →
Polytraders Operator UX Mock · INTERNAL · demo-wired ≠ production-live · the plan · reason codes · shadow-mode pipeline
⚙ Page Configuration
Current page settings
Loading configuration…