⚡ Polytrader
Dashboard
Processes
Configs
Accounts
Configs
/
live/live-cryptoprices-5m.toml
✔ Validate
💾 Save
# CryptoPrices strategy configuration for 5-minute events # BTC 5m markets are live; ETH/SOL/XRP expected soon [runtime] mode = "Live" [[strategy]] strategy_type = "cryptoprices" name = "BTC 5m CryptoPrices" account_type = "PaperAccount" account_name = "BTC 5m" with_telegram = false slug = "btc-up-or-down-5m" risk_per_trade_usd = 8 stop_loss_pct = 0.80 # CryptoPrices-specific parameters # 5m events move fast — need tighter cooldown and earlier entry cutoff trade_cooldown_ticks = 30 min_pricing_edge = 0.05 min_time_to_expiry_seconds = 15 uncertain_zone_min = 0.35 uncertain_zone_max = 0.65 # Core module core.stop_loss_timeout = 15 core.stop_loss_recovery_buffer = 0.02 # Adaptive trailing module — tighter trailing for fast 5m markets adaptive_trailing.adaptive_high_profit_threshold = 0.10 adaptive_trailing.adaptive_medium_profit_threshold = 0.05 adaptive_trailing.adaptive_high_trailing_pct = 0.90 adaptive_trailing.adaptive_medium_trailing_pct = 0.92 adaptive_trailing.base_trailing_pct = 0.94