What is paper trading mode?
What paper mode actually tests
A bot in paper mode runs its entire loop against live data: scanning, deciding, sizing, journaling. The only thing removed is execution. That means you can measure everything that matters about its behavior — how often it acts, what it flags, how it responds to a volatile day — before a single real dollar is exposed.
It also tests the vendor. Software that launches straight into live trading, or makes paper mode hard to find, is telling you what it prioritizes. A desk built safety-first starts on paper by default and makes going live a deliberate, separate act. Ours starts on paper and cannot go live until the operator personally flips the switch.
The limits of paper results
Paper mode is a behavioral audit, not a preview of results. Real execution involves fills, spreads, and slippage that simulations approximate at best, and a strategy's paper record does not tell you what live trading will do.
Treat paper mode as a trust-building period: read the journal, check the reasoning on individual entries, watch how it handles a bad day. Graduate to live mode — if ever — only when the behavior itself has convinced you, and even then with small size and a kill switch in reach.
- Paper mode measures behavior, discipline, and process quality.
- It does not predict live outcomes — fills and slippage are real-world effects.
- The right sequence: paper by default, live only by explicit choice, small size first.
First-party data — from our own desk
More questions people ask
How long should a bot run on paper before going live?
Long enough that you have personally read its journal through several different market conditions — including at least one ugly day. Time matters less than the variety of conditions you have observed.
Is paper trading the same as backtesting?
No. A backtest replays the past with hindsight; paper mode makes real-time decisions on live data without executing. Paper mode is much harder to fake, which is why it is better evidence.
Does your own desk run on paper?
Yes — the Bluechip desk on our public tape runs in review-only paper mode, journaling every decision. The daily pages on this site are generated from that journal.
Regulator resources and sources
Independent, official reading — not affiliated with EB28:
Keep going