pub fn pick_vertical( underlying: &str, today: NaiveDate, spot: f64, iv_pct: f64, closes: &[f64], entry: &VerticalEntryRules, is_put: bool, contracts: u32, ) -> Option<SynthVertical>