mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-02-02 20:30:25 +00:00
added missing word in hyperopt loss example
This commit is contained in:
@@ -27,7 +27,7 @@ class SampleHyperOptLoss(IHyperOptLoss):
|
||||
Defines the default loss function for hyperopt
|
||||
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.
|
||||
The Function needs to return a number (float) - which becomes smaller for better backtest results.
|
||||
"""
|
||||
|
||||
@staticmethod
|
||||
|
||||
Reference in New Issue
Block a user