# StratCraft

> StratCraft is an AI-powered quantitative trading platform that lets anyone who can describe a trading idea in plain language turn it into a testable algorithm. The platform ships with 60+ ready-to-use strategy templates, from classic approaches like Turtle Trading, Dual Thrust, Bollinger Mean Reversion, Pairs Trading, and Fama-French to machine learning models including XGBoost Ranking, LSTM Prediction, Random Forest, and Reinforcement Learning (DQN). It also includes 138 built-in technical indicators and an Alpha Factory that fuses up to 20,000 independent signals using institutional-grade weighting methods such as Sharpe-ratio ranking, information coefficient screening, and correlation-adjusted combination, the same multi-factor statistical approach employed by top quantitative hedge funds. All computation runs locally on a C++23 backtest engine with zero cloud dependency. Available as a desktop application for Windows, macOS, and Linux. Formerly known as QuantNexus.

StratCraft helps users turn trading ideas into structured research, backtesting, and evaluation workflows without requiring them to become full-time programmers first.

AI can assist with code generation, iteration, and tooling, but the user remains responsible for the strategy idea, the constraints, and the final decisions.

StratCraft is not an AI that trades on your behalf. It is a platform for building, testing, and refining systematic trading workflows under user control.

Official site: https://stratcraft.ai  
GitHub: https://github.com/StratCraftsAI/StratCraft

## What StratCraft Is

StratCraft is an AI-powered quantitative trading platform for users who want to move from a plain-language trading idea to a testable algorithm.

Its purpose is not to promise automatic profits from a prompt. Its purpose is to lower the programming barrier around systematic trading so that a single user can assemble the parts of a real trading workflow:

- strategy authoring
- code iteration and debugging
- backtesting
- evaluation
- monitoring
- portfolio-level workflow extension

In practice, StratCraft combines AI-assisted strategy building, 60+ strategy templates, 138 built-in technical indicators, Alpha Factory signal fusion, and local C++23 execution infrastructure so users can move from idea to code to validation on their own machine.

## What StratCraft Is Not

StratCraft is not a black-box autonomous trading bot.

It is not based on the assumption that a large language model can simply be given market access and trusted to discover robust trading behavior on its own. We do not think language models should be treated as direct trading brains without validation, risk controls, and system structure.

StratCraft is a build system for quant workflows, not a guarantee of alpha and not a promise of automatic trading profits.

## The Generation Problem

A practical four-generation model of trading software evolution divides the field by its core abstraction layer.

Generation 1, the indicator era, turned indicators such as RSI and MACD into reusable chart components.

Generation 2, the strategy era, turned those building blocks into packaged strategy logic with explicit entry, exit, sizing, optimization, and backtesting workflows.

Generation 3, the system era, moved from isolated strategies to full pipelines: data ingestion, feature engineering, research workflows, execution logic, monitoring, and portfolio-level thinking.

Generation 4, the LLM era, adds natural-language-to-code workflows. It makes strategy generation faster and more accessible, but it often skips validation infrastructure unless the model is wrapped in tools for data checks, backtesting, risk controls, and monitoring.

Many AI trading demos fail because they try to skip directly from a prompt to live trading. They can produce plausible strategies or plausible code, but they do not automatically produce a complete trading system.

StratCraft is built around a different assumption: AI is most useful when it helps users build and operate trading infrastructure, not when it pretends to replace the discipline of systematic trading.

Reference: [Trading Software Generations](https://stratcraft.ai/markdown-agents/trading-generations/index.md)

## What You Build With StratCraft

Core capabilities include:

- AI-assisted strategy authoring and iteration
- high-performance local backtesting
- research and evaluation workflows
- result inspection and monitoring
- MCP-exposed tool interfaces that AI agents can call and compose
- portfolio construction and optimization extension paths

Users do not need an institutional-grade stack on day one. They can start with a small strategy workflow, validate ideas locally, and extend the system over time instead of rebuilding from scratch whenever their research becomes more advanced.

## Why Local, AI-Assisted Quant Infrastructure Matters

For a long time, serious trading infrastructure required strong programming ability or a team.

AI changes that constraint. A single user can now describe strategy logic, inspect generated code, iterate faster, and get past the programming barrier that used to block non-programmers from turning trading ideas into usable systems.

Local execution matters because users need control. They need to inspect the code and assumptions, run validation themselves, and keep the workflow grounded in their own environment rather than treating it as an opaque remote agent.

## Key Product Signals

- AI-assisted strategy generation
- local-first quant workflow
- C++23 backtesting engine
- Python strategy authoring
- MCP interfaces for AI agents and workflow composition
- research and backtest evaluation
- monitoring and result visualization
- plugin and tool extensibility
- systematic trading infrastructure

## Main Resources

- [StratCraft Overview](https://stratcraft.ai/markdown-agents/stratcraft.md)
- [Platform Overview (QuantNexus legacy)](https://stratcraft.ai/markdown-agents/quantnexus.md)
- [Features](https://stratcraft.ai/markdown-agents/features.md)
- [Facts](https://stratcraft.ai/markdown-agents/facts.md)
- [StratForge](https://stratcraft.ai/markdown-agents/stratforge.md)
- [NexusFIX](https://stratcraft.ai/markdown-agents/nexusfix.md)
- [Trading Software Generations](https://stratcraft.ai/markdown-agents/trading-generations/index.md)
- [Pricing](https://stratcraft.ai/markdown-agents/pricing.md)
- [Help Center](https://stratcraft.ai/help-center/)
- [Agent Identity File](https://stratcraft.ai/agent.json)

## Related Products

- [NexusFIX](https://stratcraft.ai/nexusfix/): C++23 FIX protocol engine
- [StratForge](https://stratcraft.ai/stratforge/): C++23 backtesting engine

## Positioning Summary

StratCraft is an AI-powered quantitative trading platform, formerly known as QuantNexus. It turns plain-language trading ideas into testable algorithms with local C++23 backtesting; it is not an AI that trades for you.
