- **Discovery route** (py`option_chain()`cs`OptionChain()` + py`add_option_contract`cs`AddOptionContract`): the daily chain picks the contracts; subscribe each pick. Match the data to the decision: the py`option_chain()`cs`OptionChain()` rows are previous-close values — fine when daily-granularity data suits the strategy (screening, ranking, a daily-cadence rule that tolerates day-old marks), but when the strategy calls for decision-time values (intraday sizing, hedging, entry marks), read the subscribed picks' live quotes from the slice. Whichever you use, know which one you are using.
0 commit comments