mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-15 04:11:14 +00:00
flake8
This commit is contained in:
@@ -492,8 +492,8 @@ class FreqtradeBot(object):
|
||||
# 0.98 is arbitrary here.
|
||||
limit_price = stop_price * 0.98
|
||||
|
||||
stoploss_order_id = self.exchange.stoploss_limit(pair=pair, amount=amount,
|
||||
stop_price=stop_price, rate=limit_price)['id']
|
||||
stoploss_order_id = self.exchange.stoploss_limit(
|
||||
pair=pair, amount=amount, stop_price=stop_price, rate=limit_price)['id']
|
||||
|
||||
self.rpc.send_msg({
|
||||
'type': RPCMessageType.BUY_NOTIFICATION,
|
||||
|
||||
Reference in New Issue
Block a user