stable/freqtrade/optimize
Matthias 89f16ad3a5
Merge pull request #6543 from froggleston/v3_fixes
Add support for storing buy candle indicator rows in backtesting results
2022-04-23 09:45:11 +02:00
..
space Improve performance of decimalspace.py 2021-10-24 18:14:24 +02:00
__init__.py Small adjustments for moved commands 2020-01-26 13:46:01 +01:00
backtesting.py Don't repeat backtest-storing 2022-04-23 09:23:53 +02:00
bt_progress.py Fix typo in bt_progress 2022-01-02 19:38:03 +01:00
edge_cli.py Fix @informative decorator failing with edge. 2022-01-15 17:31:16 +02:00
hyperopt.py Fix docstring quotes 2022-04-23 09:44:04 +02:00
hyperopt_auto.py explicit dimensions, added **kwargs, updated docs 2022-01-25 11:43:40 +00:00
hyperopt_epoch_filters.py Stream hyperopt-result in small batches 2021-08-10 10:12:57 +02:00
hyperopt_interface.py Remove ticker_interval support 2022-03-20 09:00:53 +01:00
hyperopt_loss_calmar.py Fix some tests after drawdown calculation change 2022-01-04 17:07:31 +01:00
hyperopt_loss_interface.py Provide full backtest-statistics to Hyperopt loss functions 2021-07-04 10:15:19 +02:00
hyperopt_loss_max_drawdown.py simplify expression 2021-10-09 06:36:23 +05:30
hyperopt_loss_onlyprofit.py Update onlyprofit loss should use absolute profit 2021-05-28 08:38:46 +02:00
hyperopt_loss_profit_drawdown.py commented method deletition 2022-02-07 14:12:07 +01:00
hyperopt_loss_sharpe.py Don't use profit_percent for backtesting results anymore 2021-01-24 08:58:41 +01:00
hyperopt_loss_sharpe_daily.py Don't use profit_percent for backtesting results anymore 2021-01-24 08:58:41 +01:00
hyperopt_loss_short_trade_dur.py rename default_hyperopt_loss file 2021-08-26 19:39:57 +02:00
hyperopt_loss_sortino.py Don't use profit_percent for backtesting results anymore 2021-01-24 08:58:41 +01:00
hyperopt_loss_sortino_daily.py Don't use profit_percent for backtesting results anymore 2021-01-24 08:58:41 +01:00
hyperopt_tools.py Merge pull request #6563 from italodamato/opt-ask-force-new-points 2022-04-23 09:43:33 +02:00
optimize_reports.py Use joblib instead of pickle, add signal candle read/write test, move docs to new Advanced Backtesting doc 2022-04-20 13:38:52 +01:00