tradytics / surpriver

Find big moving stocks before they move using machine learning and anomaly detection
https://www.tradytics.com/
GNU General Public License v3.0
1.78k stars 331 forks source link

Process stopped with an error after fetching #26

Open pavlosidelov opened 3 years ago

pavlosidelov commented 3 years ago

Same error if I run from docker and from sources

100%|█████████████████████████████████████████████████████████████████████████████████████| 5693/5693 [10:14<00:00, 9.27it/s] Traceback (most recent call last): File "detection_engine.py", line 357, in supriver.find_anomalies() File "detection_engine.py", line 196, in find_anomalies features, historical_price_info, future_prices, symbol_names = self.dataEngine.collect_data_for_all_tickers() File "/usr/src/app/data_loader.py", line 211, in collect_data_for_all_tickers features, historical_price_info, future_price_info, symbol_names = self.remove_bad_data(features, historical_price_info, future_price_info, symbol_names) File "/usr/src/app/data_loader.py", line 249, in remove_bad_data most_common_length = length_dictionary[0] IndexError: list index out of range