mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Fix typo
This commit is contained in:
parent
49b95fe008
commit
545ff6f9f1
|
@ -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.
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue
Block a user