diff --git a/config_examples/aienhance_config.json b/config_examples/aienhance_config.json index c37a7c2..af253ca 100644 --- a/config_examples/aienhance_config.json +++ b/config_examples/aienhance_config.json @@ -70,6 +70,8 @@ "include_timeframes": ["5m", "15m", "1h"], "include_corr_pairlist": ["BTC/USDT", "ETH/USDT"], "include_shifted_candles": 2, + "indicator_periods_candles": [10, 20, 50], + "plot_feature_importances": 1, "DI_threshold": 0.85, "label_period_candles": 20, "include_volume_data": true,