Know Where You Are
In the Cycle
Risk analytics for crypto, forex, and stock indices. Identify accumulation zones, detect cycle bottoms, and backtest DCA strategies — all powered by historical data.
Tools
Risk Metric
Logarithmic deviation scoring normalized to 0–1. Identify when assets are at historical extremes relative to their long-term moving average.
Cycle Bottom Finder
Multi-indicator scoring system combining 9 on-chain and technical signals to detect market cycle bottoms with historical accuracy.
DCA Simulator
Backtest dollar-cost averaging strategies with configurable risk-weighted tiers. Compare flat vs risk-adjusted performance side by side.
Built for AI Agents
CycleBottom exposes its risk data through public APIs, designed for AI agents, trading bots, and automated strategies. Ask your AI assistant about market risk and get real-time answers.
Risk API
Public REST endpoints
{
"btc": {
"price": 67140.78,
"risk": 0.1815,
"label": "Low risk",
"ma365": 97484.73,
"priceToMA": 0.689,
"date": "2026-03-31"
},
...
}Returns real-time risk scores (0–1), current price, 365-day MA, and risk labels for all supported assets. Integrate with trading bots, dashboards, or custom workflows.
Claude Code Plugin
AI-native integration
Install the CycleBottom skill in Claude Code and ask naturally: “What's the BTC risk level?” or “Is the S&P 500 overvalued?” — your AI gets real-time risk data instantly.
View on GitHub