mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-14 12:13:57 +00:00
Adjust docstring
This commit is contained in:
parent
fbe5cc44da
commit
42dfda9231
|
@ -28,6 +28,9 @@ class SortinoHyperOptLossDaily(IHyperOptLoss):
|
||||||
Objective function, returns smaller number for more optimal results.
|
Objective function, returns smaller number for more optimal results.
|
||||||
|
|
||||||
Uses Sortino Ratio calculation.
|
Uses Sortino Ratio calculation.
|
||||||
|
|
||||||
|
Sortino Ratio calculated as described in
|
||||||
|
http://www.redrockcapital.com/Sortino__A__Sharper__Ratio_Red_Rock_Capital.pdf
|
||||||
"""
|
"""
|
||||||
resample_freq = '1D'
|
resample_freq = '1D'
|
||||||
slippage_per_trade_ratio = 0.0005
|
slippage_per_trade_ratio = 0.0005
|
||||||
|
|
Loading…
Reference in New Issue
Block a user