fix: production initial_capital $35K to match workflow and real account

Was $100K (default) but workflow passes $35K and hyperopt optimizes for
$35K. Model must learn conservative position sizing for real retail
capital, not train with 3× the actual account size.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
jgrusewski
2026-03-31 09:55:57 +02:00
parent 92d59ef529
commit 91aae4640c

View File

@@ -48,7 +48,7 @@ patience = 20
min_epochs_before_stopping = 80
[experience]
initial_capital = 100000.0
initial_capital = 35000.0
tx_cost_multiplier = 0.0001
min_hold_bars = 5