Quick start
Run your first paper-trading session in a few minutes.
Get from sign-up to your first paper trade in a few minutes. This walkthrough uses the web app; if you'd rather drive everything programmatically, jump to the API overview.
1. Create an account
Anyone can browse live and recent market data without an account. To place trades, you need a free account. Sign up with your email; we send a 6-digit verification code to confirm it's you. A free account immediately unlocks everything: the trading simulator, the strategy builder, and backtesting — see Access & accounts.
2. Pick a trading day
The simulator works in two modes:
- Historical — replay any past session. You control the clock: jump to the open, scrub forward minute by minute, or rewind. Great for studying how a setup would have played out.
- Live — trade today's session against the real-time market as it happens. No time travel; the clock is the real clock.
For your first run, open Historical, choose a recent date, and you'll land on the trading screen for that day.
3. Read the option chain
The center of the trading screen is the option chain — every available strike with its calls and puts, showing the bid, ask, and live delta. The strike nearest the current SPX price is the at-the-money strike. See Option chain for how to read every column.
4. Build an order
Click a cell in the chain to add a leg to your order ticket. Add more legs to build a spread or an iron condor — every leg fills together as one atomic order. Choose an order type:
- Market — fills right away at the mid-price.
- Limit — only fills if the price reaches the level you set.
- Stop — sits idle until a trigger price is crossed.
Before you commit, the ticket shows the projected fill price, fees, and the impact on your buying power. Read more in Orders & order types.
5. Track your position
Once filled, your trade appears in Positions with live P&L and delta, and a payoff chart showing your profit and loss across the range of SPX prices. In historical mode, advance the clock and watch the position mark-to-market in real time. At 4:00 PM ET the session settles automatically — in-the-money options exercise or assign, out-of-the-money options expire worthless. See Positions & P&L and End-of-day settlement.
Where to go next
- New to 0DTE options? Start with 0DTE & SPX options.
- Want to automate a strategy? See the Strategy builder and Backtesting.
- Building an integration? Head to the API overview.