From 847aab0359f3892d6112bb0ea4d3953892897367 Mon Sep 17 00:00:00 2001 From: Pialat Date: Thu, 12 Sep 2019 17:15:01 +0200 Subject: [PATCH] be be flake 8 compliant --- freqtrade/optimize/hyperopt_loss_calmar.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/freqtrade/optimize/hyperopt_loss_calmar.py b/freqtrade/optimize/hyperopt_loss_calmar.py index a09abf41f..3f588cc8c 100644 --- a/freqtrade/optimize/hyperopt_loss_calmar.py +++ b/freqtrade/optimize/hyperopt_loss_calmar.py @@ -18,8 +18,8 @@ class CalmarHyperOptLoss(IHyperOptLoss): 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 - of trading with a montecarlo simulation and find the median drawdown (what's happenned if the trades - orders changes, the max drawdown change ?) + of trading with a montecarlo simulation and find the median drawdown (what's happenned if the + trades orders changes, the max drawdown change ?) shorturl.at/ioAK2 """