mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-12 10:51:21 +00:00
bot should not repaint: do not include last partial candle in analysis
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user