Release History
Changelog
Every version, every change. Updates ship when they're ready — no feature-flag theatre.
v1.3.31
June 17, 2026
Improved universal screener logic for precise strategic entries
IMPROVEDImproved universal screener logic for precise strategic entries
v1.3.30
June 17, 2026
Bearish chart patterns now correctly block screener candidates — Bull Trap and similar setups were slipping through as buy signals
FIXBearish chart patterns now correctly block screener candidates — Bull Trap and similar setups were slipping through as buy signals
FIXMarket cap data restored in screener logs (was showing "unknown" after Finnhub removal)
IMPROVEDSwitched fundamental data, news, and sector classification to Polygon.io
IMPROVED[CHANGED] Credit Spread module defaults to off for new installs
v1.3.0
May 14, 2026
Crypto module, options Greeks overhaul, and Elite tier rollout.
NEWCrypto strategy module — supports BTC/USD, ETH/USD, and 12 other Alpaca-listed pairs. Configurable weekend trading.
NEWOptions strategy layer — delta targeting, IV rank filtering, automated expiration management.
NEWElite tier launched with access to all current and future modules.
IMPROVEDSector rotation engine now uses a 5-day rolling regime window instead of single-day SPY signal, reducing false rotations by ~40%.
IMPROVEDMorning screener throughput increased to 6,200 symbols. Added RVOL (relative volume) as a ranking factor.
FIXFixed a race condition in the position monitor where a stop could fire twice on the same position during a rapid price move.
FIXTelegram notifications now correctly show the symbol's full name, not just the ticker, for options contracts.
SECURITYLicense validation now uses short-lived JWT tokens (2h expiry) instead of long-lived session tokens.
v1.2.0
April 1, 2026
Analytics module, Pro tier rebalancer, and dashboard v2.
NEWAnalytics & Reports module — daily P&L summary, win rate, average hold time, and sector attribution. Exported as JSON to /reports/.
NEWWeekly rebalancer added for Pro tier — auto-trims positions exceeding position size target.
NEWDashboard v2: redesigned equity curve chart with drawdown overlay. Mobile-responsive layout.
NEWIntraday delta scanner — monitors open positions for adverse momentum and optionally tightens stops mid-session.
IMPROVEDRisk circuit breaker now supports per-sector concentration limits in addition to global portfolio limits.
IMPROVEDsetup.sh installer now auto-detects existing PostgreSQL installations and skips re-install.
FIXEarly mover detection was missing some pre-market gaps when the market was closed the previous day (holidays). Fixed.
FIXFixed .env parser treating inline comments as part of values when no space preceded the #.
v1.1.2
March 15, 2026
Stability patch — database connection pooling and logging improvements.
FIXDatabase connection pool was not being properly released under high-frequency screener runs, causing connection exhaustion after ~48h.
FIXBrain restart via systemctl now correctly clears in-memory module state before re-initializing.
IMPROVEDStructured JSON logging now available via LOG_FORMAT=json in .env — simplifies ingestion into log aggregators.
IMPROVEDHEALTHCHECK_INTERVAL now configurable (default 60s). Reduces noise in low-volatility sessions.