Add some changes to strategytemplate

This commit is contained in:
Matthias
2021-05-09 09:56:36 +02:00
parent 17b9e898d2
commit 92186d89a2
3 changed files with 12 additions and 6 deletions

View File

@@ -386,7 +386,7 @@ class Backtesting:
continue
row_index += 1
self.dataprovider._set_dataframe_max_index(row_index) # noqa
self.dataprovider._set_dataframe_max_index(row_index)
indexes[pair] = row_index
# without positionstacking, we can only have one open trade per pair.