Skip to content

Commit

Permalink
add limit drawdown_worst_mean_1pct
Browse files Browse the repository at this point in the history
  • Loading branch information
enarjord committed Nov 24, 2024
1 parent 3476404 commit 25c090b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pure_funcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,8 @@ def get_template_live_config(passivbot_mode="neat_grid"):
"crossover_probability": 0.7,
"iters": 30000,
"limits": {
"lower_bound_drawdown_worst": 0.5,
"lower_bound_drawdown_worst": 0.25,
"lower_bound_drawdown_worst_mean_1pct": 0.1,
"lower_bound_equity_balance_diff_mean": 0.03,
"lower_bound_loss_profit_ratio": 0.75,
},
Expand Down

0 comments on commit 25c090b

Please sign in to comment.