AlphaBrief — crypto algorithmic analysis

Methodology

How the Bayesian fusion engine works

Methodology

1. Data Pipeline

2. Strategy Layer

Eight independent strategies produce signals (BUY / SELL / NEUTRAL) with confidence scores in the range 0.0–1.0.

Technical strategies:

Empirical strategies (academic evidence base):

Sentiment strategy:

3. Market Regime Detection

Using EMA(200) + ADX(14) on daily candles:

The regime sets the Bayesian prior probability of an upward move, P(BUY):

4. Bayesian Fusion Engine

The engine combines all eight strategy votes as a naive-Bayes product:

P(BUY | s1…s8) ∝ P(BUY) × ∏ P(si | BUY)^(2 × wi)

where wi is the reliability weight of strategy i, learned from historical performance. The exponent amplifies high-reliability voters and damps the rest.

Decision thresholds on the posterior confidence:

5. Adaptive Daily Reweighting

Every night at 02:00 UTC:

  1. Performance metrics are computed (24h and 7d win rate, Sharpe ratio).
  2. Market regime is detected per symbol.
  3. Regime multipliers are applied — momentum strategies are boosted in trending markets, mean-reversion strategies in sideways markets.
  4. Claude AI (Anthropic claude-sonnet-4-6) analyses the performance data and recommends weight adjustments.
  5. Final weights blend three sources: statistical (50%) + decay (30%) + AI (20%).
  6. The weights are persisted and applied to the next day’s fusion.

6. Shadow Portfolio

A $1,000 USDT paper-trading portfolio tracks system performance:

7. Blog Generation

Daily Alpha Brief posts are generated automatically: