stable/freqtrade
Bernd Zeimetz cd6620a044 Ignore broken symlinks while resolving strategies.
Without this fix the resolver tries to read from the broken symlink,
resulting in an exception that leads to the the rather confusing
error message

freqtrade.resolvers.iresolver - WARNING - Path "...../user_data/strategies" does not exist.

as a result of a symlink matching .py not being readable.
2021-06-13 21:42:09 +02:00
..
commands Remove OrderedDict 2021-06-13 11:47:18 +02:00
configuration Move state enums to enums package 2021-06-08 21:20:35 +02:00
data Move state enums to enums package 2021-06-08 21:20:35 +02:00
edge Move state enums to enums package 2021-06-08 21:20:35 +02:00
enums Small style improvements (no empty line at start) 2021-06-10 06:21:10 +02:00
exchange Update ftx stoploss logic to properly detect correct trades 2021-06-13 11:06:34 +02:00
mixins Improve wording, fix bug 2020-12-07 15:48:06 +01:00
optimize Remove OrderedDict 2021-06-13 11:47:18 +02:00
persistence Small fix to models 2021-06-13 11:20:22 +02:00
plot Require timeframe for plot-profit 2021-06-12 09:03:55 +02:00
plugins Move SellType Enum to it's own module 2021-06-08 21:04:34 +02:00
resolvers Ignore broken symlinks while resolving strategies. 2021-06-13 21:42:09 +02:00
rpc Move RPCMessageType to enums 2021-06-09 20:23:17 +02:00
strategy Move RPCMessageType to enums 2021-06-09 20:23:17 +02:00
templates Fix strategy samples to use runmode.value 2021-06-05 09:03:03 +02:00
vendor Apply isort to freqtrade codebase 2020-09-28 19:40:46 +02:00
__init__.py Remove encode/decode for hyperopt 2021-05-01 17:01:52 +02:00
__main__.py Remove support for 3.6 2020-12-14 19:18:54 +01:00
constants.py Support backwards-compatible sell setting 2021-05-27 13:00:05 +02:00
exceptions.py Introduce insufficientFunds Exception 2020-08-14 09:56:48 +02:00
freqtradebot.py Update ftx stoploss logic to properly detect correct trades 2021-06-13 11:06:34 +02:00
loggers.py Fix double logging 2020-11-25 14:31:34 +01:00
main.py Remove support for 3.6 2020-12-14 19:18:54 +01:00
misc.py Add chunks function. 2021-04-29 22:21:04 +02:00
wallets.py Move state enums to enums package 2021-06-08 21:20:35 +02:00
worker.py Move state enums to enums package 2021-06-08 21:20:35 +02:00