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