| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- {
- "version": "v1.0",
- "last_updated": "2026-04-09",
- "updated_by": "system",
- "update_reason": "初始化默认配置,沿用当前硬编码值",
- "thresholds": {
- "roi_high_percentile": 0.70,
- "roi_low_percentile": 0.30,
- "cost_mid_percentile": 0.50,
- "valid_ad_min_open_count": 100,
- "valid_ad_min_cost": 0
- },
- "strategy_boundaries": {
- "aggressive_scale_down": [0, 0.70],
- "moderate_scale_down": [0.70, 0.95],
- "maintain": [0.95, 1.05],
- "moderate_scale_up": [1.05, 1.30],
- "aggressive_scale_up": [1.30, 999]
- },
- "decision_matrix": {
- "aggressive_scale_down": {
- "high_high": ["keep", 0.0],
- "high_low": ["keep", 0.0],
- "mid_high": ["decrease", -0.10],
- "mid_low": ["observe", 0.0],
- "low_high": ["decrease", -0.15],
- "low_low": ["close", 0.0]
- },
- "moderate_scale_down": {
- "high_high": ["keep", 0.0],
- "high_low": ["keep", 0.0],
- "mid_high": ["decrease", -0.05],
- "mid_low": ["observe", 0.0],
- "low_high": ["decrease", -0.10],
- "low_low": ["close", 0.0]
- },
- "moderate_scale_up": {
- "high_high": ["keep", 0.0],
- "high_low": ["increase", 0.10],
- "mid_high": ["keep", 0.0],
- "mid_low": ["increase", 0.05],
- "low_high": ["decrease", -0.10],
- "low_low": ["close", 0.0]
- },
- "aggressive_scale_up": {
- "high_high": ["keep", 0.0],
- "high_low": ["increase", 0.15],
- "mid_high": ["keep", 0.0],
- "mid_low": ["increase", 0.05],
- "low_high": ["decrease", -0.10],
- "low_low": ["close", 0.0]
- },
- "maintain": {
- "high_high": ["keep", 0.0],
- "high_low": ["keep", 0.0],
- "mid_high": ["keep", 0.0],
- "mid_low": ["keep", 0.0],
- "low_high": ["keep", 0.0],
- "low_low": ["close", 0.0]
- }
- },
- "bid_limits": {
- "min_bid": 10,
- "max_bid": 10000,
- "max_increase_pct": 0.15,
- "max_decrease_pct": -0.15
- },
- "protection": {
- "cold_start_enabled": true,
- "cold_start_hours": 48,
- "cold_start_min_conversions": 6,
- "compensation_enabled": true,
- "compensation_min_conversions": 6,
- "compensation_cpa_deviation_pct": 0.20,
- "min_adjustment_interval_hours": 2
- },
- "history": []
- }
|