diff --git a/freqtrade/rpc/rpc.py b/freqtrade/rpc/rpc.py index 68ccbd211..da37d9e96 100644 --- a/freqtrade/rpc/rpc.py +++ b/freqtrade/rpc/rpc.py @@ -507,7 +507,6 @@ class RPC: trade.pair, side='exit', is_short=trade.is_short, refresh=False) except (PricingError, ExchangeError): current_rate = NAN - if isnan(current_rate): profit_ratio = NAN profit_abs = NAN else: