Replace coins in whitelist with existing ones

This commit is contained in:
Matthias
2019-10-30 09:20:56 +01:00
parent 5254059fe4
commit 6fe7b13e37
9 changed files with 15 additions and 15 deletions

View File

@@ -516,7 +516,7 @@ def test_generate_optimizer(mocker, default_conf) -> None:
default_conf.update({'hyperopt_min_trades': 1})
trades = [
('POWR/BTC', 0.023117, 0.000233, 100)
('TRX/BTC', 0.023117, 0.000233, 100)
]
labels = ['currency', 'profit_percent', 'profit_abs', 'trade_duration']
backtest_result = pd.DataFrame.from_records(trades, columns=labels)