pub fn validate_ohlc_data( open: &[f64], high: &[f64], low: &[f64], close: &[f64], ) -> Result<()>
Validate OHLC data consistency