We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee9b561 commit b52195bCopy full SHA for b52195b
investing_algorithm_framework/services/market_data_source_service/market_data_source_service.py
@@ -85,7 +85,6 @@ def get_ohlcv(
85
)
86
87
def get_data(self, identifier):
88
- print(self._market_data_sources)
89
for market_data_source in self._market_data_sources:
90
if market_data_source.get_identifier() == identifier:
91
return market_data_source.get_data(
0 commit comments