WIN

Winner Selection Component

Daily Select Winners Schedule

Configures the in-process daily scheduler that triggers the Select Winners routine — the daily final-stage job that waits on MAG's forecast_all_symbols, fetches MAG + SAP reports via ORK proxies, applies the sentiment veto + magnitude sort + confidence cull, and writes the winners file at winners_storage_dir/<T+1>.txt. Time is interpreted in the project's reference timezone (Eastern). When "Only on trading days" is on, the scheduled tick first asks the NYSE calendar whether today is a trading day and skips the run on closed days. Allow concurrent execution is forwarded onto every scheduled run; the tuning knobs (sentiment_ upper_limit, minimum_confidence_threshold, max_winners) live on WIN's ini, not here. The Passive toggle marks this schedule as interruptible — when a non-passive scheduled job's turn comes up while this run is in flight, ORK will cancel this run to make room.

ET