QuantKit QuantKit
Visor
Visor 0DTE GEX & Options Analytics
Releases Updates & version history
Tutorials Learn how to use Visor
Features FAQ Pricing
Visor
Visor Setup guides & reference
Get Access

Releases

v1.3.1 Beta May 27, 2026
Improved
  • Time window zoom now works on Gamma Regime, Options Activity, and ATM Straddle panels
  • Dock layout auto-saves on panel drag, float, and visibility changes — no longer lost on crash
Fixed
  • Options Activity sell pressure no longer resets after reconnect — rolling trackers are preserved across reconnections
v1.3.0 Beta May 26, 2026
New
  • Options Activity panel — intraday call & put sell pressure time series with ATM IV overlay line and spot price path
  • Per-strike prices tracked over a time defined window so the indicator responds to recent directional flow instead of anchoring to session extremes
  • IV Rank & Percentile — ATM IV in the Overall View now shows (R## P##) annotation with percentile-based coloring: green below 50th, amber 50–80th, red above 80th, computed from 252-day history
Improved
  • IV and HV line styling in the Options Activity and Volatility Spread panels now follows the color, alpha, and line style set in the Appearance settings
  • Color picker redraws ~2000x faster — vectorized HSV background with cached hue slider
  • Heatmaps no longer rebuild on every pixel during panel resize — draws a scaled cache until resize finishes
  • Charm projection refreshes correctly when jumping to distant history positions
Stability
  • Dead code cleanup across multiple modules
  • Straddle chart rendering optimized
v1.2.0 Beta May 21, 2026
New
  • Overnight session support — CL and other extended-hours instruments now show live data outside regular US market hours (status bar displays “Overnight session”)
  • Greek curves stay accurate after hours — options analytics no longer flatten to zero when the cash session closes but electronic trading continues
Improved
  • CL now connects to the correct contract month automatically, even when multiple months expire close together (e.g. rolls from June straight to July when both are past expiry)
  • CL options chain loads reliably on first connection attempt
  • Charts display the previous closing price while waiting for the first live tick during pre-market or overnight hours
Stability
  • Fixed an app freeze that could occur after extended live sessions when the strike window shifted with price movement
  • Connecting outside regular market hours no longer incorrectly reports “market not open” for instruments that trade overnight
v1.1.0 Beta May 13, 2026
New
  • Weekly GEX panel — split/net bar modes with OI-based call & put wall detection
  • Charm & Vanna per-strike charts — replaced bar charts with accurate per-strike greek exposure data
  • Vol/OI toggle — switch between volume-based and open interest-based GEX on both the main chart and heatmap panels
  • Per-panel heatmap settings — independent rendering controls per heatmap instance
  • Weekly GEX background refetch — automatic refresh worker with stale-data detection
  • Top bar category groups — metrics organized into visually distinct sections
  • Vol index coloring scheme in metric tooltips
  • Extended hours operation — removed pre-market gate for global instrument coverage
Improved
  • Charm & vanna formulas revised for industry-standard accuracy
  • Full-day spot price path overlay on charm heatmap
  • Instrument selector updates correctly when loading external history files
  • Tabbed panels refresh immediately when revealed (no stale data on tab switch)
  • Delayed auto-switch to live mode — waits for first live data before transitioning
  • Call/put wall lines now use volume-based GEX instead of stale OI values
  • FOP strike step consistency fix for NQ and other futures options
  • GEX chart auto-scaling corrected when loading history files from different instruments
Performance
  • Streaming mode UI freeze fix — content-based curve cache, event loop yielding, and in-memory DB count cache eliminate main thread starvation after extended sessions
  • Two-stage cached heatmap rendering pipeline
  • Curve calculation caching, rate-limited charm projection, cached paint paths
  • Vectorized history snapshot saves (~5x faster strike loop)
Stability
  • Hardened defensive guards from full codebase audit
  • Drift gauge mode-dependency bug fixed
  • 5 layers of profiling performed to enhance stability and performance
v1.0.1 Beta March 19, 2026
Emergency Patch
Fixed
  • Delayed data mode was blocked by OI fetcher initializing incorrectly
Note
  • Simply update directly within the built-in updater
  • Some panels may not populate properly when manually loading historical files (will be corrected in next update)
v1.0.0 Beta March 19, 2026
New
  • GEX Heatmap — 2D strike × time thermal visualization with Gaussian diffusion, adjustable rendering, spot path tracking, and level overlays
  • Delta / Vanna / Charm Exposure — Per-strike dealer greek positioning with regime detection and delta-adjusted toggles
  • Gamma per 1% — Intraday net GEX time series with real-time regime detection
  • Multi-instrument support — 13 instruments: SPX, NDX, RUT, SPY, QQQ, IWM, GLD, SLV, ES, NQ, CL, ESTX50 (Weekly + 0DTE)
  • Per-instrument history, market session awareness, and exchange-specific holiday calendars
  • Futures conversion — ratio-based model for same-scale (SPX/ES) and cross-scale (SPY/ES) pairs with live drift gauge
  • Time window slider — 30min / 1h / 2h / 4h / Full Day filtering
  • Pinned metrics — pin any metric to toolbar as a live pill; drag-to-reorder
  • Per-chart zoom — independent strike range and time window per panel
  • Instrument selector — categorized dropdown
Improved
  • Metric level coloring with configurable thresholds (normal/elevated/alert)
  • Live color preview, heatmap appearance sliders, universal opacity controls
  • Unified two-tab settings dialog (General + Appearance)
  • Variable-speed playback (1x–10x) with throttled scrubbing
  • Time window filtering during playback
  • Heatmap and regime series seeded from history on reconnection
Performance
  • Incremental heatmap rebuild, pooled chart objects, shared curve calculations
  • Stabilized hardware fingerprint
  • 3-way connection button (Connect/Cancel/Disconnect) with non-blocking cancel
  • Full rebuild of original GEX chart panel
v0.9.9.1 Beta February 21, 2026
New
  • Volatility Skew panel — Call IV / Put IV smile chart + Put Skew metric (5% OTM put vs ATM)
  • ATM Straddle panel — dedicated intraday straddle price chart (0DTE)
  • Daily VRP histogram — historical distribution of Volatility Risk Premium with mean-centered bars
  • IV vs HV chart — 30-day IV vs 20-day Historical Volatility with gradient crossover fill
  • VRP metrics — Global VRP, Intraday VRP, Z-Score, 3-month percentile, rolling mean
  • Fully dockable, resizable, tabbed panel layout — panels can be floated, reordered, tabbed together, and restored across sessions
  • Visor menu with panel visibility toggles and compact / full-detail mode per panel
  • Per-theme color persistence — theme changes stored individually and reset independently
  • Configurable data colors (positive/negative values) and full color picker for every chart element with live preview
  • History autoplay with configurable speed (1x / 10x)
  • Full 24/7 data continuity — historical data fetched regardless of market hours
Performance
  • GEX chart bars pooled and reused across updates — no create/destroy cycles per frame
  • Bar positioning computed at paint time in device coordinates, eliminating full recalculation on every resize or zoom
  • All new panel charts (Skew, Straddle, IV/HV, VRP histogram, Candlestick) use native architecture with significantly lighter per-frame cost
  • Paint objects (fonts, pens, colors) cached at theme-change time, not recreated per paint cycle
  • Charts skip repaints entirely when incoming data has not changed
  • Historical data fetching (VRP, HV, candlesticks) does not consume additional market data lines
Fixed
  • Stale instance lock file blocking fresh startup after crash or force-kill
  • Config file migration safety — app no longer breaks when config structure changes across updates
  • Multi-monitor eyedropper fix
  • Connection flow issues
  • Reduced log noise significantly — removed per-tick volatility logs and heartbeat entries firing hundreds of times per session
  • Status bar loading bar no longer shifts layout content
v0.9.9 Beta February 6, 2026
New
  • Daily index change % now displayed in the top bar
  • Historical price path reconstruction for late session start (realtime & delayed data)
  • Configurable market data line limit — Settings > API Limit slider
  • New "QuantKit Links" section in About dialog with website, Discord, and docs
  • Window position & size now remembered across restarts
Performance
  • Connection to IBKR is now fully non-blocking — UI stays responsive during the entire connection sequence
  • OI fetch uses smart batching to stay within IBKR data line limits
  • Object pooling and memory optimizations for long trading sessions
  • Removed dependency — lighter installer
  • Thread safety audit: all shared state properly locked
Internal
  • Clean controller-based architecture (Session, LiveMode, History, Settings)
  • Instrument-agnostic design — foundation for future multi-instrument support
  • Optimization of data retrieval (Spot, Options, Futures, OI)
  • Future contract conversion for delayed users disabled — would have required significant complexity for little result
Fixed
  • Settings window restoring incorrect values on close
  • History slider index bug when loading external files
  • Theme preferences not persisting correctly
  • Reduced unnecessary Gateway log noise
QuantKit QuantKit
About Discord Contact Privacy Cookies Terms Disclaimer
Windows

© 2026 QuantKit. All rights reserved.

Not affiliated with Interactive Brokers (IBKR).

We use cookies to analyze site traffic. Learn more