stable/freqtrade/commands
Fredrik Rydin 636bd5acb5 Added filter options to "hyperopt-list" in order to easier find epochs.
--profitable
	Select only profitable epochs.
  --min-avg-time INT
	Select epochs on above average time.
  --max-avg-time INT
	Select epochs on under average time.
  --min-avg-profit FLOAT
	Select epochs on above average profit.
  --min-total-profit FLOAT
	Select epochs on above total profit.
2020-02-08 23:21:42 +01:00
..
__init__.py Add list-hyperopts command 2020-02-02 19:41:22 +03:00
arguments.py Added filter options to "hyperopt-list" in order to easier find epochs. 2020-02-08 23:21:42 +01:00
cli_options.py Added filter options to "hyperopt-list" in order to easier find epochs. 2020-02-08 23:21:42 +01:00
data_commands.py get rid of typing.cast() 2020-02-03 23:08:35 +03:00
deploy_commands.py Merge pull request #2839 from hroff-1902/list-hyperopts-2 2020-02-06 07:06:36 +01:00
hyperopt_commands.py Added filter options to "hyperopt-list" in order to easier find epochs. 2020-02-08 23:21:42 +01:00
list_commands.py Add list-hyperopts command 2020-02-02 19:41:22 +03:00
optimize_commands.py move setup_utils_config to configuration module 2020-01-26 14:15:53 +01:00
pairlist_commands.py move setup_utils_config to configuration module 2020-01-26 14:15:53 +01:00
plot_commands.py Add some type hints 2020-02-02 07:00:40 +03:00
trade_commands.py Minor cosmetics in start_trading 2020-01-27 02:49:25 +03:00