Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -34,27 +34,27 @@ metrics:
|
|
| 34 |
- cagr
|
| 35 |
- win_rate
|
| 36 |
model-index:
|
| 37 |
-
- name: romeo-
|
| 38 |
results:
|
| 39 |
- task:
|
| 40 |
type: binary-classification
|
| 41 |
-
name:
|
| 42 |
dataset:
|
| 43 |
type: yahoo-finance-gc-f
|
| 44 |
name: Gold Futures (GC=F)
|
| 45 |
metrics:
|
| 46 |
- type: accuracy
|
| 47 |
-
value: 49.
|
| 48 |
name: Win Rate
|
| 49 |
- type: sharpe
|
| 50 |
-
value: 0.
|
| 51 |
-
name: Sharpe Ratio
|
| 52 |
- type: max_drawdown
|
| 53 |
-
value:
|
| 54 |
-
name: Max Drawdown (
|
| 55 |
- type: cagr
|
| 56 |
-
value: 0.
|
| 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:
|
| 95 |
-
- Final Capital:
|
| 96 |
-
-
|
| 97 |
-
-
|
| 98 |
-
-
|
| 99 |
-
-
|
| 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**:
|
|
|
|
|
|
|
| 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
|