DB-Alerts — Gamma-Scored Debit-Spread Signal Engine

Python debit-spread and long-option signal engine
Trend + momentum + structure + gamma, scored and ranked
Paper-trading only — outputs to Discord and structured event payloads

Overview

DB-Alerts scans leading stocks on an intraday timeframe and proposes directional debit trades — bull-call / bear-put debit spreads and single long options — when trend, momentum, structure, and gamma line up. Every candidate is scored 0–100 and the highest-conviction setup per symbol is surfaced ("ranked" mode).

It is a paper-trading research tool, not a brokerage or a trade recommendation. It never places live orders; it publishes signals and tracks their modeled outcome.

What it evaluates

A confidence score and a quality score are attached to each pick, along with a #2 alternative (e.g. the single long option behind a spread) so the reasoning is transparent.

Trade structure and management

Each trade shows entry debit, breakeven, max profit, TP1/TP2, and stop up front, so the plan is fully specified at entry.

Configuration

FlagPurpose
--tickersexplicit symbol list to scan
--timeframeintraday bar interval (default 15m)
--dtetarget days-to-expiration (e.g. 7)
--gamma-levelgamma bias threshold for strike selection
--tp1-pct-over-debit / --tp2-pct-over-debittake-profit targets
--broker / --broker-fallbackdata source (schwab, yfinance)
--state-tagisolates a run's book and rolls it up separately
--discordDiscord webhook target

Outputs

Disclaimer

For educational and paper-trading research only. Not financial advice. Options trading involves substantial risk of loss.

← About