mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-03 18:43:04 +00:00
merged with feat/short after feat/short added styling and comment changes PR
This commit is contained in:
@@ -750,6 +750,7 @@ def test_auto_hyperopt_interface(default_conf):
|
||||
# TODO-lev: Should these be 4,4 and 10?
|
||||
assert len(all_params['buy']) == 4
|
||||
assert len(all_params['sell']) == 4
|
||||
# Number of Hyperoptable parameters
|
||||
assert all_params['count'] == 10
|
||||
|
||||
strategy.__class__.sell_rsi = IntParameter([0, 10], default=5, space='buy')
|
||||
|
||||
Reference in New Issue
Block a user