stable/freqtrade
Sam Germain e0d42ad9a7
Update backtesting.py
2022-02-05 18:29:48 -06:00
..
commands New config (#6333) 2022-02-02 14:46:44 +01:00
configuration Merge branch 'develop' into feat/short 2022-01-22 17:56:01 +01:00
data Properly detect default candle type 2022-01-29 14:31:58 +01:00
edge Added candle_type to a lot of methods, wrote some tests 2021-11-21 17:48:14 -06:00
enums fixed failing tests in tests/commands/test_commands.py by adding NONE='' option to MarginMode 2022-02-03 17:48:33 -06:00
exchange exchange.get_max_pair_stake_amount hard set leverage to 0 2022-02-04 14:26:15 -06:00
leverage moved liquidation_price method to exchange classes 2022-01-31 12:16:43 -06:00
mixins Improve wording, fix bug 2020-12-07 15:48:06 +01:00
optimize Update backtesting.py 2022-02-05 18:29:48 -06:00
persistence models.update removed TODO-lev 2022-02-03 17:48:34 -06:00
plot removed plotting todo 2022-02-03 20:39:47 -06:00
plugins Removed PrecisionFilter liquidation price TODO-lev 2022-01-31 12:06:04 -06:00
resolvers Merge branch 'develop' into feat/short 2022-01-29 14:19:30 +01:00
rpc Add leverage/short properties to api responses 2022-02-01 07:08:43 +01:00
strategy Merge pull request #6312 from freqtrade/short_informative_decorator 2022-01-30 15:33:52 +01:00
templates New config (#6333) 2022-02-02 14:46:44 +01:00
vendor Disable ability to use lookahead-biased vwap 2021-10-17 11:23:58 +02:00
__init__.py merged with feat/short 2021-09-15 22:28:10 -06:00
__main__.py Update references to remove python 3.7 support 2022-01-25 06:43:36 +01:00
constants.py updated margin_modes 2022-02-03 20:33:16 -06:00
exceptions.py Small formatting upgrades 2021-11-11 12:06:18 +01:00
freqtradebot.py exchange.get_max_pair_stake_amount hard set leverage to 0 2022-02-04 14:26:15 -06:00
loggers.py Fix empty "/log" endpoint in certain moments 2022-01-16 15:37:00 +01:00
main.py Update references to remove python 3.7 support 2022-01-25 06:43:36 +01:00
misc.py Merge branch 'develop' into feat/short 2022-01-22 17:56:01 +01:00
wallets.py wallets.validate_stake_amount added param max_stake_available 2022-02-03 20:33:16 -06:00
worker.py Slightly reduce verbosity when reload_conf is issued 2021-12-23 20:33:13 +01:00