The exact parameters the scanner runs on. A tightened S&P 500 Iron Condor screen built to isolate only highly liquid, premium-rich, earnings-shielded names — and output a clean list of parent tickers, ready to trade.
Macro filters that strip out thousands of illiquid or stagnant equities, isolating only highly liquid, premier institutional targets.
The core options metrics governing probability of success, strike-width dynamics, and target net-credit yields.
Operational rules that isolate uniform regular calendar options while wiping out near-term bid-ask friction.
plot scan = (close(priceType = "ASK") - close(priceType = "BID")) <= 0.05;
An active warning system that completely isolates positions from binary, unpredictable corporate gap-up / gap-down events.
def next = GetEventOffset(Events.EARNINGS, 0); def prev = GetEventOffset(Events.EARNINGS, -1); plot DaysToEarnings = if !IsNaN(next) then next else if !IsNaN(prev) then -prev; AssignBackgroundColor(if DaysToEarnings > 0 and DaysToEarnings <= 45 then Color.DARK_RED else Color.CURRENT);
Binds the automated background scanner directly to manual execution tabs — preventing automated multi-leg pricing traps.