--dl-trades should also support increasing download span

(by downloading the whole dataset again to avoid missing data in the
middle).
This commit is contained in:
Matthias
2020-06-24 17:40:23 +02:00
parent 112906458f
commit 676006b99c
3 changed files with 28 additions and 1 deletions

View File

@@ -1424,7 +1424,7 @@ def trades_for_order():
@pytest.fixture(scope="function")
def trades_history():
return [[1565798399463, '126181329', None, 'buy', 0.019627, 0.04, 0.00078508],
return [[1565798389463, '126181329', None, 'buy', 0.019627, 0.04, 0.00078508],
[1565798399629, '126181330', None, 'buy', 0.019627, 0.244, 0.004788987999999999],
[1565798399752, '126181331', None, 'sell', 0.019626, 0.011, 0.00021588599999999999],
[1565798399862, '126181332', None, 'sell', 0.019626, 0.011, 0.00021588599999999999],