⚡ Polytrader
Dashboard
Processes
Configs
Accounts
Configs
/
templates/updown-record-paper.toml
✔ Validate
💾 Save
# UpDown Strategy Recording Configuration # This file defines UpDown trading strategies for recording/testing # Based on record-paper.toml structure # Runtime configuration # mode: "Live", "LiveWithRecording", or "Replay" [runtime] mode = "LiveWithRecording" session_base_dir = "./replay_data" session_id = "updown_strategy_recording" # For Replay mode, uncomment and set replay_dir: # replay_dir = "replay_data/updown_strategy_recording_YYYYMMDD_HHMMSS" # UpDown Strategy Parameters: # - min_purchase_price: Minimum price to pay when buying tokens # - stop_loss_pct: Price at which to cut losses # - up_trend_threshold: Trend detection threshold for UP tokens # - down_trend_threshold: Trend detection threshold for DOWN tokens for confirmation # 15-minute markets [[strategy]] strategy_type = "updown" name = "XRP UpDown Strategy (15m)" account_type = "PaperAccount" account_name = "UpDown XRP 15m Acct" with_telegram = false slug = "xrp-up-or-down-15m" risk_per_trade_usd = 10.0 min_purchase_price = 0.35 stop_loss_pct = 0.92 max_loops = 21600 # Relaxed signal thresholds for more trade opportunities trend.up_trend_threshold = 0.002 trend.down_trend_threshold = 0.002 trend.accel_threshold = 0.0003 momentum.momentum_threshold = 0.0 [[strategy]] strategy_type = "updown" name = "ETH UpDown Strategy (15m)" account_type = "PaperAccount" account_name = "UpDown ETH 15m Acct" with_telegram = false slug = "eth-up-or-down-15m" risk_per_trade_usd = 10.0 min_purchase_price = 0.35 stop_loss_pct = 0.92 max_loops = 21600 trend.up_trend_threshold = 0.002 trend.down_trend_threshold = 0.002 trend.accel_threshold = 0.0003 momentum.momentum_threshold = 0.0 [[strategy]] strategy_type = "updown" name = "BTC UpDown Strategy (15m)" account_type = "PaperAccount" account_name = "UpDown BTC 15m Acct" with_telegram = false slug = "btc-up-or-down-15m" risk_per_trade_usd = 10.0 min_purchase_price = 0.35 stop_loss_pct = 0.92 max_loops = 21600 trend.up_trend_threshold = 0.002 trend.down_trend_threshold = 0.002 trend.accel_threshold = 0.0003 momentum.momentum_threshold = 0.0 [[strategy]] strategy_type = "updown" name = "SOL UpDown Strategy (15m)" account_type = "PaperAccount" account_name = "UpDown SOL 15m Acct" with_telegram = false slug = "sol-up-or-down-15m" risk_per_trade_usd = 10.0 min_purchase_price = 0.35 stop_loss_pct = 0.92 max_loops = 21600 trend.up_trend_threshold = 0.002 trend.down_trend_threshold = 0.002 trend.accel_threshold = 0.0003 momentum.momentum_threshold = 0.0 # Hourly markets [[strategy]] strategy_type = "updown" name = "XRP UpDown Strategy (1h)" account_type = "PaperAccount" account_name = "UpDown XRP 1h Acct" with_telegram = false slug = "xrp-up-or-down-hourly" risk_per_trade_usd = 10.0 min_purchase_price = 0.35 stop_loss_pct = 0.92 max_loops = 21600 trend.up_trend_threshold = 0.002 trend.down_trend_threshold = 0.002 trend.accel_threshold = 0.0003 momentum.momentum_threshold = 0.0 [[strategy]] strategy_type = "updown" name = "ETH UpDown Strategy (1h)" account_type = "PaperAccount" account_name = "UpDown ETH 1h Acct" with_telegram = false slug = "eth-up-or-down-hourly" risk_per_trade_usd = 10.0 min_purchase_price = 0.35 stop_loss_pct = 0.92 max_loops = 21600 trend.up_trend_threshold = 0.002 trend.down_trend_threshold = 0.002 trend.accel_threshold = 0.0003 momentum.momentum_threshold = 0.0 [[strategy]] strategy_type = "updown" name = "BTC UpDown Strategy (1h)" account_type = "PaperAccount" account_name = "UpDown BTC 1h Acct" with_telegram = false slug = "btc-up-or-down-hourly" risk_per_trade_usd = 10.0 min_purchase_price = 0.35 stop_loss_pct = 0.92 max_loops = 21600 trend.up_trend_threshold = 0.002 trend.down_trend_threshold = 0.002 trend.accel_threshold = 0.0003 momentum.momentum_threshold = 0.0 [[strategy]] strategy_type = "updown" name = "SOL UpDown Strategy (1h)" account_type = "PaperAccount" account_name = "UpDown SOL 1h Acct" with_telegram = false slug = "solana-up-or-down-hourly" risk_per_trade_usd = 10.0 min_purchase_price = 0.35 stop_loss_pct = 0.92 max_loops = 21600 trend.up_trend_threshold = 0.002 trend.down_trend_threshold = 0.002 trend.accel_threshold = 0.0003 momentum.momentum_threshold = 0.0