Merge branch 'develop' into interface_ordertimeoutcallback

This commit is contained in:
Matthias
2020-02-21 20:35:07 +01:00
104 changed files with 3583 additions and 1065 deletions

View File

@@ -468,7 +468,7 @@ class IStrategy(ABC):
else:
return current_profit > roi
def tickerdata_to_dataframe(self, tickerdata: Dict[str, List]) -> Dict[str, DataFrame]:
def tickerdata_to_dataframe(self, tickerdata: Dict[str, DataFrame]) -> Dict[str, DataFrame]:
"""
Creates a dataframe and populates indicators for given ticker data
Used by optimize operations only, not during dry / live runs.