added support for more metadata in the strategy

This commit is contained in:
Gert Wohlgemuth
2018-06-05 17:22:18 -07:00
parent 92155b11eb
commit b5a67d44d3
3 changed files with 20 additions and 4 deletions

View File

@@ -199,7 +199,6 @@ def __evaluate(data):
data['type'] = "strategy"
data['roi'] = strat.minimal_roi
data['stoploss'] = strat.stoploss
data['ticker'] = strat.ticker_interval
# ensure that the modified file is saved
data['content'] = urlsafe_b64encode(strategy.encode('utf-8'))