Skip to content

Commit

Permalink
remove mention of sell space
Browse files Browse the repository at this point in the history
  • Loading branch information
vertti committed Feb 12, 2018
1 parent b1230b2 commit 3e07d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freqtrade/optimize/hyperopt.py
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ def start(args):
data = optimize.load_data(args.datadir, pairs=pairs,
ticker_interval=strategy.ticker_interval,
timerange=timerange)
if has_space(args.spaces, 'buy') or has_space(args.spaces, 'sell'):
if has_space(args.spaces, 'buy'):
optimize.populate_indicators = populate_indicators
PROCESSED = optimize.tickerdata_to_dataframe(data)

Expand Down

0 comments on commit 3e07d41

Please sign in to comment.