Mikecode123 commited on
Commit
10586bd
·
verified ·
1 Parent(s): d44f223

Upload Nemotron optimization response

Browse files
optimization_cpu_nemotron/20260822T220051Z/nemotron_cycle_02.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "pure": {
3
+ "params": {
4
+ "lookback": 18,
5
+ "confirm_buffer": 0.0055,
6
+ "min_sweep_fraction": 0.016
7
+ },
8
+ "reason": "Validation sample only 240 trades (all 2026) — too small for confident optimization. Backtest shows 4,620 trades with stable ~41% win rate at 1.5R. Top-pure params marginally improve backtest score; adopt small bounded moves toward them (confirm_buffer -0.0005, min_sweep_fraction +0.001) while keeping lookback unchanged."
9
+ },
10
+ "deep": {
11
+ "params": {
12
+ "min_sweep_depth": 0.031,
13
+ "max_sweep_depth": 0.526,
14
+ "min_close_back": 0.23,
15
+ "min_rejection_wick": 0.28,
16
+ "min_range_quality": 0.70,
17
+ "max_range_quality": 3.07,
18
+ "max_c1_body_ratio": 0.78,
19
+ "require_purity": true,
20
+ "require_m5_confirmation": false
21
+ },
22
+ "reason": "Deep strategy has robust samples: 6,000 backtest and 840 validation trades. Validation win rates (39% at 1.5R) closely track backtest (42%), indicating parameter stability. Top-deep params improve backtest score; move current params toward top-deep values with bounded steps (e.g., min_sweep_depth -0.004, min_close_back -0.02, min_rejection_wick -0.02, min_range_quality -0.05, max_c1_body_ratio +0.03, require_m5_confirmation=false)."
23
+ },
24
+ "overall_reason": "Deep strategy preferred for parameter updates due to larger validation sample (840 vs 240) and consistent backtest/validation performance. Pure strategy changes kept minimal due to tiny validation sample; monitor for regime shift in 2026 before larger adjustments."
25
+ }