ameforge commited on
Commit
93ee7f3
·
verified ·
1 Parent(s): 64c4baf

Upload metadata.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. metadata.json +108 -0
metadata.json ADDED
@@ -0,0 +1,108 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "symbols": [
3
+ "XAUUSD.ecn",
4
+ "BTCUSD.ecn",
5
+ "Boom 500 Index",
6
+ "Boom 1000 Index",
7
+ "Crash 500 Index",
8
+ "Crash 1000 Index",
9
+ "FlipX 3",
10
+ "FlipX 4",
11
+ "FlipX 5",
12
+ "FX Vol 20",
13
+ "FX Vol 40",
14
+ "FX Vol 60",
15
+ "FX Vol 80",
16
+ "FX Vol 99",
17
+ "GainX 400",
18
+ "GainX 600",
19
+ "GainX 800",
20
+ "GainX 1200",
21
+ "PainX 400",
22
+ "PainX 600",
23
+ "PainX 800",
24
+ "PainX 1200",
25
+ "SFX Vol 20",
26
+ "SFX Vol 40",
27
+ "SFX Vol 60",
28
+ "Volatility 10 Index",
29
+ "Volatility 25 Index",
30
+ "Volatility 50 Index",
31
+ "Volatility 75 Index",
32
+ "Volatility 100 Index"
33
+ ],
34
+ "feature_columns": [
35
+ "close_M1",
36
+ "trend_strength_M1",
37
+ "candle_pattern_M1",
38
+ "volatility_M1",
39
+ "market_regime_M1",
40
+ "candlestick_pattern_M1",
41
+ "chart_pattern_M1",
42
+ "close_M5",
43
+ "trend_strength_M5",
44
+ "candle_pattern_M5",
45
+ "volatility_M5",
46
+ "market_regime_M5",
47
+ "candlestick_pattern_M5",
48
+ "chart_pattern_M5",
49
+ "close_M15",
50
+ "trend_strength_M15",
51
+ "candle_pattern_M15",
52
+ "volatility_M15",
53
+ "market_regime_M15",
54
+ "candlestick_pattern_M15",
55
+ "chart_pattern_M15",
56
+ "close_M30",
57
+ "trend_strength_M30",
58
+ "candle_pattern_M30",
59
+ "volatility_M30",
60
+ "market_regime_M30",
61
+ "candlestick_pattern_M30",
62
+ "chart_pattern_M30",
63
+ "close_H1",
64
+ "trend_strength_H1",
65
+ "candle_pattern_H1",
66
+ "volatility_H1",
67
+ "market_regime_H1",
68
+ "candlestick_pattern_H1",
69
+ "chart_pattern_H1",
70
+ "close_H4",
71
+ "trend_strength_H4",
72
+ "candle_pattern_H4",
73
+ "volatility_H4",
74
+ "market_regime_H4",
75
+ "candlestick_pattern_H4",
76
+ "chart_pattern_H4",
77
+ "close_D1",
78
+ "trend_strength_D1",
79
+ "candle_pattern_D1",
80
+ "volatility_D1",
81
+ "market_regime_D1",
82
+ "candlestick_pattern_D1",
83
+ "chart_pattern_D1"
84
+ ],
85
+ "state_size": 49,
86
+ "group_by_family": true,
87
+ "asset_families": [
88
+ "xauusd",
89
+ "btcusd",
90
+ "boom",
91
+ "crash",
92
+ "volatility",
93
+ "flipx",
94
+ "gainx",
95
+ "painx",
96
+ "fxvol",
97
+ "sfxvol",
98
+ "other"
99
+ ],
100
+ "per_symbol_cap": 1600,
101
+ "n_train": 40800,
102
+ "n_val": 7200,
103
+ "val_accuracy": 0.6277777777777778,
104
+ "tp_atr_mult": 2.0,
105
+ "sl_atr_mult": 1.0,
106
+ "horizon_bars": 60,
107
+ "timestamp": "2026-07-01T19:10:35Z"
108
+ }