⚡ Polytrader
Dashboard
Processes
Configs
Accounts
Configs
/
templates/buynext-record-paper.toml
✔ Validate
💾 Save
# Development Strategies Configuration # This file defines trading strategies for development/testing # Runtime configuration # mode: "Live", "LiveWithRecording", or "Replay" [runtime] mode = "LiveWithRecording" session_base_dir = "./replay_data" session_id = "multi_strategy_recording" # For Replay mode, uncomment and set replay_dir: # replay_dir = "replay_data/multi_strategy_recording_20251209_130113" # Optional strategy parameters (if not specified, defaults are used): # - buying_trigger_time_s: Time before event rotation to start buying (default: 60s for 15m, 180s for hourly) # - up_trend_threshold: Trend detection threshold for UP tokens # - down_trend_threshold: Trend detection threshold for DOWN tokens (default: 0.003) # - accel_threshold: Price acceleration threshold (default: 0.0005) # - stop_loss_timeout: Loops to wait before executing stop loss (default: 0 = immediate) # - stop_loss_recovery_buffer: Price buffer for stop loss recovery (default: 0.02) [[strategy]] strategy_type = "buynextevent" name = "XRP Next Event Strategy (PRIMARY)" account_type = "PaperAccount" account_name = "Rec XRP 15m Acct" with_telegram = false slug = "xrp-up-or-down-15m" risk_per_trade_usd = 10.0 stop_loss_pct = 0.92 max_loops = 86400 # Optional: buying_trigger_time_s = 60.0 trend.up_trend_threshold = 0.003 trend.down_trend_threshold = 0.003 # Optional: accel_threshold = 0.0005 # Optional: stop_loss_timeout = 0 # Optional: stop_loss_recovery_buffer = 0.02 [[strategy]] strategy_type = "buynextevent" name = "ETH Next Event Strategy (PRIMARY)" account_type = "PaperAccount" account_name = "Rec ETH 15m Acct" with_telegram = false slug = "eth-up-or-down-15m" risk_per_trade_usd = 10.0 stop_loss_pct = 0.92 max_loops = 86400 [[strategy]] strategy_type = "buynextevent" name = "BTC Next Event Strategy (PRIMARY)" account_type = "PaperAccount" account_name = "Rec BTC 15m Acct" with_telegram = false slug = "btc-up-or-down-15m" risk_per_trade_usd = 10.0 stop_loss_pct = 0.92 max_loops = 86400 [[strategy]] strategy_type = "buynextevent" name = "SOL Next Event Strategy (PRIMARY)" account_type = "PaperAccount" account_name = "Rec SOL 15m Acct" with_telegram = false slug = "sol-up-or-down-15m" risk_per_trade_usd = 10.0 stop_loss_pct = 0.92 max_loops = 86400 [[strategy]] strategy_type = "buynextevent" name = "XRP Next Event Strategy (PRIMARY)" account_type = "PaperAccount" account_name = "Rec XRP 1h Acct" with_telegram = false slug = "xrp-up-or-down-hourly" risk_per_trade_usd = 10.0 stop_loss_pct = 0.92 max_loops = 86400 [[strategy]] strategy_type = "buynextevent" name = "ETH Next Event Strategy (PRIMARY)" account_type = "PaperAccount" account_name = "Rec ETH 1h Acct" with_telegram = false slug = "eth-up-or-down-hourly" risk_per_trade_usd = 10.0 stop_loss_pct = 0.92 max_loops = 86400 [[strategy]] strategy_type = "buynextevent" name = "BTC Next Event Strategy (PRIMARY)" account_type = "PaperAccount" account_name = "Rec BTC 1h Acct" with_telegram = false slug = "btc-up-or-down-hourly" risk_per_trade_usd = 10.0 stop_loss_pct = 0.92 max_loops = 86400 [[strategy]] strategy_type = "buynextevent" name = "SOL Next Event Strategy (PRIMARY)" account_type = "PaperAccount" account_name = "Rec SOL 1h Acct" with_telegram = false slug = "solana-up-or-down-hourly" risk_per_trade_usd = 10.0 stop_loss_pct = 0.92 max_loops = 86400