- 移除CSV本地缓存(cache_dir、_cache_path、_premium_cache_path、_save_premium_cache) - 每次运行直接从API获取数据,简化DataCache类 - 修复_get_etf_prices中open/close为None时的空值处理(中证指数API不提供OHLC) - 修复pct_change的FutureWarning(显式传fill_method=None) - 更新trade_cost注释
- 移除CSV本地缓存(cache_dir、_cache_path、_premium_cache_path、_save_premium_cache) - 每次运行直接从API获取数据,简化DataCache类 - 修复_get_etf_prices中open/close为None时的空值处理(中证指数API不提供OHLC) - 修复pct_change的FutureWarning(显式传fill_method=None) - 更新trade_cost注释