From ec7bfba8dfcc85fe47282b76d39dc994ddcf47f3 Mon Sep 17 00:00:00 2001 From: Janne Sinivirta Date: Sun, 14 Jan 2018 13:11:19 +0200 Subject: [PATCH] add comment about checking the new total profit logging --- freqtrade/optimize/hyperopt.py | 1 + 1 file changed, 1 insertion(+) diff --git a/freqtrade/optimize/hyperopt.py b/freqtrade/optimize/hyperopt.py index 97c6a82f5..3235a10e6 100644 --- a/freqtrade/optimize/hyperopt.py +++ b/freqtrade/optimize/hyperopt.py @@ -41,6 +41,7 @@ MAX_ACCEPTED_TRADE_DURATION = 240 # this is expexted avg profit * expected trade count # for example 3.5%, 1100 trades, EXPECTED_MAX_PROFIT = 3.85 +# check that the reported Σ% values do not exceed this! EXPECTED_MAX_PROFIT = 3.85 # Configuration and data used by hyperopt