Require minimum net profit for forecast exits
This commit is contained in:
@@ -94,6 +94,7 @@ def make_settings():
|
||||
take_profit_percent=0.035,
|
||||
trailing_stop_percent=0.015,
|
||||
min_hold_seconds=180,
|
||||
min_exit_net_percent=0.20,
|
||||
entry_cooldown_seconds=180,
|
||||
max_daily_drawdown_usdt=6.0,
|
||||
min_cash_reserve_usdt=5.0,
|
||||
|
||||
Reference in New Issue
Block a user