add search space for ROI table

This commit is contained in:
Janne Sinivirta
2018-01-24 17:58:44 +02:00
parent 0b24fb50c0
commit 5007165908
2 changed files with 23 additions and 3 deletions

View File

@@ -125,6 +125,12 @@ def test_fmin_best_results(mocker, caplog):
"uptrend_short_ema": 0,
"uptrend_sma": 0,
"stoploss": -0.1,
"roi_t1": 1,
"roi_t2": 2,
"roi_t3": 3,
"roi_p1": 1,
"roi_p2": 2,
"roi_p3": 3,
}
mocker.patch('freqtrade.optimize.hyperopt.MongoTrials', return_value=create_trials(mocker))