Remove startup_candle_count from freqai sample config to avoid confusion

This commit is contained in:
Matthias 2022-08-31 10:26:58 +00:00
parent 7ba4fda5d7
commit 13ccd940d5
2 changed files with 5 additions and 4 deletions

View File

@ -9,7 +9,6 @@
"dry_run": true,
"timeframe": "3m",
"dry_run_wallet": 1000,
"startup_candle_count": 20,
"cancel_open_orders_on_exit": true,
"unfilledtimeout": {
"entry": 10,
@ -76,7 +75,10 @@
"principal_component_analysis": false,
"use_SVM_to_remove_outliers": true,
"indicator_max_period_candles": 20,
"indicator_periods_candles": [10, 20]
"indicator_periods_candles": [
10,
20
]
},
"data_split_parameters": {
"test_size": 0.33,
@ -92,4 +94,4 @@
"internals": {
"process_throttle_secs": 5
}
}
}

View File

@ -45,7 +45,6 @@ class FreqaiExampleHybridStrategy(IStrategy):
"weight_factor": 0.9,
"principal_component_analysis": false,
"use_SVM_to_remove_outliers": true,
"indicator_max_period_candles": 20,
"indicator_periods_candles": [10, 20]
},
"data_split_parameters": {