stable/freqtrade/configuration
Matthias 006436a18d Require use_sell_signal to be true for edge
Otherwise edge will have strange results, as
edge runs with sell signal, while the bot runs without sell signal,
causing results to be invalid

closes #3900
2020-11-24 07:47:35 +01:00
..
__init__.py Apply isort to freqtrade codebase 2020-09-28 19:40:46 +02:00
check_exchange.py Apply isort to freqtrade codebase 2020-09-28 19:40:46 +02:00
config_setup.py Apply isort to freqtrade codebase 2020-09-28 19:40:46 +02:00
config_validation.py Require use_sell_signal to be true for edge 2020-11-24 07:47:35 +01:00
configuration.py Merge branch 'develop' into isort_config 2020-09-28 20:21:55 +02:00
deprecated_settings.py Fail if both ticker_interval and timeframe are present in a 2020-06-16 16:02:38 +02:00
directory_operations.py Apply isort to freqtrade codebase 2020-09-28 19:40:46 +02:00
load_config.py Apply isort to freqtrade codebase 2020-09-28 19:40:46 +02:00
timerange.py Convert timestamp to int_timestamp for all arrow occurances 2020-10-13 06:24:01 +02:00