stable/freqtrade
2021-12-07 12:09:08 +01: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 Update btanalysis.py 2021-12-07 12:09:08 +01: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 Batch ohlcv requests to not overwelm ccxt's async throttler 2021-11-30 07:10:12 +01:00
mixins
optimize test 2021-12-06 11:21:57 +01:00
persistence Some more fixes to % formatting 2021-11-11 15:06:16 +01:00
plot Improve some more pct formattings 2021-11-11 16:12:23 +01:00
plugins revert to random object 2021-11-29 20:35:43 +01:00
resolvers Add default to minimal_roi to avoid failures 2021-10-27 06:33:49 +02:00
rpc Fix Schema issue 2021-11-30 20:46:47 +01:00
strategy Use market data to get base and quote currencies in @informative() decorator. 2021-11-22 09:27:45 +02:00
templates Add plotconfig as property documentation and sample 2021-11-28 19:39:43 +01:00
vendor Disable ability to use lookahead-biased vwap 2021-10-17 11:23:58 +02:00
__init__.py
__main__.py
constants.py Added missing webhook config params to constants 2021-11-29 18:17:59 +11:00
exceptions.py Small formatting upgrades 2021-11-11 12:06:18 +01:00
freqtradebot.py Reorder messages to be sent in correct order 2021-12-01 19:57:24 +01:00
loggers.py
main.py Exclude more untestable sections from coverage 2021-09-05 15:40:21 +02:00
misc.py
wallets.py Small formatting upgrades 2021-11-11 12:06:18 +01:00
worker.py