execution replacement lines
This commit is contained in:
parent
2e4e5c86da
commit
042cdfbaec
@ -438,6 +438,8 @@ class FreqtradeBot(object):
|
|||||||
stake_currency = self.config['stake_currency']
|
stake_currency = self.config['stake_currency']
|
||||||
fiat_currency = self.config.get('fiat_display_currency', None)
|
fiat_currency = self.config.get('fiat_display_currency', None)
|
||||||
|
|
||||||
|
# self.execution.execute_buy(pair, stake_amount, price)
|
||||||
|
|
||||||
if price:
|
if price:
|
||||||
buy_limit = price
|
buy_limit = price
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user