From 4b449075ff1e00661e55e433274dcb7ee79e3fc5 Mon Sep 17 00:00:00 2001 From: Pialat Date: Mon, 16 Sep 2019 11:59:27 +0200 Subject: [PATCH] fix doc descr with new feature --- freqtrade/optimize/hyperopt_loss_calmar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freqtrade/optimize/hyperopt_loss_calmar.py b/freqtrade/optimize/hyperopt_loss_calmar.py index 9117497e8..7c5ed75d2 100644 --- a/freqtrade/optimize/hyperopt_loss_calmar.py +++ b/freqtrade/optimize/hyperopt_loss_calmar.py @@ -17,7 +17,7 @@ EXPECTED_TRADES_WEIGHT = 0.5 class CalmarHyperOptLoss(IHyperOptLoss): """ Defines the calmar loss function for hyperopt (you maybe need to add other criterias - like the number of trades expected and the max duration expected). + as the max duration expected). Calmar ratio is based on average annual rate of return for the last 36 months divided by the maximum drawdown for the last 36 months. But you maybe don't have running hyperopt with 36 months of data so we will simulate 36 months