remove mention of sell space
This commit is contained in:
parent
b1230b27b7
commit
3e07d41fa9
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user