Fast AI Market Analysis
Structured, low-latency analysis with memory, ensemble voting, and confidence calibration. Compare views across OpenAI, Claude, Gemini, DeepSeek, Grok and more.
Research markets, generate Python strategies, backtest ideas, and run live trading workflows — on infrastructure you fully control. One stack for AI analysis, charting, strategy code, backtests, quick trade, and live operations.
QuantDinger
Research to execution in one product — AI analysis, charting, strategy code, backtests, quick trade, and live operations connected from day one.
Structured, low-latency analysis with memory, ensemble voting, and confidence calibration. Compare views across OpenAI, Claude, Gemini, DeepSeek, Grok and more.
Write one Python strategy contract for backtests and live execution. initialize(context) owns the universe, subscriptions, warmup and benchmark; lifecycle callbacks emit explicit, auditable order intents.
Server-side backtests share the Strategy API V2 manifest, time semantics, sizing, risk controls and order intent model used by live deployments. Every run retains its code and configuration snapshot.
Grid, Martingale, Trend Following and DCA out of the box. Execution-aware, restart-resilient, with signal or fully-live execution modes.
One Docker Compose stack brings up separate API, trading, scheduler, Celery and migration roles. Your keys, strategies, AI history and trades remain on infrastructure you control.
PostgreSQL commands, renewable leases, heartbeats and fencing tokens protect durable execution. Optional Prometheus, Grafana and Alertmanager add production visibility.
Whether you trade solo, run a quant team, build a product, or operate a fund — QuantDinger is shaped for the way you actually work.
Solo traders and quant enthusiasts who want AI, charting, backtests and bots in one workspace — instead of juggling 5 tools.
Teams that want a unified toolchain — data ingestion, strategy code, backtests, live execution, and a shared history of experiments.
Developers who want a fast path from Python idea → backtest → live execution, with a documented SDK and clear extension points.
Research desks and operators that cannot send keys, alpha, or trading history to a hosted SaaS. Everything stays inside your infra.
Founders who need users, billing, credits, OAuth and payments in the stack from day one — not months of re-building plumbing.
Internal desks wanting one integrated platform for research, strategy code, execution, alerts, and operator-side admin controls.
The same deployable stack adapts to an internal research lab, a live strategy incubator, a customer-facing product, or a classroom.
Stand up a private quant research and backtesting platform for your team — reproducible runs, shared strategy library, saved snapshots.
Build consumer or pro-grade AI trading assistants on top of ensemble analysis, calibration, and memory — with a working UI out of the box.
Run a strategy incubator end-to-end: ideation, Python code, backtest, paper trade, then graduate to live with small size.
Offer member-based trading signals or strategy subscriptions with built-in memberships, credits, and USDT TRC20 payments.
Ship a hands-on learning environment for quant finance classes and bootcamps — real Python strategies, real charts, safe paper trading.
Run a private operations console for a fund or family office: portfolio monitors, alerts, multi-user roles, and audit-friendly history.
QuantDinger ships a first-class Agent Gateway and quantdinger-mcp 0.4.0. Its 25 tenant-scoped tools cover market data, Strategy API V2, chart indicators, asynchronous backtests, runtime visibility and explicit quick orders without exposing broker credentials or administrator JWTs.
Published on PyPI as quantdinger-mcp 0.4.0 with 25 curated tools. Use stdio locally or sse / streamable-http for network clients.
uvx quantdinger-mcp
# PyPI: quantdinger-mcp==0.4.0
Issue a token with only Read, Write, Backtest or Trade access. Market and instrument allowlists, expiry, rate limits, paper-only restrictions, idempotency and audit logs remain server-enforced.
Path A · Hosted — sign up at ai.quantdinger.com, paper-only by design, T-scope rejected at issuance. Try in 30 seconds. Path B · Self-host — clone, docker compose up, you own scopes, exchange keys, and the live-trading kill switch. Same MCP wiring; only QUANTDINGER_BASE_URL changes.
snapshot → progress → result on long backtests — no blind polling.
AGENT_LIVE_TRADING_ENABLED; hosted SaaS pins it shut.
Live crypto execution across Binance, OKX, Bitget, Bybit, Gate and HTX, plus IBKR and Alpaca workflows — unified under one operating model.
Open the mobile web app in your browser, or install the native Android build. iOS TestFlight coming soon.
Same full-feature app, optimised for phones. No install — just open and use.
m.quantdinger.com
Native install, splash screen, safe-area & push-ready. Android 7+.
www.quantdinger.com/download/app.apk
On Android, you may need to allow "Install from unknown sources" for your browser before installing.
TestFlight build coming soon — in the meantime, use the mobile web app.
A straight line from market view to autonomous execution, with a reproducible backtest safety net in between.
Pull multi-timeframe data, run ensemble AI analysis, inspect indicator signals and comparables — all in one workspace.
Configure a ready-made bot with the visual wizard, or write full Python indicators / strategies using our documented SDK.
Deterministic runs with realistic commissions, slippage, and leverage. Freeze every experiment by code hash and config snapshot.
Promote a verified strategy through an explicit deployment flow. Monitor PnL, equity, positions, alerts, worker ownership and idempotent order retries.
v5 separates HTTP, long-lived trading, schedules and finite jobs into independent process roles. PostgreSQL commands, leases and fencing keep execution recoverable across restarts and multi-process deployments.
We don't pick a winner — we orchestrate them. Switch providers per query, or let the ensemble vote with confidence calibration.
Yes. The default deployment is your own Docker Compose stack with PostgreSQL, separate cache and job Redis services, isolated backend process roles, credentials, and environment under your control.
Broker credentials and MFA secrets are encrypted with a stable, operator-controlled CREDENTIAL_ENCRYPTION_KEY. They are decrypted only in memory for authorized operations and should never appear in logs.
Absolutely. Executable strategies use Strategy API V2: initialize(context) declares the universe and subscriptions, while handle_data, on_rebalance, or scheduled callbacks emit auditable order intents. The same manifest drives backtests and live deployments.
The canonical v5 live-crypto matrix covers Binance, OKX, Bitget, Bybit, Gate and HTX for spot and perpetual workflows. Traditional-broker workflows include IBKR and Alpaca.
The backend is Apache 2.0. The prebuilt frontend is source-available under a separate license that allows personal and qualified non-commercial use for free; commercial deployment requires a license — apply here. See TRADEMARKS.md and LICENSE in the repo.
The app itself is fully localized across 10 languages — English, Simplified & Traditional Chinese, Japanese, Korean, Vietnamese, Thai, French, German, and Arabic.
Yes — v5.0.1 ships quantdinger-mcp 0.4.0 on PyPI with 25 tenant-scoped tools for market data, Strategy API V2, chart indicators, asynchronous backtests, runtime state and explicit quick orders. Install with uvx quantdinger-mcp and configure your MCP client.
Hosted is best when you want to try QuantDinger from an AI agent in 30 seconds, don't have private exchange keys to plug in, and are fine with paper-only execution — the multi-tenant instance pins paper_only=true and rejects T-scope at issuance, so no agent on the hosted endpoint can ever route real-money orders. Self-host is the right call when you have your own exchange API keys, private strategies/data, run behind a VPN, or eventually want live execution. Both paths use identical MCP wiring — only QUANTDINGER_BASE_URL changes.
The backend is Apache 2.0. The prebuilt Vue frontend is source-available — personal and qualified non-commercial use is free; commercial deployment, white-label, or SaaS resale requires a license from us.
We typically respond within 2–3 business days. For general questions, email support@quantdinger.com.
Please read before using the software or engaging with anyone claiming to represent the project.
Any account, group, website, or “team member” selling a QuantDinger coin, presale slot, private round, airdrop claim, staking product, or paid VIP group is a scam and has no affiliation with us. If someone asks you to send funds, sign a wallet approval, or share an API key to “verify your account” — it is not us. When in doubt, verify through the official channels below.
Trading crypto, stocks, forex, futures, and derivatives carries substantial risk and may not be suitable for every investor. You can lose all of your invested capital. Past performance — including any backtest or simulated result produced by the software — is not indicative of future results.
QuantDinger is a technology platform. Nothing on this website, inside the software, or in any AI-generated output constitutes investment, financial, legal, or tax advice. You alone are responsible for every trading decision and its outcome.
The software is provided “AS IS”, without warranty of any kind, express or implied. You are responsible for securing your own deployment, API keys, infrastructure, and regulatory compliance in your jurisdiction. See the project LICENSE and TRADEMARKS.md for the full terms.
QuantDinger is a product of OpenByte Inc. “QuantDinger” and the QuantDinger logo are trademarks of the project. Unauthorized use — including impersonation, fake support, fake airdrops, or pay-to-join “QuantDinger” groups — will be reported and pursued. If you encounter impersonation, please report it to support@quantdinger.com.
Some markets, exchanges, and products are restricted or unavailable in certain jurisdictions. You are responsible for ensuring that your use of QuantDinger and any connected venue complies with the laws and regulations applicable to you.
In a self-hosted deployment, your API keys, strategies, AI history, and trade records stay on infrastructure you control. We never ask for your keys, seed phrase, or private wallet signatures. Anyone asking for them is not us.
Try the hosted app, or deploy the complete v5 stack on infrastructure you control.