Why backtest?

Every trader thinks their strategy is brilliant — until they test it. Backtesting runs your strategy against real historical data and shows you exactly what would have happened: every entry, every exit, every win, every loss.

No opinions. No vibes. Just math.

At myRaijin, backtesting is built into the platform. You don't need to download data, write Python scripts, or set up Jupyter notebooks. Pick a strategy, pick a pair, pick a date range, and hit run.

Step 1: Choose your strategy

From the dashboard, click Backtest in the sidebar. You'll see a dropdown with all available strategies for your tier:

If you're new, start with DCA or Smart DCA. They're the simplest to configure and the easiest to understand.

Step 2: Configure the parameters

For DCA and Smart DCA, the key parameters are:

ParameterWhat it doesDefault
Take Profit %How much profit to target per deal3%
Price Deviation %How far price must drop before first safety order3%
Safety OrdersMax additional buys per deal5
Step ScaleHow much further apart each safety order is spaced1.5x
Volume ScaleHow much larger each safety order is1.5x
Stop Loss %Maximum loss before forced exit15%

The defaults are our recommended starting point — tuned from thousands of backtests across BTC, ETH, and SOL. You can tweak them later once you understand what each one does.

Step 3: Pick your pair and date range

Choose a trading pair (BTC/USDT, ETH/USDT, SOL/USDT, etc.) and a date range. A few tips:

Step 4: Read the results

After the backtest runs (usually 5-15 seconds), you'll see:

Pro tip: Run the same pair with both DCA and Smart DCA. Compare the equity curves side by side. The difference is usually dramatic on pairs that experienced a bear phase.

Step 5: Go paper

Happy with the backtest? Deploy it as a paper trading bot. Paper mode uses real market data with simulated trades — no real money at risk. Let it run for a week or two and verify the backtest results hold up in real time.

When you're confident, switch to live. But never skip the paper step. Backtests are historical — paper trading is the bridge to reality.

Ready to run your first backtest?

Create a free account and backtest Smart DCA on BTC. It takes 2 minutes and zero dollars.

Start Backtesting Free →
← Back to blog