Merge branch 'feat/short' into pr/samgermain/5378

This commit is contained in:
Matthias
2021-08-24 06:28:16 +02:00
57 changed files with 1076 additions and 811 deletions

View File

@@ -151,7 +151,7 @@ class Edge:
# Fake run-mode to Edge
prior_rm = self.config['runmode']
self.config['runmode'] = RunMode.EDGE
preprocessed = self.strategy.ohlcvdata_to_dataframe(data)
preprocessed = self.strategy.advise_all_indicators(data)
self.config['runmode'] = prior_rm
# Print timeframe