fix(backtest): remove default data_source from get_historical_prices
This commit is contained in:
@@ -135,7 +135,7 @@ class BacktestPageService:
|
|||||||
return self._yfinance_provider
|
return self._yfinance_provider
|
||||||
|
|
||||||
def get_historical_prices(
|
def get_historical_prices(
|
||||||
self, symbol: str, start_date: date, end_date: date, data_source: str = "synthetic"
|
self, symbol: str, start_date: date, end_date: date, data_source: str
|
||||||
) -> list[DailyClosePoint]:
|
) -> list[DailyClosePoint]:
|
||||||
"""Load historical prices from the specified data source.
|
"""Load historical prices from the specified data source.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user