intelligent-trading-bot
intelligent-trading-bot copied to clipboard
KeyError: features_kline
Hey, still in the process of figuring out and feel a bit lost, when i run; "python -m scripts.grid_search" it errors like;
2023-10-13 20:47:06 ⌚ alca in ~/projects/intelligent-trading-bot ± |master ?:5 ✗| → python -m scripts.grid_search Traceback (most recent call last): File "
", line 198, in _run_module_as_main File " ", line 88, in _run_code File "/home/alca/projects/intelligent-trading-bot/scripts/grid_search.py", line 24, in features_kline = App.config["features_kline"] ~~~~~~~~~~^^^^^^^^^^^^^^^^^^ KeyError: 'features_kline'
Everything else like;
python -m scripts.download_binance -c config.jsonc python -m scripts.merge -c config.jsonc python -m scripts.features -c config.jsonc python -m scripts.labels -c config.jsonc python -m scripts.train -c config.jsonc python -m scripts.signals -c config.jsonc python -m scripts.train_signals -c config.jsonc python -m service.server -c config.jsonc
runs flawless.
the functions of grid_search
are in train_signals
so I removed it.