bot should not repaint: do not include last partial candle in analysis

This commit is contained in:
Janne Sinivirta
2018-06-07 12:56:39 +03:00
parent ad510b8b5f
commit 3cee04fb8c
4 changed files with 7 additions and 6 deletions

View File

@@ -39,7 +39,7 @@ def test_datesarray_to_datetimearray(ticker_history):
assert dates[0].minute == 50
date_len = len(dates)
assert date_len == 3
assert date_len == 2
def test_common_datearray(default_conf) -> None: