mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
blank line removed
This commit is contained in:
parent
1c2c19b12c
commit
89eb3d9f36
|
@ -699,7 +699,6 @@ class FreqtradeBot(object):
|
|||
else:
|
||||
return False
|
||||
|
||||
|
||||
def check_sell(self, trade: Trade, sell_rate: float, buy: bool, sell: bool) -> bool:
|
||||
if self.edge:
|
||||
stoploss = self.edge.stoploss(trade.pair)
|
||||
|
|
Loading…
Reference in New Issue
Block a user