⚡ Polytrader
Dashboard
Processes
Configs
Accounts
Configs
/
templates/copytrading.toml
✔ Validate
💾 Save
# Replay Test Configuration # This configuration replays the recorded session with a different wallet [runtime] mode = "Live" # Copy trading strategy test [[strategy]] strategy_type = "copytrading" name = "Copy Trading Test 1" account_type = "PaperAccount" account_name = "CopyTest 1" with_telegram = false slug = "xxx" risk_per_trade_usd = 10.0 stop_loss_pct = 0.92 max_loops = 10 user_address = "0x961afce6bd9aec79c5cf09d2d4dac2b434b23361" max_trade_age_seconds = 10 min_trade_size_usdc = 1.0 copy_buy_only = false