Mikecode123 commited on
Commit
b398a44
·
verified ·
1 Parent(s): 828439a

Upload Nemotron optimization response

Browse files
optimization_cpu_nemotron/20260822T220051Z/nemotron_cycle_01.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "pure": {
3
+ "params": {
4
+ "lookback": 18,
5
+ "confirm_buffer": 0.006,
6
+ "min_sweep_fraction": 0.015
7
+ },
8
+ "reason": "Validation win rate exceeds backtest across all R:R levels, indicating robustness. Slightly increasing confirm_buffer filters marginal signals while decreasing min_sweep_fraction captures more opportunities without significantly reducing win rate."
9
+ },
10
+ "deep": {
11
+ "params": {
12
+ "min_sweep_depth": 0.035,
13
+ "max_sweep_depth": 0.5263514678099679,
14
+ "min_close_back": 0.25,
15
+ "min_rejection_wick": 0.3,
16
+ "min_range_quality": 0.75,
17
+ "max_range_quality": 3.0,
18
+ "max_c1_body_ratio": 0.75,
19
+ "require_purity": true,
20
+ "require_m5_confirmation": true
21
+ },
22
+ "reason": "Validation win rates are consistently lower than backtest, signaling overfitting. Tightening sweep depth, close-back, rejection wick, and range quality thresholds, plus adding M5 confirmation, should improve signal quality and close the generalization gap."
23
+ },
24
+ "overall_reason": "Pure strategy demonstrates stronger out-of-sample performance; deep strategy requires stricter filters to align validation with backtest results."
25
+ }