Simulation trading uses paper trades, demo accounts, virtual funds, or modeled fills to practice execution and test workflows without committing full live capital.
Simulation trading means practicing or testing trades with paper orders, a demo account, virtual funds, modeled fills, or a shadow portfolio instead of committing full live capital. It can teach platform mechanics and expose obvious strategy problems, but simulated profit does not establish that a strategy will work in live markets.
Virtual funds are simply the simulated account balance used in some practice environments. They have no cash value and cannot be withdrawn.
| Method | Data and environment | Best use | Main limitation |
|---|---|---|---|
| Backtesting | Historical data and modeled execution | Initial research and failure analysis | Look-ahead, selection, survivorship, and overfitting bias |
| Simulation trading | Current, replayed, or synthetic market with paper orders | Platform practice and workflow testing | Unrealistic fills, behavior, liquidity, and account constraints |
| Forward Testing | New observations after the strategy is fixed | Out-of-sample validation | Limited sample and changing market regime |
| Limited live test | Real orders with deliberately constrained capital | Execution and operational validation | Real loss, small sample, and behavior can still change at scale |
Simulation and forward testing can overlap. A paper account observing new market data is both simulated and forward-looking, but the reviewer should identify exactly which assumptions are modeled.
| Virtual-fund practice can show | It cannot prove |
|---|---|
| Whether the user understands the platform | That the user will follow the same process with real losses |
| Whether position-sizing formulas are implemented | That live buying power, margin, or borrow will be available |
| Whether signals and exits are recorded consistently | That orders will fill at the modeled price |
| Whether a risk limit triggers in the software | That a broker or market disruption will behave as modeled |
| Whether the test produced simulated profit | Future profit, suitability, or investment skill |
Resetting a virtual account after losses, changing the rule mid-test, or excluding skipped trades destroys much of the evidentiary value.
| Assumption | More realistic treatment | Evidence to retain |
|---|---|---|
| Account balance | Match intended live capital, leverage, and concentration limits | Account configuration and position-size rules |
| Fill price | Use executable bid or ask, not an automatic midpoint | Quote snapshot and order timestamp |
| Order size | Cap size using normal depth, volume, open interest, and account capacity | Market-depth or liquidity note |
| Trading costs | Include spread, commission, fees, borrow, financing, and expected slippage | Fee schedule and cost model |
| Partial or failed execution | Model rejected, delayed, and partially filled orders | Exception and retry log |
| Market stress | Widen spreads, reduce depth, increase volatility, and test halts or outages | Stress assumptions and scenario results |
| Behavior | Record skipped trades, hesitation, overrides, and rule changes | Timestamped journal |
Do not judge only ending virtual equity. Review:
Simulation trading is a training and testing tool, not evidence of future returns or suitability. Moving from simulation to live trading introduces real loss, execution, liquidity, margin, tax, operational, and behavioral risks.