๐ Provider Divergence Lab
SCIENTIFIC INSTRUMENT ยท ZERO BETS ยท ฮบ-RIGOROUSโ What is the Provider Divergence Lab? โ click to expand whitepaper ยท read
Different candle-chart providers (PocketOption, TradingView, our own Polygon-driven chart, โฆ) paint different candles for the same underlying at the same moment โ different wicks, slightly offset OHLC, different "completed" timestamps. That disagreement is the data we want to study. This lab captures multiple providers simultaneously, runs the LLM verdict pipeline on each one independently, and persists the inter-provider divergence as a time series. It makes zero predictions and fires no wagers.
- ARM SESSION โ locks one symbol + 2โ4 provider source labels (e.g. pocketoption tradingview). A unique partial index makes it physically impossible to have two active divergence sessions on the same symbol.
-
CAPTURE EACH SOURCE โ one Capture Screen button per
source. Each binds a persistent, off-DOM
<video>element and shows its own freshness pill updating in real time. If any source goes amber/red you re-share it โ the lab will not run a tick with a stale source. -
SYNCHRONIZED TICK โ every N seconds, the page
atomically snapshots every live source in the same browser
animation frame and POSTs all N images in a single request.
The server overwrites the client's
tick_ts_mswith its own wall-clock to defeat client clock drift. - PER-SOURCE LLM VERDICT โ server runs the engine + LLM on each image in parallel (thread pool). We capture each provider's direction, confidence, and pattern label independently.
-
DIVERGENCE INDEX + ฮบ โ we compute three independent metrics
per tick (
d_direction,d_confidence,d_pattern) and a session-cumulative Cohen's / Fleiss' ฮบ over the direction labels. ฮบ corrects for chance agreement, which is what makes the result publishable rather than a toy.
Sanity check: point two browser tabs at the SAME chart and
capture both โ ฮบ should converge to โ 1.0 and
d_direction to โ 0. If it doesn't, the pipeline is
broken before any real provider comparison is meaningful.
StockpickerAi