stable/freqtrade/optimize
Yazeed Al Oyoun 9639ffb140
added daily sharpe ratio hyperopt loss method, ty @djacky (#2826)
* more consistent backtesting tables and labels

* added rounding to Tot Profit % on Sell Reasosn table to be consistent with other percentiles on table.

* added daily sharpe ratio hyperopt loss method, ty @djacky

* removed commented code

* removed unused profit_abs

* added proper slippage to each trade

* replaced use of old value total_profit

* Align quotes in same area

* added daily sharpe ratio test and modified hyperopt_loss_sharpe_daily

* fixed some more line alignments

* updated docs to include SharpeHyperOptLossDaily

* Update dockerfile to 3.8.1

* Run tests against 3.8

* added daily sharpe ratio hyperopt loss method, ty @djacky

* removed commented code

* removed unused profit_abs

* added proper slippage to each trade

* replaced use of old value total_profit

* added daily sharpe ratio test and modified hyperopt_loss_sharpe_daily

* updated docs to include SharpeHyperOptLossDaily

* docs fixes

* missed one fix

* fixed standard deviation line

* fixed to bracket notation

* fixed to bracket notation

* fixed syntax error

* better readability, kept np.sqrt(365) which results in  annualized sharpe ratio

* fixed method arguments indentation

* updated commented out debug print line

* renamed after slippage profit_percent so it wont affect _calculate_results_metrics()

* Reworked to fill leading and trailing days

* No need for np; make flake happy

* Fix risk free rate

Co-authored-by: Matthias <xmatthias@outlook.com>
Co-authored-by: hroff-1902 <47309513+hroff-1902@users.noreply.github.com>
2020-02-06 06:49:08 +01:00
..
__init__.py Small adjustments for moved commands 2020-01-26 13:46:01 +01:00
backtesting.py Merge pull request #2833 from hroff-1902/type-hints 2020-02-03 23:24:26 +03:00
default_hyperopt_loss.py minor: add OnlyProfitHyperOptLoss 2019-07-23 18:51:24 +03:00
default_hyperopt.py DefaultHyperOpts --> DefaultHyperOpt; hyperopts --> hyperopt where it's not correct 2019-10-18 23:29:19 +03:00
edge_cli.py Extract edge reporting to optimize_reports 2020-01-09 06:52:34 +01:00
hyperopt_interface.py Adjust improts to new exception location 2019-12-30 15:02:17 +01:00
hyperopt_loss_interface.py Remove hyperopts occurances 2019-11-13 09:39:00 +01:00
hyperopt_loss_onlyprofit.py max() removed 2019-07-25 08:17:41 +03:00
hyperopt_loss_sharpe_daily.py added daily sharpe ratio hyperopt loss method, ty @djacky (#2826) 2020-02-06 06:49:08 +01:00
hyperopt_loss_sharpe.py better readability and more consistent with daily sharpe loss method 2020-02-02 08:47:33 +01:00
hyperopt.py Merge pull request #2833 from hroff-1902/type-hints 2020-02-03 23:24:26 +03:00
optimize_reports.py Align quotes in same area 2020-01-31 20:41:51 +01:00