feat(optimizer): add max_positions parameter to Optuna search space

Add max_positions (1-5) as an optimizable hyperparameter across all
three Optuna search stages (coarse, fine, very fine). The parameter
scales effective position size as min(position_size_pct × max_positions,
1.0), allowing the optimizer to discover pyramiding strategies.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
TPTBusiness
2026-05-01 15:58:01 +02:00
parent 8262686755
commit a755bf7365

Diff Content Not Available