asavinov / intelligent-trading-bot

Intelligent Trading Bot: Automatically generating signals and trading based on machine learning and feature engineering
https://t.me/intelligent_trading_signals
MIT License
1.01k stars 217 forks source link

KeyError: features_kline #37

Open itsXactlY opened 11 months ago

itsXactlY commented 11 months ago

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.

asavinov commented 11 months ago

the functions of grid_search are in train_signals so I removed it.