JonusNattapong commited on
Commit
ee8b982
·
verified ·
1 Parent(s): 7d92de6

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +18 -19
README.md CHANGED
@@ -34,27 +34,27 @@ metrics:
34
  - cagr
35
  - win_rate
36
  model-index:
37
- - name: romeo-v5-daily
38
  results:
39
  - task:
40
  type: binary-classification
41
- name: Daily Price Direction Prediction
42
  dataset:
43
  type: yahoo-finance-gc-f
44
  name: Gold Futures (GC=F)
45
  metrics:
46
  - type: accuracy
47
- value: 49.47
48
  name: Win Rate
49
  - type: sharpe
50
- value: 0.3119
51
- name: Sharpe Ratio
52
  - type: max_drawdown
53
- value: -47.66
54
- name: Max Drawdown (%)
55
  - type: cagr
56
- value: 0.0444
57
- name: CAGR
58
  ---
59
 
60
  # Romeo V6 — High-Risk Ensemble Trading Model for XAUUSD
@@ -91,15 +91,12 @@ Romeo V6 is a high-risk ensemble machine learning model designed for predicting
91
  ### Metrics
92
  - **Evaluation Data**: Unseen 15m intraday data (out-of-sample).
93
  - **Metrics**:
94
- - Initial Capital: 500
95
- - Final Capital: 884.82
96
- - CAGR: 0.0158
97
- - Annual Volatility: 0.5980
98
- - Sharpe Ratio: 0.3258
99
- - Max Drawdown: -48.24%
100
- - Total Trades: 3610
101
- - Win Rate: 49.47%
102
- - Avg PnL per Trade: 0.1066
103
 
104
  ### Training Data
105
  - **Source**: Yahoo Finance (GC=F) historical data.
@@ -107,7 +104,9 @@ Romeo V6 is a high-risk ensemble machine learning model designed for predicting
107
  - **Split**: Trained on historical data; evaluated on unseen fresh dataset.
108
 
109
  ### Quantitative Analyses
110
- - **Robustness Scan**: Coarse grid sweep (slippage: 0-1 pips, commission: 0-0.0005, threshold: 0.5-0.6). Best scenarios: low friction, threshold ~0.5. Worst: high commission/threshold.
 
 
111
  - **M2M Equity**: Per-bar mark-to-market equity calculation for accurate risk metrics.
112
 
113
  ### Ethical Considerations
 
34
  - cagr
35
  - win_rate
36
  model-index:
37
+ - name: romeo-v6-15m
38
  results:
39
  - task:
40
  type: binary-classification
41
+ name: 15-Minute Price Direction Prediction
42
  dataset:
43
  type: yahoo-finance-gc-f
44
  name: Gold Futures (GC=F)
45
  metrics:
46
  - type: accuracy
47
+ value: 49.28
48
  name: Win Rate
49
  - type: sharpe
50
+ value: 0.0
51
+ name: Sharpe Ratio (N/A for simple metrics)
52
  - type: max_drawdown
53
+ value: 0.0
54
+ name: Max Drawdown (N/A for simple metrics)
55
  - type: cagr
56
+ value: 0.0
57
+ name: CAGR (N/A for simple metrics)
58
  ---
59
 
60
  # Romeo V6 — High-Risk Ensemble Trading Model for XAUUSD
 
91
  ### Metrics
92
  - **Evaluation Data**: Unseen 15m intraday data (out-of-sample).
93
  - **Metrics**:
94
+ - Initial Capital: 100
95
+ - Final Capital: 162.31
96
+ - Total Return: 62.31%
97
+ - Total Trades: 207
98
+ - Win Rate: 49.28%
99
+ - Avg PnL per Trade: 0.3010
 
 
 
100
 
101
  ### Training Data
102
  - **Source**: Yahoo Finance (GC=F) historical data.
 
104
  - **Split**: Trained on historical data; evaluated on unseen fresh dataset.
105
 
106
  ### Quantitative Analyses
107
+ - **Robustness Scan**: Tested under normal conditions (commission 0.02%, slippage 0.5 pips) and difficult market conditions (commission 0.05%, slippage 1.0 pips).
108
+ - Normal: Win Rate 50.51%, Return 62.80%, Trades 198.
109
+ - Difficult: Win Rate 31.82%, Return -16.38%, Trades 198.
110
  - **M2M Equity**: Per-bar mark-to-market equity calculation for accurate risk metrics.
111
 
112
  ### Ethical Considerations