Fix unreliable backtest-result when using webserver mode

This commit is contained in:
Matthias
2021-09-26 15:07:48 +02:00
parent 4c268847d4
commit 6319c104fe
3 changed files with 39 additions and 34 deletions

View File

@@ -149,6 +149,8 @@ class DataProvider:
Clear pair dataframe cache.
"""
self.__cached_pairs = {}
self.__cached_pairs_backtesting = {}
self.__slice_index = 0
# Exchange functions