From 545ff6f9f104bec6b4c982c96a80a0c637d7d349 Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 18 Jul 2019 06:31:44 +0200 Subject: [PATCH] Fix typo --- user_data/hyperopts/sample_hyperopt_loss.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_data/hyperopts/sample_hyperopt_loss.py b/user_data/hyperopts/sample_hyperopt_loss.py index d5102bef5..5a2fb72b6 100644 --- a/user_data/hyperopts/sample_hyperopt_loss.py +++ b/user_data/hyperopts/sample_hyperopt_loss.py @@ -25,7 +25,7 @@ MAX_ACCEPTED_TRADE_DURATION = 300 class SampleHyperOptLoss(IHyperOptLoss): """ Defines the default loss function for hyperopt - This is intendet to give you some inspiration for your own loss function. + This is intended to give you some inspiration for your own loss function. The Function needs to return a number (float) - which becomes for better backtest results. """