stable/freqtrade
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
..
commands Some finetuning for OKEX 2021-11-03 07:12:42 +01:00
configuration Don't convert telegram chat_id 2021-11-05 19:27:54 +01:00
data Removed exit_tag from Trade objects. 2021-10-20 17:58:50 +03:00
edge Add a decorator which can be used to declare populate_indicators() functions for informative pairs. 2021-09-18 10:48:18 +03:00
enums Fixed flake 8, changed sell_tag to exit_tag and fixed telegram functions 2021-10-18 23:56:41 +03:00
exchange Fix officially supported exchange list 2021-11-03 19:20:39 +01:00
mixins Improve wording, fix bug 2020-12-07 15:48:06 +01:00
optimize Update optimize_reports 2021-11-04 10:25:13 -04:00
persistence Merge branch 'develop' into pr/theluxaz/5710 2021-11-03 19:43:36 +01:00
plot fix: typo spelling grammar 2021-08-16 19:16:24 +07:00
plugins Allow StaticPairlist in non-first position 2021-10-19 19:48:56 +02:00
resolvers Raise exception when an uncaught error is raised 2021-11-06 10:34:14 -04:00
rpc Merge branch 'develop' into pr/theluxaz/5710 2021-11-03 19:43:36 +01:00
strategy Merge branch 'develop' into pr/theluxaz/5710 2021-11-03 19:43:36 +01:00
templates Some finetuning for OKEX 2021-11-03 07:12:42 +01:00
vendor Disable ability to use lookahead-biased vwap 2021-10-17 11:23:58 +02:00
__init__.py Exclude some parts from coverage that can't really be tested 2021-09-05 09:14:44 +02:00
__main__.py Remove support for 3.6 2020-12-14 19:18:54 +01:00
constants.py Remove CalmarDaily hyperopt loss 2021-10-29 06:53:40 +02:00
exceptions.py spell corrections 2021-06-25 22:10:04 +05:30
freqtradebot.py Fix exception when using okex 2021-11-05 19:47:13 +01:00
loggers.py Exclude some parts from coverage that can't really be tested 2021-09-05 09:14:44 +02:00
main.py Exclude more untestable sections from coverage 2021-09-05 15:40:21 +02:00
misc.py feat: add one additional asterisk 2021-07-12 12:27:59 +00:00
wallets.py Don't log from wallet in backtest mode 2021-07-16 19:57:49 +02:00
worker.py spell corrections 2021-06-25 22:10:04 +05:30