Track crypto like a pro — with 12 prediction models.

CryptoTrckr blends fast baselines, pro time-series, and elite on-chain+AI models to forecast prices, alert you to moves, and visualize momentum.

12
Active models
56
Supported coins
Oct 16, 2025 · 5:00pm
Last price capture
Popular coins
AAVE
Aave
ALGO
Algorand
APE
ApeCoin
APT
Aptos
ARB
Arbitrum
FET
Artificial Superintelligence Alliance

Pick your tracker:

Three simple packages. Upgrade any time.

Free

Free

Explore the 2 fast baseline models.

Free forever
  • • Track up to 3 accounts
  • • Model access: 2 Free models
  • • Price refresh: Daily price refresh
  • • Predictions: 24h & 7d per account
  • • Horizons: 24h, 7d
  • • Alerts: No alerts
  • • Integrations: No export
  • • Charts: Carbon charts
  • • Backtesting: Rolling 30-day snapshot
  • • Support: Community support
Explore Free

Starter

Starter

Unlock Starter models & deeper horizons.

$9 / month
  • • Track up to 10 accounts
  • • Model access: Free + 2 Starter models
  • • Price refresh: Hourly price refresh
  • • Predictions: 1h, 24h & 7d per account
  • • Horizons: 1h, 24h, 7d
  • • Alerts: Email
  • • Integrations: CSV export
  • • Charts: Carbon + Heat (%) • Accuracy dashboard
  • • Backtesting: Full metrics (MAE/MAPE, direction hit)
  • • Support: Priority support
Subscribe now

Pro

Pro

Unlock Pro models & deeper horizons.

$29 / month
  • • Track up to 30 accounts
  • • Model access: Starter + 6 Pro models
  • • Price refresh: 5-minute price refresh
  • • Predictions: 1h, 24h & 7d per account
  • • Horizons: 1h, 24h, 7d
  • • Alerts: Email
  • • Integrations: CSV export / JSON API
  • • Charts: Carbon + Heat (%) • Accuracy dashboard
  • • Backtesting: Full metrics (MAE/MAPE, direction hit)
  • • Support: Priority support
Subscribe now

Elite

Elite

All models incl. on-chain/AI & automation.

$99 / month
  • • Track up to 100 accounts
  • • Model access: Free + Pro + 2 Elite models
  • • Price refresh: 1-minute price refresh
  • • Predictions: 1h, 24h, 7d & 1m per account
  • • Horizons: 1h, 24h, 7d, 1m
  • • Alerts: Email / Slack/Discord / Webhook
  • • Integrations: CSV export / JSON API
  • • Charts: All charts • Full model diagnostics
  • • Backtesting: Extended window + error distribution
  • • Support: Priority + concierge
Subscribe now

The 12 Prediction Models

2 Free • 2 Starter • 6 Pro • 2 Elite

Simple Moving Average 2

Free v3

Baseline of last N closes; quick and transparent.

Horizon: 24h • 7d
Signals: Price only
Latency: Very low
Best for: Baselines, Stable trends, Noise smoothing
Pros
  • Transparent
  • Fast
  • Good for momentum/mean-reversion
Cons
  • Lags on reversals
  • Flat during chop
Versions
  • v1 window=20 · 24h/7d
  • v2 window=50 · 24h/7d
  • v3 window=100 · 24h/7d

Exponential Moving Average

Free v3

Decay-weighted average responding faster to trends.

Horizon: 24h • 7d
Signals: Price only
Latency: Very low
Best for: Faster trend response vs SMA
Pros
  • Transparent
  • Fast
  • Good for momentum/mean-reversion
Cons
  • Still lags
  • Whipsaw in chop
Versions
  • v1 span=20 · α≈0.095238095 · 24h/7d
  • v2 span=50 · α≈0.039215686 · 24h/7d
  • v3 span=100 · α≈0.01980198 · 24h/7d

RSI Contrarian

Starter v3

Short-term mean-reversion when RSI gets extreme.

Horizon: 1h • 24h • 7d
Signals: Price + momentum
Latency: Low
Best for: Short-term mean-reversion
Pros
  • Quick to compute
  • Simple to interpret
Cons
  • Can fight strong trends
Versions
  • v1 RSI len 2 · bands 10/90
  • v2 RSI len 5 · bands 20/80
  • v3 RSI len 14 · bands 30/70

Momentum (Rate of Change)

Starter v3

Project forward using recent rate-of-change.

Horizon: 1h • 24h • 7d
Signals: Price + momentum
Latency: Low
Best for: Momentum continuation
Pros
  • Quick to compute
  • Simple to interpret
Cons
  • Overreacts in volatile ranges
Versions
  • v1 lookback=10 · dampen=0.6
  • v2 lookback=20 · dampen=0.5
  • v3 lookback=5 · dampen=0.7

MA Crossover

Pro v3

Short vs long moving average regime and drift.

Horizon: 1h • 24h • 7d
Signals: Price + basic seasonality
Latency: Low–Med
Best for: Regime detection (trend vs flat)
Pros
  • Captures seasonality
  • Error bands available
Cons
  • Whipsaw in sideways market
Versions
  • v1 short/long 20/50 · drift 0.004
  • v2 short/long 50/200 · drift 0.003
  • v3 short/long 10/30 · drift 0.005

ATR Channel Breakout

Pro v3

Volatility-aware breakout nudge using ATR proxy.

Horizon: 1h • 24h • 7d
Signals: Price + basic seasonality
Latency: Low–Med
Best for: Volatility-aware breakouts
Pros
  • Captures seasonality
  • Error bands available
Cons
  • False breaks in illiquid assets
Versions
  • v1 ATR 14 · k=2 · lookback 20
  • v2 ATR 20 · k=3 · lookback 30
  • v3 ATR 14 · k=1.5 · lookback 20

Auto-ARIMA

Pro v2

Automatic ARIMA (optionally seasonal) with error bands.

Horizon: 1h • 24h • 7d
Signals: Price + basic seasonality
Latency: Low–Med
Best for: Short-term statistical structure
Pros
  • Captures seasonality
  • Error bands available
Cons
  • Assumes stationarity (after transforms)
Versions
  • v1 max(p,d,q)=(3,2,3) · seasonal off
  • v2 max(p,d,q)=(5,2,5) · seasonal on

Prophet (additive)

Pro v2

Trend + seasonality + changepoints with uncertainty.

Horizon: 1h • 24h • 7d
Signals: Price + basic seasonality
Latency: Low–Med
Best for: Clear trend & seasonality
Pros
  • Captures seasonality
  • Error bands available
Cons
  • Less reactive to micro-structure
Versions
  • v1 CPS=0.05 · weekly on · yearly on
  • v2 CPS=0.2 · weekly on · yearly off

Kalman Local Linear Trend

Pro v2

State-space trend model with Kalman filter.

Horizon: 1h • 24h • 7d
Signals: Price + basic seasonality
Latency: Low–Med
Best for: Adaptive trend estimation
Pros
  • Captures seasonality
  • Error bands available
Cons
  • Requires tuning process/obs noise
Versions
  • v1 σ_level=0.001 · σ_trend=0.0001
  • v2 σ_level=0.003 · σ_trend=0.0003

XGBoost Regressor

Pro v2

Lagged features + indicators; supervised regression.

Horizon: 1h • 24h • 7d
Signals: Price + basic seasonality
Latency: Low–Med
Best for: Nonlinear interactions, Tabular features
Pros
  • Captures seasonality
  • Error bands available
Cons
  • Needs careful validation (leakage)
Versions
  • v1 depth 4 · estimators 400 · window 365d
  • v2 depth 6 · estimators 800 · window 730d

Whale Flow Composite

Elite v2

On-chain whales + exchange netflow pressure score.

Horizon: 1h • 24h • 7d • 1m
Signals: Price + sentiment + on-chain/AI
Latency: Medium
Best for: On-chain driven regimes
Pros
  • Multi-modal
  • Regime aware
  • Strong on large caps
Cons
  • Chain data delays, revisions
Versions
  • v1 min $250,000 · half-life 24h · exch wt 0.6
  • v2 min $500,000 · half-life 18h · exch wt 0.7

Multi-Modal Transformer

Elite v2

Fuse price + sentiment + on-chain signals.

Horizon: 1h • 24h • 7d • 1m
Signals: Price + sentiment + on-chain/AI
Latency: Medium
Best for: Fuse heterogeneous signals
Pros
  • Multi-modal
  • Regime aware
  • Strong on large caps
Cons
  • Data quality sensitive
  • Heavier compute
Versions
  • v1 d_model 64 · heads 4 · layers 3 · lookback 180d
  • v2 d_model 128 · heads 8 · layers 4 · lookback 240d

Frequently Asked Questions

What is cryptocurrency?

Cryptocurrency is digital money that lives on the internet. It uses cryptography and public blockchains to verify and record transactions without a central bank. Popular examples include Bitcoin (BTC) and Ethereum (ETH).

What is a crypto coin vs. a token?

Coins (e.g., BTC, ETH) usually run on their own blockchains and are used for payments, fees, or security. Tokens are built on another chain (e.g., ERC-20 tokens on Ethereum) and can represent utilities, governance, or assets.

What is a blockchain?

A blockchain is a distributed database shared across many computers. Transactions are grouped into blocks, linked in time order, and secured with cryptography. This makes data tamper-resistant and auditable.

How do I buy my first crypto?

Common steps:

  • Choose a reputable exchange and complete KYC.
  • Deposit cash (bank transfer or card).
  • Search a coin (e.g., BTC) and place a market or limit order.
  • Enable 2FA for security.
How do I sell crypto and cash out?

On your exchange, place a sell order for the amount you want to convert to cash, then withdraw to your bank. Check withdrawal fees, processing times, and tax rules in your country.

What is a crypto wallet?

A wallet stores the private keys that control your crypto. Custodial wallets are managed by an exchange. Non-custodial wallets (apps or hardware) give you full control—and responsibility—over your keys.

What is the difference between an exchange and a wallet?

Exchange: where you buy/sell and often keep funds (custodial). Wallet: where you hold your private keys (non-custodial) for more control and security.

What are the main risks of crypto?

Price volatility, exchange hacks, phishing, smart-contract bugs, and regulatory changes. Use 2FA, cold storage for larger balances, and never share seed phrases.

How much money should a beginner start with?

Only what you can afford to lose. Many start with a small test purchase (e.g., $20–$100) to learn how buying, selling, and transfers work.

What fees should I expect?

Trading fees (maker/taker), network fees for transfers, and spread (difference between buy/sell price). Fees vary by exchange and blockchain congestion.

What does “on-chain” mean?

“On-chain” refers to data recorded directly on the blockchain—like transactions, wallet flows, and DeFi activity. It can reveal investor behavior and market regimes.

How can CryptoTrckr help me make smarter trades?

CryptoTrckr analyzes price, momentum, volatility, and on-chain signals with 12 prediction models. We visualize trends, show model confidence, and alert you when conditions change—so you avoid guesswork and act with data.

What are CryptoTrckr’s prediction models?

We provide a mix of baseline indicators (e.g., moving averages), pro time-series models (ARIMA, Prophet, Kalman), and elite models that blend on-chain and AI features. Each model targets different market conditions.

Do CryptoTrckr predictions guarantee profits?

No. Markets are risky and unpredictable. Our models provide probabilistic guidance—not certainties. Use them alongside risk management and your own research.

What is a moving average and why does it matter?

A moving average smooths price noise to reveal trend direction. Crossovers (short over long) can hint at momentum shifts. CryptoTrckr includes SMA/EMA variants as fast baselines.

What does “volatility” mean in crypto?

Volatility measures how much price moves. High volatility can create opportunity—but also larger drawdowns. Our ATR channel model adapts to volatility to spot potential breakouts.

How do alerts work on CryptoTrckr?

Set price thresholds or enable model-driven signals. We notify you by email (and integrations on paid plans) when conditions you care about are met.

What is an investment “time horizon”?

Your time horizon is how far ahead you plan a trade or investment (e.g., 1h, 24h, 7d). Different models perform better at different horizons; CryptoTrckr shows results per horizon.

Can I track multiple coins and accounts?

Yes. Add coins across portfolios and exchanges. CryptoTrckr aggregates balances, shows value changes, and runs predictions per coin and per time horizon.

How should a beginner manage risk?

Consider small position sizes, stop-losses, and diversification. Avoid over-leveraging. Use data from CryptoTrckr to plan entries/exits instead of chasing hype.

Ready to forecast smarter?

Start free, then upgrade any time. Your data and settings stay with you.