diff --git a/freqtrade/exceptions.py b/freqtrade/exceptions.py index 553a691ef..52209c47e 100644 --- a/freqtrade/exceptions.py +++ b/freqtrade/exceptions.py @@ -21,6 +21,14 @@ class DependencyException(FreqtradeException): """ +class PricingException(DependencyException): + """ + Subclass of DependencyException. + Indicates that the price could not be determined. + Implicitly a buy / sell operation. + """ + + class InvalidOrderException(FreqtradeException): """ This is returned when the order is not valid. Example: