Skip to main content
0
A

AgentQuant

Autonomous quantitative trading research platform that transforms stock lists into fully backtested

Rating

0.0

Votes

0

score

Downloads

0

total

Price

Free

API key required

Works With

Claude CodeCursorWindsurfVS CodeDeveloper tool

About

AgentQuant: Autonomous Quantitative Research Agent

A fully autonomous AI agent that researches, generates, and validates trading strategies.

🚀 Update (Nov 2025): Now powered by Google Gemini 2.5 Flash. The agent is fully functional and no longer uses random simulation. It actively analyzes market regimes and proposes context-aware strategies.

🎯 What This Project Is

AgentQuant is an AI-powered research platform that automates the quantitative workflow. It replaces the manual work of a junior quant researcher:

  1. 1. Market Analysis: Detects regimes (Bull, Bear, Crisis) using VIX and Momentum.
  2. 2. Strategy Generation: Uses Gemini 2.5 Flash to propose mathematical strategy parameters optimized for the current regime.
  3. 3. Validation: Runs rigorous Walk-Forward Analysis and Ablation Studies to prove strategy robustness.
  4. 4. Backtesting: Executes vectorized backtests to verify performance.

🏗️ System Architecture

mermaid
graph TD
    subgraph "User Interface"
        UI[Streamlit Dashboard]
        Config[config.yaml]
    end

    subgraph "Data Layer"
        Ingest[Data Ingestionyfinance]
        Features[Feature EngineIndicators]
        Regime[Regime DetectionVIX/Momentum]
    end

    subgraph "Agent Core (Gemini 2.5 Flash)"
        Planner[Strategy Planner]
        Context[Market ContextAnalysis]
    end

    subgraph "Execution Layer"
        Strategies[Strategy RegistryMomentum, MeanRev, etc.]
        Backtest[Backtest EngineVectorBT/Pandas]
    end

    subgraph "Validation"
        WalkForward[Walk-ForwardValidation]
        Ablation[AblationStudy]
    end

    UI --> Config
    Config --> Ingest
    Ingest --> Features
    Features --> Regime
    
    Regime --> Context
    Features --> Context
    Context --> Planner
    
    Planner -->|Proposes Params| Strategies
    Strategies --> Backtest
    
    Backtest --> UI
    Backtest --> WalkForward
    Backtest --> Ablation

🧠 The "Brain" (Gemini 2.5 Flash)

The agent uses a sophisticated prompt engineering framework to:

  • Analyze technical indicators (RSI, MACD, Volatility).
  • Understand market context (e.g., "High Volatility Bear Market").
  • Propose specific parameters (e.g., "Use a shorter 20-day lookback for momentum in this volatile regime").

🔬 Scientific Validation

We have implemented rigorous experiments to validate the agent's intelligence:

1. Ablation Study (experiments/ablation_study.py)

  • Hypothesis: Does giving the AI "Market Context" improve performance?
  • Method: Compare an agent with access to market data vs. a "blind" agent.
  • Result: Context-aware agents significantly outperform blind agents in Sharpe Ratio.

Don't lose this

Three weeks from now, you'll want AgentQuant again. Will you remember where to find it?

Save it to your library and the next time you need AgentQuant, it’s one tap away — from any AI app you use. Group it into a bench with the rest of the team for that kind of task and you can pull the whole stack at once.

⚡ Pro tip for geeks: add a-gnt 🤵🏻‍♂️ as a custom connector in Claude or a custom GPT in ChatGPT — one click and your library is right there in the chat. Or, if you’re in an editor, install the a-gnt MCP server and say “use my [bench name]” in Claude Code, Cursor, VS Code, or Windsurf.

🤵🏻‍♂️

a-gnt's Take

Our honest review

Autonomous quantitative trading research platform that transforms stock lists into fully backtested . Best for anyone looking to make their AI assistant more capable in search & web. It's completely free and works across most major AI apps. This one just landed in the catalog — worth trying while it's fresh.

Tips for getting started

1

Tap "Get" above, pick your AI app, and follow the steps. Most installs take under 30 seconds.

2

Heads up: this needs an API key to work. You'll get one from the service's website (usually free). The setup guide tells you exactly where.

What's New

Version 1.0.06 days ago

Imported from GitHub

Ratings & Reviews

0.0

out of 5

0 ratings

No reviews yet. Be the first to share your experience.