Back to Research

BUILDING A 171-METRIC SIGNAL ENGINE

Part 3: The Omega System

Omega Arena • February 2026

171
METRICS
6
LEVELS
$1.15M
PEAK (2021)
9,868%
RETURN
Abstract. The Omega System is a multi-timeframe, multi-asset trading signal generator combining 171 metrics across 6 hierarchical levels: technical indicators, quantitative metrics, professional-grade derived signals, machine learning methods, macro analysis, and leading indicators. In 2021 backtesting, this system turned $10,000 into $1,154,043—a 9,868% return with 95.59% win rate.

TABLE OF CONTENTS

1. System Architecture 2. The 171 Metrics 3. Signal Aggregation 4. Backtest Engine 5. Results 6. Limitations 7. Conclusion

1. SYSTEM ARCHITECTURE

The system follows a hierarchical data flow pattern, where each level builds upon the previous:

FlowLevelMetricsExamples
RAW DATA (L0)OHLCVOpen, High, Low, Close, Volume × 6 timeframes
LEVEL 1: Technical27RSI, MACD, Bollinger, Ichimoku, ADX, ATR, OBV, VWAP
LEVEL 2: Quantitative26Sharpe, Sortino, VaR, CVaR, Skewness, Kurtosis, Beta
LEVEL 3: Professional48Regime Detection, Hurst, Volatility Cones, FOMO/Capitulation
LEVEL 4: ML-Grade20HMM, GARCH, Isolation Forest, DTW, Entropy
LEVEL 5: Macro10VIX, DXY, SPY correlation, Risk Regime, Yield Curve
LEVEL 6: Leading17+COT, SEC FTD, Insider Trading, Options Flow, FRED
SIGNAL AGGREGATION171Normalize → Weight → Filter → BUY/SELL/HOLD

1.1 Timeframe Weights

TimeframeWeightPurpose
1 Day25%Primary trend direction
1 Hour25%Intraday trend confirmation
30 Min15%Entry/exit timing
15 Min15%Fine-tuned entries
5 Min12%Scalping signals
1 Min8%Noise filtering

1.2 Level Weights

LevelWeightRationale
Level 1: Technical1.0xBaseline indicators
Level 2: Quantitative1.2xRisk-adjusted metrics
Level 3: Professional1.5xProfessional-grade analysis
Level 4: ML-Grade1.8xML pattern recognition
Level 5: Macro2.0xMacro context
Level 6: Leading2.2xLeading indicators

2. THE 171 METRICS

2.1 Level 1: Technical Indicators (27 metrics)

CategoryIndicatorsCount
MomentumRSI (14), MACD (12-26-9), Stochastic (%K, %D), CCI (20), Williams %R8
TrendSMA (20, 50, 200), EMA (12, 26), WMA, HMA, ZLMA, ADX (+DI, -DI)9
VolatilityBollinger Bands (%B, Width), ATR (14), Keltner, Donchian4
VolumeOBV, A/D Line, Chaikin Oscillator, VWAP, MFI5
AdvancedIchimoku (5 lines), Aroon, Fisher Transform, DeMark, Fibonacci, RRG6

2.2 Level 2: Quantitative Metrics (26 metrics)

CategoryMetrics
PerformanceSharpe (20d, 60d), Sortino, Omega, Calmar, Information Ratio
RiskVaR (95%, 99%), CVaR, Maximum Drawdown, Beta, Ulcer Index
DistributionSkewness, Kurtosis, Tail Ratio, Quantiles
StatisticalJarque-Bera, ADF (stationarity), Autocorrelation

2.3 Level 3: Professional Derived (48 metrics)

CategoryMetrics
VolatilityRealized Vol, Parkinson, Garman-Klass, Vol Ratio, Vol Percentile, VoV, Term Structure
RegimeTrend Regime, Volatility Regime, Hurst Exponent, Market State Cluster
MomentumMulti-TF Momentum, Z-Score from MA, RSI Divergence, MACD Divergence
Cross-AssetETH/BTC Ratio, Rolling Correlation, Beta to BTC, S&P Correlation, DXY Correlation
Time PatternsDay-of-Week Effect, Hour-of-Day Effect, Monthly Seasonality, Weekend Effect
SentimentFear & Greed, Overextension, Capitulation Detector, FOMO Indicator, Exhaustion

2.4 Level 4: ML-Grade Methods (20 metrics)

CategoryMethods
Pattern RecognitionCandlestick Pattern AI, Chart Pattern Detection, Similar Period Search, DTW Matching
Statistical ModelsGARCH(1,1) Volatility, Hidden Markov Model (2-4 states), VAR Model, Structural Break Detection
Anomaly DetectionZ-Score Anomaly, Isolation Forest, Mahalanobis Distance
Information TheoryMarket Entropy, Mutual Information (cross-asset), Transfer Entropy (causality)

2.5 Level 5: Macro/External (10 metrics)

MetricSourceSignal
VIX LevelCBOE VIX<15 = risk-on, >35 = crisis
DXY TrendDollar IndexInverse correlation with crypto
SPY MomentumS&P 500Risk appetite indicator
Yield CurveTNXRecession predictor
Credit SpreadHYGCredit risk indicator
Risk AppetiteSPY/GLDFlight to safety detection

2.6 Level 6: Leading Indicators (17+ metrics)

SourceIndicators
COT DataInstitutional positioning in BTC futures, Gold, S&P 500
SEC FilingsInsider trading sentiment, Fail-to-Deliver spikes, 13F institutional holdings
FRED EconomicFinancial Stress Index, Yield Curve spread, Credit spreads
Options FlowPut/Call ratios for crypto stocks (MSTR, COIN) and market (SPY, QQQ)
VIX FamilyVIX, VVIX (vol of vol), SKEW (tail risk)

3. SIGNAL AGGREGATION

3.1 Signal Normalization

Each metric is converted to a normalized score between -1 (strong sell) and +1 (strong buy):

RSI ValueSignalScore
≤ 20STRONG BUY+1.0
≤ 30BUY+0.5
31-69NEUTRAL0.0
≥ 70SELL-0.5
≥ 80STRONG SELL-1.0

3.2 Decision Thresholds

DecisionScore Range
STRONG_BUYscore > +0.6
BUYscore > +0.3
HOLD-0.3 ≤ score ≤ +0.3
SELLscore < -0.3
STRONG_SELLscore < -0.6

3.3 Regime Filtering

RegimeDetectionAdjustment
Strong UptrendPrice > SMA50 > SMA200, ADX > 25Favor longs, wider stops
RangingADX < 20, Hurst ≈ 0.5Mean reversion, tighter targets
High VolatilityVol percentile > 80%Reduce size, wider stops
Risk-OffVIX > 25, DXY risingDefensive mode

4. BACKTEST ENGINE

4.1 Trade Management Rules

ParameterValueDescription
Position SizingATR-basedMax 10% per asset
Stop Loss2-3x ATRDynamic, volatility-adjusted
Take Profit2:1 R:R minRisk-reward enforcement
Max Drawdown15%Hard circuit breaker
Daily Loss Limit3%Per-day limit
Portfolio Exposure80% maxCash buffer
Trading Fees0.1%Binance-equivalent

5. RESULTS

5.1 2021 Bull Market Performance

$1,154,043
PEAK EQUITY
+9,868.99%
TOTAL RETURN
4.14
SHARPE RATIO
95.59%
WIN RATE
MetricOmega SystemHODL
Initial Capital$10,000$10,000
Peak Equity$1,154,043
Final Equity (Dec 31)$994,300$33,093
Total Return+9,868.99%+230.93%
Sharpe Ratio4.141.2
Sortino Ratio8.61
Maximum Drawdown-32.33%-53%
Win Rate95.59%
Profit Factor1,686.22
Total Trades1901

5.2 Equity Curve Timeline

February 20, 2021
System Activation
Initial capital: $10,000. Warmup complete, first signals generated.
April 2021
First Major Gains
Equity crosses $100,000 during BTC push to $64K ATH.
May 2021
Crash Navigation
System detects regime change, reduces exposure before 50% BTC crash.
November 8, 2021
Peak Equity: $1,154,043
BTC hits $69K ATH. System captures rally with 115x total gain.
December 31, 2021
Year End
Final equity: $994,300. System preserved majority of gains during December pullback.

5.3 Other Periods

PeriodReturnHODLSharpeMax DDWin %
2021+9,868.99%+230.93%4.14-32.33%95.59%
2023+394.64%+122.10%3.01-13.21%97.06%

6. LIMITATIONS

BACKTEST ≠ LIVE: These results are from historical backtests. Live trading involves execution risks, slippage, and market impact not fully captured.

OVERFITTING RISK: With 171 metrics, there's risk of overfitting to historical patterns. Out-of-sample testing is critical.

REGIME DEPENDENCY: Performance varies significantly by market regime. Bull markets are harder to beat than bear markets.

DATA QUALITY: Results depend on data accuracy. Some Level 6 indicators have delayed availability (COT, SEC filings).

Future Work

Note: While this paper covers BTC and ETH, the ongoing ML model training uses an expanded dataset of 94 crypto assets with 10 years of historical data (2015-2025), representing ~197,000 rows × 16,000 engineered features.

7. CONCLUSION

The Omega System demonstrates that a comprehensive, multi-level signal aggregation approach can significantly outperform simple buy-and-hold strategies, particularly in volatile markets.

The 2021 backtest result of turning $10,000 into over $1.1 million represents a 115x return, compared to 3.3x for holding BTC/ETH. More importantly, the system achieved this with a 32% maximum drawdown versus 53% for HODL, demonstrating superior risk-adjusted returns.

Theory vs. Evidence

This project began with a hypothesis: trading is a scam, worse than casinos. The efficient market hypothesis suggests consistent market-beating is impossible. Technical analysis is often dismissed as astrology for finance bros. The house always wins.

And yet—the data presents something uncomfortable.

The ongoing ML model training on 94 crypto assets over 10 years shows prediction accuracy consistently above 50%. XGBoost achieves AUC scores of 0.566 on out-of-sample test data. CatBoost and LightGBM show similar patterns. These aren't cherry-picked results—these are validation metrics on data the models have never seen.

If markets were truly random walks, AUC ≈ 0.50 would be expected. The results show something measurably better. Not dramatically better—this isn't a get-rich-quick scheme—but statistically significant. Better than a coin flip.

The most honest position here is intellectual discomfort: the original hypothesis might be wrong. Good research tests assumptions against reality, and reality is pushing back. Whether this edge survives live trading, transaction costs, and market adaptation remains to be seen. But the preliminary evidence demands continued investigation.

Part 3 Complete. This establishes the foundation—171 metrics, multi-level architecture, strong backtest results. Part 4 documents the ML model training journey. Part 5 will cover regime detection. Part 6 brings it all together with the LLM ensemble.

© 2026 Omega Arena