Skip to main content
QuantMindSign In →
Autonomous Trading Intelligence

The Intelligence Behind One Decision.

A multi-agent AI platform that replicates the structure of a quantitative hedge fund — 24 specialized agents analyzing markets, debating strategies, and executing with institutional discipline.

Open Dashboard
Dual-Engine Architecture·24/7 Market Operation·
QuantMindPAPER
Loading… CB
Agent Activity
TechnicalAnalystBULL
SentimentAnalystBULL
MacroEconomistHOLD
FundamentalAnalystBULL
RegimeDetector
LangGraphFastAPINext.js 15PostgreSQL 16TimescaleDBRedis 7Alpaca APIKimi K2.6moonshot-v1-32k
24
AI Agents
2
Trading Engines
On
Auto-Learning
Performance

No cherry-picked backtests

Metrics populate from paper trading simulations via the Alpaca profit factor across 5 tickers.

Paper Return
Active
30-day evaluation window
Sharpe Ratio
Active
requires ≥30 trades
Directional Accuracy
58%
Portfolio Equity CurvePaper trading simulation — illustrative only. Not real trading results. · Evaluation in progress

Paper trading simulations — no real capital at risk. Past performance does not guarantee future results.

The Pipeline

How it works

Periodically, 24 agents run a full analysis cycle — transparent from signal to trade.

01

Data Collection

4 agents scan in parallel: price action & technicals, financial fundamentals, news sentiment, and macro indicators from FRED.

02

The Debate

5 investor bots — Value, Growth, Contrarian, Momentum, Quant — apply their frameworks. They don't agree. That's the point.

03

Risk Gating

Before any order: RiskManager validates VaR, position sizing via Kelly criterion, daily loss limits, and portfolio concentration. Math only, no opinions.

04

Execution

PortfolioManager synthesizes the debate into a final decision. ExecutionTrader places the order via Alpaca. Full audit trail saved.

Our Principles

The 10 Principles

Every agent, prompt, and architecture decision aligns with these principles. They are the constitution of QuantMind.

P1

First, Do Not Lose Money

Capital preservation is the prime directive. Circuit breaker is sacred and independent of any engine.

P2

Code Computes. LLMs Narrate.

Every ratio, probability, and position size is calculated in Python. The LLM interprets — never the reverse.

P7

Measure Everything. Opine Nothing.

Every method, signal, and agent is continuously evaluated via triple-barrier outcomes, IC, Brier score, and attributed Sharpe.

P10

Learn From Every Outcome

Thompson Sampling updates agent weights nightly. Methods that add value gain influence. Those that don't are demoted or archived.

Read the full Manifesto →

The Team

24 specialized agents

Each agent has a distinct philosophy, LLM model, and role in the pipeline. They don't converge by design — disagreement produces better decisions.

Data Agents

Nine specialized agents scan markets in parallel — technical, fundamental, sentiment, macro, regime detection, factor analysis, and ML forecasting. No single data source or model drives the decision.

DATA
TechnicalAnalyst
Price action, candlestick patterns & volume analysis across timeframes
DATA
SentimentAnalyst
News sentiment, social media buzz & market mood from multiple sources
DATA
MacroEconomist
FRED data: interest rates, inflation, GDP, yield curve & central bank policy
DATA
FundamentalAnalyst
Financial statements, P/E, P/B, ROE, FCF yield & intrinsic valuation
DATA
RegimeDetector
Hidden Markov Model — detects bull, bear, range-bound & crisis regimes
DATA
FactorAnalyst
Fama-French 5-factor regression — alpha, beta, size, value, profitability
DATA
MLForecaster-1d
LightGBM 1-day return prediction with PurgedKFold cross-validation
DATA
MLForecaster-5d
LightGBM 5-day return prediction with Platt-scaled confidence
DATA
TickerScout
Multi-factor cross-sectional screening: momentum, volume, volatility, trend, RSI

Philosophy Investors

Six distinct investment philosophies debate the same data through different frameworks. They disagree by design — the Portfolio Manager weighs their arguments, not their votes.

PHIL
ValueInvestor
Margin of safety, competitive moat & financial health — Graham/Buffett school
PHIL
GrowthInvestor
Revenue acceleration, TAM expansion & R&D intensity — Wood/Fisher approach
PHIL
ContrarianInvestor
Short interest, insider divergence & fear premiums — Burry/Taleb philosophy
PHIL
MomentumTrader
Price & earnings momentum, relative strength, volume confirmation
PHIL
QuantAnalyst
Multi-factor systematic: value + momentum + quality + low-vol composite scoring
PHIL
Technician
Multi-timeframe technical confluence (1H, 4H, 1D) with S/R & Fibonacci

Decision Layer

A structured debate synthesizes opposing views. The Risk Manager enforces hard mathematical limits. The Portfolio Manager makes the final call — every decision is auditable.

DEC
DebateLayer
Structured bull/bear case synthesis when philosophy agents disagree >40 points
DEC
RiskManager
VaR, CVaR, Kelly sizing, correlation matrix & daily loss limits — 100% code
DEC
PortfolioManager
Final decision synthesis — all signals + debate + risk limits → PortfolioDecision

Execution & Compliance

Orders go to Alpaca with bracket protection (TP/SL). A compliance engine validates every trade. An append-only audit log records everything. Performance is measured continuously.

EXEC
ExecutionTrader
Bracket orders to Alpaca with TP/SL at broker level — retry with exponential backoff
EXEC
ComplianceOfficer
Deterministic rule engine: position limits, sector concentration, restricted tickers
EXEC
Auditor
Append-only event log of every pipeline decision — immutable audit trail
EXEC
PerformanceAnalyst
Sharpe, Sortino, max drawdown, win rate, profit factor — all code, no LLM
EXEC
AlpacaExecutor
Live Alpaca order execution with partial fill handling & execution quality tracking
EXEC
SandboxExecutor
Simulated execution for testing strategies without real orders
Transparency

Hedge funds are black boxes. QuantMind isn't.

Every signal, debate, risk gate, and trade is logged with a full reasoning trail. You can inspect why any agent voted the way it did.

Every agent shows its reasoning in the debate log
Every trade has a confidence score and audit trail
Risk metrics calculated in code — no LLM math
Outcome tracker measures agent accuracy over time
Config panel lets you change models and limits live
Dual execution: paper validation or live trading

Architecture

Dual-Engine Architecture

Two independent trading engines operate under a single risk umbrella — like a multi-strategy fund, not a single bot.

Engine 1 — Deliberative

24 agents analyze, debate, and decide. Deep fundamental, macro, sentiment, and ML analysis. 2-5 min per cycle. Horizon: days to weeks.

Engine 2 — Reactive

Real-time WebSocket stream. Candlestick patterns, confluences, and indicators. <2 seconds signal-to-order. Zero LLM. Horizon: hours to days.

Risk Umbrella

Unified risk layer over both engines. Knows every position in real time. Circuit breaker liquidates all positions if drawdown exceeds limits — no exceptions.

Method Effectiveness

Self-Learning System

QuantMind does not just trade — it measures, weights, and adapts. Every resolved trade updates its beliefs using Bayesian inference, not intuition.

Triple Barrier Labeling

Lopez de Prado methodology — every trade outcome is objectively labeled via take-profit, stop-loss, and time-horizon barriers.

Thompson Sampling

Bayesian weight allocation per agent and direction. Nightly updates over a 365-day rolling window with exponential decay.

PurgedKFold CV

Academic-grade cross-validation prevents time-series look-ahead leakage in ML models. No data snooping.

Demote & Promote

Underperforming methods are automatically demoted. Outperforming ones gain influence. The system adapts — no manual tuning required.

Technology

any LLM provider or data source without touching the agent logic.

LangGraphFastAPINext.js 15PostgreSQL 16TimescaleDBRedis 7Alpaca APIKimi K2.6moonshot-v1-32kOllamaSQLAlchemy asyncDocker Compose

Watch the debate in real time

Open the dashboard to see the agents debating live. Or explore the full source code — no signup required.

Open Dashboard