stable/freqtrade
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
..
commands Allow DefaultHyperopts as hyperopt name 2021-08-26 07:13:18 +02:00
configuration Merge pull request #5360 from freqtrade/hyperopt_protections 2021-08-07 09:42:05 +02:00
data Download-data log process added 2021-08-20 14:52:56 +00:00
edge refactor ohlcvdata_to_dataframe to advise_all_indicators 2021-08-09 14:53:18 +02:00
enums rename to buy_tag 2021-07-21 20:05:35 +07:00
exchange Add expired to list of canceled statuses 2021-08-27 19:54:53 +02:00
mixins
optimize rename default_hyperopt_loss file 2021-08-26 19:39:57 +02:00
persistence Add expired to list of canceled statuses 2021-08-27 19:54:53 +02:00
plot fix: typo spelling grammar 2021-08-16 19:16:24 +07:00
plugins Reduce verbosity of "is in blacklist" logging 2021-08-22 19:40:43 +02:00
resolvers feat: support loading strategies from packages using the python import logic 2021-09-27 11:59:29 +02:00
rpc rename execute_sell to execute_trade_exit 2021-08-26 06:53:42 +02:00
strategy Merge branch 'develop' into pr/Axel-CH/5347 2021-08-14 09:13:30 +02:00
templates Remove extra comma after the last element in binance pair_blacklist. 2021-08-28 21:57:54 +08:00
vendor
__init__.py Update Version to develop again 2021-08-28 10:43:49 +02:00
__main__.py Remove support for 3.6 2020-12-14 19:18:54 +01:00
constants.py Add expired to list of canceled statuses 2021-08-27 19:54:53 +02:00
exceptions.py spell corrections 2021-06-25 22:10:04 +05:30
freqtradebot.py Add expired to list of canceled statuses 2021-08-27 19:54:53 +02:00
loggers.py
main.py Autopep8 formatting 2021-08-06 16:35:39 -06: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