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

# Paper Trading Prompts

> Copyable paper trading prompts for Driven: placing simulated trades, limit orders, position sizing, managing orders, building portfolios, and tracking performance.

Copyable prompts for testing ideas with paper trading, simulated trades on real market data. Replace `[TICKER]` and amounts to fit. These use your Agent's [portfolio and paper trading](/concepts/portfolio-and-paper-trading) context.

## Buy by percentage

```text theme={null}
Put 10% of available cash into [TICKER] in my paper account. Show me the portfolio impact before executing.
```

## Buy by dollar amount

```text theme={null}
Buy $5,000 of [TICKER] in my paper account after showing portfolio impact and risks.
```

## Limit order

```text theme={null}
Place a limit order to buy [TICKER] at [price] in my paper account.
```

## Trim a position

```text theme={null}
Cut my [TICKER] paper position in half and explain the impact on portfolio concentration.
```

## Add to a position

```text theme={null}
Add to my [TICKER] position to bring it up to a [X]% weight in my paper portfolio.
```

## Cancel an order

```text theme={null}
Cancel my open limit order on [TICKER].
```

## Review open orders

```text theme={null}
Show me all my open paper orders and their current status.
```

## Check before trading

```text theme={null}
Before I buy [TICKER], show me how it would affect my portfolio's concentration, sector exposure, and risk.
```

## Build a starter portfolio

```text theme={null}
Build me a paper portfolio of [strategy, e.g. US large-cap quality companies]. Maximum 10% per position, at least 8 names, diversified across sectors. Show the rationale for each holding before building it.
```

## Track a thesis

```text theme={null}
Open a small paper position in [TICKER] to track this thesis, and remind me to review it in [timeframe] to see how it's playing out.
```

## Compare strategies

```text theme={null}
Summarize this agent's paper portfolio performance and what's driving it, so I can compare it against my other strategy.
```

## Rebalance

```text theme={null}
Propose a rebalance of my paper portfolio back toward my targets. Show the trades and how concentration and risk would change, then execute it once I confirm.
```

## Related

* [Place a paper trade](/guides/portfolio/place-a-paper-trade) — the full walkthrough
* [Build a portfolio](/guides/portfolio/build-a-portfolio) — construct one from scratch
* [Portfolio and Paper Trading concept](/concepts/portfolio-and-paper-trading) — how it works
* [Supported markets](/reference/supported-markets) — check trading coverage first
