⚡ Polytrader
Dashboard
Processes
Configs
Accounts
Configs
/
test/replay-strategies-test.toml
✔ Validate
💾 Save
# Replay Test Configuration # This configuration replays the recorded session with a different wallet [runtime] mode = "Replay" replay_dir = "replay_data/multi_strategy_recording_20251212_175500" replay_file = "replay_data/multi_strategy_recording_20251212_175500/btc-up-or-down-15m.mpk" # Single strategy for testing - BTC 15m [[strategy]] strategy_type = "buynextevent" name = "BTC Replay Test" account_type = "PaperAccount" account_name = "Replay" with_telegram = false slug = "btc-up-or-down-15m" risk_per_trade_usd = 10.0 stop_loss_pct = 0.92 max_loops = 604800 # Copy trading strategy test [[strategy]] strategy_type = "copytrading" name = "Copy Trading Test" account_type = "PaperAccount" account_name = "CopyTest" with_telegram = false slug = "btc-up-or-down-15m" risk_per_trade_usd = 10.0 stop_loss_pct = 0.92 max_loops = 10 user_address = "0x1234567890123456789012345678901234567890" max_trade_age_seconds = 300 min_trade_size_usdc = 1.0 copy_buy_only = true