Skip to main content

prefetch_daily_bars

Function prefetch_daily_bars 

Source
pub async fn prefetch_daily_bars(
    market: &Arc<MarketDataApi>,
    rules: &RulesConfig,
    rules_path: &Path,
    from: NaiveDate,
    to: NaiveDate,
    force: bool,
) -> Result<BacktestCache>