stable/freqtrade/optimize
hroff-1902 64881a94e2
Merge branch 'develop' into timeframe
2020-06-02 15:56:34 +03:00
..
__init__.py Small adjustments for moved commands 2020-01-26 13:46:01 +01:00
backtesting.py Merge branch 'develop' into timeframe 2020-06-02 15:56:34 +03:00
default_hyperopt.py DefaultHyperOpts --> DefaultHyperOpt; hyperopts --> hyperopt where it's not correct 2019-10-18 23:29:19 +03:00
default_hyperopt_loss.py minor: add OnlyProfitHyperOptLoss 2019-07-23 18:51:24 +03:00
edge_cli.py Extract edge reporting to optimize_reports 2020-01-09 06:52:34 +01:00
hyperopt.py fix PEP8 2020-05-03 17:29:56 +02:00
hyperopt_interface.py Add class-level attributes to hyperopt and strategy 2020-06-02 10:19:27 +02:00
hyperopt_loss_interface.py Update more occurances of ticker_interval 2020-06-02 10:02:55 +02:00
hyperopt_loss_onlyprofit.py max() removed 2019-07-25 08:17:41 +03:00
hyperopt_loss_sharpe.py Adjust handling of zero stdev in loss functions 2020-03-10 13:44:16 +03:00
hyperopt_loss_sharpe_daily.py Adjust handling of zero stdev in loss functions 2020-03-10 13:44:16 +03:00
hyperopt_loss_sortino.py Adjust handling of zero stdev in loss functions 2020-03-10 13:44:16 +03:00
hyperopt_loss_sortino_daily.py Adjust handling of zero stdev in loss functions 2020-03-10 13:44:16 +03:00
optimize_reports.py Correctly call show_backtest_results 2020-06-01 09:25:26 +02:00