Paper trading vs live crypto trading
Understand how Freqtrade paper trading differs from live orders, what simulated results can show, and what to review before risking funds.
Paper trading uses market data but simulates balances and orders. Live trading sends real orders to your connected exchange and puts real funds at risk. BotTradesForYou makes paper mode the appropriate starting point for a new bot or a changed configuration.
What paper trading can show
Paper results help you confirm that the bot starts correctly, follows the selected pairs and limits, produces the expected trade frequency, and records trades and profit-and-loss data. A longer paper run can expose behavior that a brief test misses.
Paper performance is not a promise of live performance. Simulated execution cannot reproduce every live condition. Real orders may experience different fees, latency, liquidity, partial fills, and slippage. Market conditions also change.
Before enabling live orders
Review the strategy logic and every risk-related setting. Confirm that:
- the exchange key has trading access but no withdrawal access;
- stake amounts and maximum open trades fit the capital you intend to risk;
- a loss or drawdown would remain tolerable;
- the paper bot has run long enough to reveal normal and unusual behavior;
- alerts and regular monitoring are ready.
Start live trading with an amount you can afford to lose. Continue comparing live execution with the paper assumptions, and stop the bot when behavior, market conditions, or losses move outside your plan. Automation follows rules; it does not remove trading risk.