This commit is contained in:
zhutoutoutousan
2026-04-09 11:47:56 +02:00
parent 842a2f8fac
commit b50b430d1a
63 changed files with 12842 additions and 1 deletions
Binary file not shown.
@@ -0,0 +1,121 @@
{
"symbol": "XAUUSD",
"timeframe": "H1",
"lookback": 48,
"num_features": 24,
"feature_columns": [
"open",
"high",
"low",
"close",
"tick_volume",
"rsi",
"ema20_n",
"ema50_n",
"atr_n",
"price_change",
"high_low_ratio",
"volume_ma",
"volume_ratio",
"rsi7_n",
"rsi21_n",
"rsi_fast_slow_spread",
"rsi_velocity",
"rsi_accel",
"rsi_dist_mid_50",
"rsi_cross_overbought",
"rsi_cross_oversold",
"rsi_cross_50_up",
"rsi_cross_50_down",
"session_asian_utc"
],
"num_classes": 5,
"class_names": [
"HOLD",
"BUY",
"SELL_SHORT",
"CLOSE_LONG",
"CLOSE_SHORT"
],
"label_horizon_bars": 8,
"label_note": "H1 labeling defaults: horizon=8, local=6, pullback=5 (~M15 wall-clock parity)",
"scaler_feature_min": [
679.5499877929688,
735.0499877929688,
679.5499877929688,
711.2999877929688,
0.0,
0.0778568685054779,
-0.08346110582351685,
-0.13061486184597015,
0.0006287021678872406,
-0.09134025126695633,
1.0,
0.0018113000551238656,
0.0,
0.020070146769285202,
0.1127406507730484,
-0.45013511180877686,
-1.6049232482910156,
-2.0694637298583984,
1.0986201232299209e-05,
0.0,
0.0,
0.0,
0.0,
0.0
],
"scaler_feature_max": [
5562.419921875,
5598.06005859375,
5554.68994140625,
5562.43994140625,
0.15629400312900543,
0.9388294816017151,
0.1516682505607605,
0.17963257431983948,
0.07575831562280655,
0.10734681040048599,
1.138908863067627,
0.11270634829998016,
11.032988548278809,
0.9843139052391052,
0.8853746056556702,
0.44974473118782043,
1.5471272468566895,
2.1628992557525635,
0.8776589632034302,
1.0,
1.0,
1.0,
1.0,
1.0
],
"scaler_scale": [
0.00020479758677538484,
0.00020563394355122,
0.00020512231276370585,
0.00020613710512407124,
6.398198127746582,
1.1614770889282227,
4.2529778480529785,
3.223233938217163,
13.310330390930176,
5.033040523529053,
7.198964595794678,
9.017535209655762,
0.09063727408647537,
1.0370821952819824,
1.2942739725112915,
1.1112594604492188,
0.31725379824638367,
0.23627464473247528,
1.1394089460372925,
1.0,
1.0,
1.0,
1.0,
1.0
],
"notes": "MinMax in EA; row0=newest. Match EA InpLookback to lookback here."
}
Binary file not shown.