execution replacement lines

This commit is contained in:
misagh 2018-11-13 12:07:37 +01:00
parent 2e4e5c86da
commit 042cdfbaec

View File

@ -438,6 +438,8 @@ class FreqtradeBot(object):
stake_currency = self.config['stake_currency']
fiat_currency = self.config.get('fiat_display_currency', None)
# self.execution.execute_buy(pair, stake_amount, price)
if price:
buy_limit = price
else: