remove misplaced execute_buy

This commit is contained in:
Axel-CH 2018-09-02 08:28:55 +02:00
parent cb20239855
commit db7071f5af

View File

@ -415,8 +415,6 @@ class FreqtradeBot(object):
(bidstrat_check_depth_of_market.get('bids_to_ask_delta', 0) > 0):
if self._check_depth_of_market_buy(_pair, bidstrat_check_depth_of_market):
self.execute_buy(_pair, stake_amount)
else:
self.execute_buy(_pair, stake_amount)
client.restart() # restart workers to prevent side effects of memory leaks