This commit is contained in:
Matthias 2019-07-18 06:31:44 +02:00
parent 49b95fe008
commit 545ff6f9f1
1 changed files with 1 additions and 1 deletions

View File

@ -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.
"""