stable/freqtrade/resolvers
raphael 76cf68deed
Raise exception when an uncaught error is raised
StrategyResolver.load_strategy would fail if any error outside of (ModuleNotFoundError, SyntaxError, ImportError, NameError) is thrown.
This change makes it raise an OperationalException when that happens. This will potentially be beneficial to people who use StrategyResolver.load_strategy outside of the FT directories.
2021-11-06 10:34:14 -04:00
..
__init__.py Autopep8 formatting 2021-08-06 16:35:39 -06:00
exchange_resolver.py unexpected docstring params 2021-06-25 23:56:16 +05:30
hyperopt_resolver.py Remove legacy hyperopt interface from hyperopt.py 2021-09-12 08:18:13 +02:00
iresolver.py Raise exception when an uncaught error is raised 2021-11-06 10:34:14 -04:00
pairlist_resolver.py Move pairlists to be a plugin submodule 2020-12-23 16:54:35 +01:00
protection_resolver.py Small cleanup of protection stuff 2020-12-13 10:16:09 +01:00
strategy_resolver.py Add default to minimal_roi to avoid failures 2021-10-27 06:33:49 +02:00