The Market Tells You
What to Do.
Signa Translates It.
You don't need to read charts. You need to know what they're saying. Signa watches every indicator, runs the math, weighs the probabilities — and hands you one clear answer: LONG, SHORT, or WAIT.
58 indicators. Real-time options flow. Crowd sentiment. Stage analysis. All synthesized in seconds into a single Action Card with entry, stop, and risk-reward — so you can trade with conviction instead of guesswork.
No credit card until day 7 · Individual starts at $49/mo
Stop $64,800
R:R 3.2:1
Stop $871.00
R:R 2.8:1
Stop $3,290
R:R 2.5:1
Stop $183.20
R:R 2.1:1
No Human Can Compete
With This Math
Pioneering the Next Era of Trading
These are not marketing claims. These are verifiable technology firsts that no other retail trading platform has shipped.
First Native MCP Server
No other retail trading platform has built a Model Context Protocol server. Ask Claude, Cursor, or any AI assistant a trading question and get a response grounded in real, live institutional-grade signal data.
First Action Card Platform
Every other platform shows you the indicators and makes you figure it out. Signa makes the call for you — LONG, SHORT, or WAIT — with entry, stop, and R:R. The Action Card as a single-output synthesis engine is unique to us.
First Expert-Trained AI
AI chart analysis grounded in 20+ years of institutional trading methodology — Weinstein stages, Wyckoff phases, classical pattern theory. The analysis reads like a seasoned professional wrote it, not a generic chatbot.
First Stage 2.0 Framework
First platform to combine Weinstein Stage + Wyckoff Phase + trend composite in one score with automated classification. No other retail platform combines all three.
First Agent-Ready Infrastructure
REST API + MCP server + HMAC-signed webhooks. The only retail trading platform built to be consumed by AI agents autonomously. As agentic trading becomes mainstream, we are already the infrastructure layer.
First In-App Trading Community
Every other community is on Discord or Twitter. Ours is embedded directly in the app, context-aware, and populated by people who are all looking at the same signals at the same time.
Everything You Need.
Nothing You Don't.
Action Card
Every indicator, pattern, and signal synthesized into one decisive output: LONG, SHORT, or WAIT — with entry price, stop loss, target, and R:R. No interpretation required.
Screener
Scan 40 symbols simultaneously in seconds. Results sorted by signal strength — bullish setups at the top, bearish at the bottom.
AI Analysis & Chat
On-demand CMT-style written analysis. Ask anything about the chart in plain English and get an instant, context-aware answer grounded in 58+ live indicator values.
Stage 2.0
Weinstein Stage + Wyckoff Phase + trend composite in one score. Know whether a security is in a base, breakout, topping, or downtrend — automatically.
Monte Carlo Simulation
5,000 randomized simulations of your strategy. See probability of ruin, realistic outcome range, and whether your edge is real or luck.
Multi-Channel Alerts
SMS, WhatsApp, Telegram, email, webhook — all simultaneously. Alert fires in under a second of the signal appearing.
Journal & Portfolio
Trading journal with signal data pre-filled from the Action Card. Portfolio signal alignment. Track whether you are following your system or overriding it.
REST API + MCP
Full programmatic access. Native MCP server for Claude and Cursor. HMAC-signed webhooks. 2,000 API calls/hour on Founding tier.
Ask Claude.
Get Real Signals.
Signa is one of the first commercial platforms to implement the Model Context Protocol (MCP) for a non-developer consumer audience. Connect Claude Desktop, Cursor, or any MCP-compatible AI assistant directly to live signals, screener results, and full AI analysis.
Ask: "What's the best crypto setup right now?" and get a real answer grounded in live Signa data — not a hallucination.
View API & MCP Docs →{
"mcpServers": {
"signa": {
"url": "https://signa.ai/mcp",
"headers": {
"Authorization":
"Bearer sk_signa_••••••••••••••••"
}
}
}
}Build Autonomous Trading Agents
On Institutional-Grade AI.
22 endpoint groups. Standardized JSON envelope. OpenAPI 3.0 spec. Everything an autonomous agent needs to analyze, decide, and execute.
# 1. Check market regime
regime = client.get("/api/v1/market/regime")
if regime["data"]["regime"]["current"] == "risk_off":
exit() # Stand aside
# 2. Get AI consensus signal
signal = client.get("/api/v1/signals/NVDA?timeframe=1d")
# score: 84, direction: LONG, confidence: 92%
# 3. Evaluate risk before execution
risk = client.post("/api/v1/risk/evaluate", json={
"symbol": "NVDA", "entry_price": 124.50,
"stop_loss": 118.20, "portfolio_value": 100000
})
# approved: true, recommended_shares: 158
# 4. Execute with bracket order
client.post("/api/v1/broker/orders", json={
"symbol": "NVDA", "side": "BUY", "quantity": 158,
"order_type": "bracket",
"bracket": { "stop_loss": 118.20, "take_profit": 135.00 },
"idempotency_key": "nvda_20260805"
})AI Consensus Signals
Component scores (trend, momentum, volume, RS, volatility) with entry/stop/targets and confidence.
Pre-Trade Risk Eval
Deterministic position sizing, Kelly criterion, and risk-reward validation before every trade.
Market Regime
Composite risk-on/off with breadth, VIX term structure, sector leadership, and safe-haven flows.
OpenAPI 3.0 Spec
Auto-generate typed clients in Python, TypeScript, or Go. Full schemas and examples.
Paper Trading
Bracket, trailing-stop, and OCO orders with fill/rejection schemas and idempotency keys.
GEX + Options Flow
Gamma exposure by strike, IV skew, term structure, dark pool prints, and flow aggression.
Historical Snapshots
Point-in-time signal history with zero look-ahead bias. Model versioning on every record.
Webhooks & Alerts
HMAC-signed webhooks for real-time signal delivery. Watchlist CRUD and event subscriptions.
10,000 calls/day on all paid tiers
All Options Intelligence.
One Place.
Raw flow with aggression scores. GEX with regime detection. Dark pool prints. IV skew and term structure. Everything institutional desks use, available to you.
Raw Flow Feed
Every sweep, block, and unusual print with aggression scores (0–100). Filter by premium, expiry, and sentiment. See what smart money is doing in real time.
GEX Dashboard
Gamma exposure by strike and expiration. Call/put walls, zero-gamma level, and gamma flip detection. Know when the market is pinned or about to move.
Dark Pool & IV
Dark pool prints with size and price levels. Implied volatility surface, skew analysis, and term structure. Spot divergences before they become moves.
Start With Individual
at $49/mo.
Start with Individual for full platform access, real-time signals, email alerts, and model profiles. Upgrade to Professional when you need advanced API and workflow access.
Individual is $49/mo, and Professional is available for users who need API-first workflows and priority support.
Start Individual Trial →No card until day 7 · Cancel anytime
What Traders Are Saying
"I've been trading for 11 years. I thought I knew how to read a chart. Signa showed me how much I was missing. The AI catches setups I would have scrolled past."
"The Monte Carlo stress test alone is worth the subscription. I ran it on a trade I was about to enter — it showed a 68% chance of hitting my stop first. I passed. It would have been a loss."
"I connected the MCP server to Claude and now I just ask 'What are the best setups right now?' and get a ranked list with full analysis. This is the future of trading."
Trade Together.
Not in Isolation.
A Discord-style trading community built directly into the platform. Share charts, discuss signals, and connect with traders who are looking at the same data you are — in real time.
Start Trading Smarter
Today.
7 days free. No credit card. No commitment. Individual starts at $49/mo.
Trading involves risk. Signa provides analytical tools, not financial advice.