Traceback (most recent call last):
File "c:\Users\aatan\Documents\Github\AI-InvestiBot\AI-InvestiBot\implementation.py", line 298, in <module>
models, total_info_keys = load_models(strategys=[ImpulseMACD_indicators])
File "c:\Users\aatan\Documents\Github\AI-InvestiBot\AI-InvestiBot\implementation.py", line 88, in load_models
model = model_class(stock_symbol=company, information_keys=strategy)
File "c:\Users\aatan\Documents\Github\AI-InvestiBot\AI-InvestiBot\models.py", line 842, in __init__
super().__init__(start_date=start_date,
File "c:\Users\aatan\Documents\Github\AI-InvestiBot\AI-InvestiBot\models.py", line 88, in __init__
with open(f'Stocks/{stock_symbol}/dynamic_tuning.json', 'r') as file:
FileNotFoundError: [Errno 2] No such file or directory: 'Stocks/AAPL/dynamic_tuning.json'
I think its because of the base_model not initialised any of these
there is still errors after these changes
I think its because of the
base_model
not initialised any of these