Rename duration to trade_duration

This commit is contained in:
Matthias
2020-06-26 21:04:40 +02:00
parent f368aabcc7
commit 7727292861
4 changed files with 6 additions and 5 deletions

View File

@@ -468,7 +468,7 @@ def test_backtest(default_conf, fee, mocker, testdatadir) -> None:
Arrow(2018, 1, 30, 4, 10, 0).datetime], utc=True),
'close_rate': [0.104969, 0.103541],
'close_fee': [0.0025, 0.0025],
'amount': [0.009574, 0.009706],
'amount': [0.00957442, 0.0097064],
'trade_duration': [235, 40],
'open_at_end': [False, False],
'sell_reason': [SellType.ROI, SellType.ROI]