From 93429a58b2d605215b4157cb8409cb845ded97ed Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 4 Nov 2018 13:45:22 +0100 Subject: [PATCH] remove TODO --- freqtrade/optimize/backtesting.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/freqtrade/optimize/backtesting.py b/freqtrade/optimize/backtesting.py index 49f6375f7..4dc3119d3 100644 --- a/freqtrade/optimize/backtesting.py +++ b/freqtrade/optimize/backtesting.py @@ -318,8 +318,7 @@ class Backtesting(object): row = ticker[pair][index] except IndexError: # missing Data for one pair ... - # TODO:howto handle this - # logger.warning(f"i: {index} - {tmp} did not exist for {pair}") + # Warnings for this are shown by `validate_backtest_data` continue if row.buy == 0 or row.sell == 1: