mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-01 09:33:05 +00:00
Deployed 6ae5724 to develop in en with MkDocs 1.6.1 and mike 2.1.3
This commit is contained in:
@@ -2623,6 +2623,7 @@ options:
|
||||
SortinoHyperOptLoss, SortinoHyperOptLossDaily,
|
||||
CalmarHyperOptLoss, MaxDrawDownHyperOptLoss,
|
||||
MaxDrawDownRelativeHyperOptLoss,
|
||||
MaxDrawDownPerPairHyperOptLoss,
|
||||
ProfitDrawDownHyperOptLoss, MultiMetricHyperOptLoss
|
||||
--disable-param-export
|
||||
Disable automatic hyperopt parameter export.
|
||||
@@ -3045,6 +3046,7 @@ This class should be in its own file within the <code>user_data/hyperopts/</code
|
||||
<li><code>SortinoHyperOptLossDaily</code> - optimizes Sortino Ratio calculated on <strong>daily</strong> trade returns relative to <strong>downside</strong> standard deviation.</li>
|
||||
<li><code>MaxDrawDownHyperOptLoss</code> - Optimizes Maximum absolute drawdown.</li>
|
||||
<li><code>MaxDrawDownRelativeHyperOptLoss</code> - Optimizes both maximum absolute drawdown while also adjusting for maximum relative drawdown.</li>
|
||||
<li><code>MaxDrawDownPerPairHyperOptLoss</code> - Calculates the profit/drawdown ratio per pair and returns the worst result as objective, forcing hyperopt to optimize the parameters for all pairs in the pairlist. This way, we prevent one or more pairs with good results from inflating the metrics, while the pairs with poor results are not represented and therefore not optimized.</li>
|
||||
<li><code>CalmarHyperOptLoss</code> - Optimizes Calmar Ratio calculated on trade returns relative to max drawdown.</li>
|
||||
<li><code>ProfitDrawDownHyperOptLoss</code> - Optimizes by max Profit & min Drawdown objective. <code>DRAWDOWN_MULT</code> variable within the hyperoptloss file can be adjusted to be stricter or more flexible on drawdown purposes.</li>
|
||||
<li><code>MultiMetricHyperOptLoss</code> - Optimizes by several key metrics to achieve balanced performance. The primary focus is on maximizing Profit and minimizing Drawdown, while also considering additional metrics such as Profit Factor, Expectancy Ratio and Winrate. Moreover, it applies a penalty for epochs with a low number of trades, encouraging strategies with adequate trade frequency.</li>
|
||||
|
||||
Reference in New Issue
Block a user