remove TODO
This commit is contained in:
parent
9cd2ed5a16
commit
93429a58b2
@ -318,8 +318,7 @@ class Backtesting(object):
|
|||||||
row = ticker[pair][index]
|
row = ticker[pair][index]
|
||||||
except IndexError:
|
except IndexError:
|
||||||
# missing Data for one pair ...
|
# missing Data for one pair ...
|
||||||
# TODO:howto handle this
|
# Warnings for this are shown by `validate_backtest_data`
|
||||||
# logger.warning(f"i: {index} - {tmp} did not exist for {pair}")
|
|
||||||
continue
|
continue
|
||||||
|
|
||||||
if row.buy == 0 or row.sell == 1:
|
if row.buy == 0 or row.sell == 1:
|
||||||
|
Loading…
Reference in New Issue
Block a user