Upload separate winning-position memory metadata
Browse files
optimization_cpu_nemotron/20260822T220051Z/winning_position_memory.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"purpose": "separate causal 1:4 winning-position memory; not the saved strategy",
|
| 3 |
+
"rows": 1067,
|
| 4 |
+
"features": [
|
| 5 |
+
"rsi",
|
| 6 |
+
"trend_score",
|
| 7 |
+
"range_over_atr",
|
| 8 |
+
"mr_zscore_20",
|
| 9 |
+
"mr_zscore_50",
|
| 10 |
+
"body_over_range",
|
| 11 |
+
"return_3",
|
| 12 |
+
"return_10",
|
| 13 |
+
"ema_alignment",
|
| 14 |
+
"structure_break"
|
| 15 |
+
],
|
| 16 |
+
"source_period": "backtest+validation only",
|
| 17 |
+
"fronttest_excluded": true
|
| 18 |
+
}
|