stable/freqtrade/resolvers
LoveIsGrief f5d09ed0b0
feat: support loading strategies from packages using the python import logic
This is an improvement to simply checking subdirectories for python files as we can use
 the entirety of python import logic.
It's thus possible to import from other files within the `strategies` folder.
Additionally, this allows sharing strategies with more data than just python files (e.g a README.md).
2021-09-27 11:59:29 +02: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 Improve error when hyperopt-loss-function is missing 2020-10-28 07:58:55 +01:00
iresolver.py feat: support loading strategies from packages using the python import logic 2021-09-27 11:59:29 +02: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 Merge pull request #5360 from freqtrade/hyperopt_protections 2021-08-07 09:42:05 +02:00