> ## Documentation Index
> Fetch the complete documentation index at: https://docs.joinmobius.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Mobius: AI-powered trading strategies in plain English

> Mobius lets you build, backtest, and deploy automated trading strategies by describing them in plain English — no coding or finance degree required.

Mobius is an AI trading platform that turns plain-English descriptions into fully automated trading bots. Describe your entry conditions, exit rules, and risk limits — Mobius extracts the logic, runs a historical backtest, and deploys the strategy to paper or live trading. No code. No formulas.

## What you can do

<CardGroup cols={2}>
  <Card title="Build a strategy" icon="message">
    Describe your trading logic in plain English. Mobius asks one clarifying question at a time and turns your words into a fully structured strategy.
  </Card>

  <Card title="Backtest with AI" icon="chart-line">
    Run your strategy against years of historical price data. Review return %, Sharpe ratio, max drawdown, and trade-by-trade log before risking capital.
  </Card>

  <Card title="Visualize markets" icon="chart-bar">
    Ask for any chart — price history, macro indicators, SEC filings, or your own uploaded datasets — and Mobius renders it instantly.
  </Card>

  <Card title="Deploy to paper or live" icon="rocket">
    Test your bot in a risk-free paper account or connect a real brokerage account and execute live trades automatically.
  </Card>

  <Card title="Set up alerts" icon="bell">
    Get notified by email whenever your deployed bot executes a trade or hits a condition you've defined.
  </Card>

  <Card title="Share with the community" icon="users">
    Publish any strategy to the community feed. Browse, like, comment, and fork strategies from other traders.
  </Card>
</CardGroup>

## How it works

<Steps>
  <Step title="Describe your strategy">
    Open the Mobius chat and type your trading idea in plain English. For example: *"Buy AAPL when the 9-EMA crosses above the 21-EMA and price is above the 200-EMA. Sell when it crosses back below."*
  </Step>

  <Step title="AI extracts your logic">
    Mobius identifies assets, indicators, entry conditions, exit conditions, and risk parameters. It asks clarifying questions one at a time if anything is ambiguous.
  </Step>

  <Step title="Run a backtest">
    Configure capital, date range, and costs — then click **Run Backtest**. Mobius simulates your strategy on real historical data and returns performance metrics and an equity curve.
  </Step>

  <Step title="Deploy your bot">
    When you're happy with the results, click **Deploy**. Choose paper trading or connect a brokerage account for live execution. Set execution frequency and activate.
  </Step>
</Steps>

## Pricing at a glance

| Feature               | Free | Pro (\$20/mo) | Elite (\$50/mo) |
| --------------------- | ---- | ------------- | --------------- |
| Backtests per day     | 3    | 30            | 150             |
| Chat messages per day | 10   | 150           | 750             |
| Saved bots            | 2    | 25            | 125             |
| Active deployments    | 1    | 5             | 25              |
| Alerts per deployment | 3    | 25            | 125             |

All plans include the full strategy builder, visualizations, visual block editor, paper trading, and community access. Upgrade or downgrade anytime from **Settings → Billing** or the [pricing page](https://www.joinmobius.com/pricing).

## Next steps

<CardGroup cols={2}>
  <Card title="Quickstart" icon="play" href="/quickstart">
    Build and backtest your first strategy in under 10 minutes.
  </Card>

  <Card title="Strategy builder" icon="wand-magic-sparkles" href="/concepts/strategy-builder">
    Learn how Mobius interprets natural language and structures your strategy.
  </Card>

  <Card title="Visualizations" icon="chart-area" href="/visualizations/overview">
    Explore the Chart Studio — ask for any chart or market visualization.
  </Card>

  <Card title="Community" icon="users" href="/community/browsing">
    Browse and fork strategies shared by other Mobius traders.
  </Card>
</CardGroup>
