fix backtest testcase

This commit is contained in:
kevinjulian
2021-07-20 23:25:00 +07:00
parent c558fc0b17
commit cbfedf8b29
4 changed files with 238 additions and 218 deletions

View File

@@ -453,6 +453,8 @@ class Backtesting:
row_index = indexes[pair]
try:
row = data[pair][row_index]
print('weeee')
print(row)
except IndexError:
# missing Data for one pair at the end.
# Warnings for this are shown during data loading