返回 Skill 列表
extension
分类: 其它无需 API Key

Btc Contract Scanner

<think> The userasks: "Translate the following skill description into concise Chinese. Return JSON only like {"description_zh":"..."}. Description: BTC合约自适应扫描。5策略集成(EMA/MACD/RSI/布林/放量),双方向评分, walkforward自优化。Serenity逆向价值风格。VPN环境下OKX API就绪。" So we need to output JSON with key "description_zh" and the translation into Chinese. But thedescription is already in Chinese. Actually the user says translate into concise Chinese. The description is already Chinese, but the translation would be the same orrefined? They may want a concise Chinese translation. Possibly they want the English description? Wait they wrote: "Translate thefollowing skill description into concise Chinese." So the description is originally Chinese, but they might want to refine it. The input is in Chinese already. But perhaps they want to translate into Chinese as an output, which is already Chinese. Possibly they want a concise version. The description:"BTC合约自适应扫描。5策略集成(EMA/MACD/RSI/布林/放量),双方向评分, walkforward自优化。Serenity逆向价值风格。VPN环境下OKX API就绪。" We can condense: "BTC合约自适应扫描,集成5策略(EMA/MACD/RSI/布林/放量),双方向评分,walkforward自优化,采用Serenity逆向价值风格,VPN环境下OKX API已就绪。" That is concise. The JSONmust be like {"description_zh":"..."}. So produce that. Ensure only JSON, no extra text. Use proper JSON formatting, no trailing commas. Also ensure correct encoding of Chinese characters. We'll output thedescription_zh with the concise Chinese. Thus final answer: {"description_zh":"BTC合约自适应扫描,集成5策略(EMA/MACD/RSI/布林/放量),双方向评分,walkforward自优化,采用Serenity逆向价值风格,VPN环境下OKX API已就绪。"} </think> {"description_zh":"BTC合约自适应扫描,集成5策略(EMA/MACD/RSI/布林/放量),双方向评分,walkforward自优化,采用Serenity逆向价值风格,VPN环境下OKX API已就绪。"}

person作者: sg345662365-osshubclawhub

BTC Contract Scanner

Execution

  1. Fetch 1H+4H OKX candles → DataFrame
  2. Market regime: trending_up/down/ranging/high_vol via EMA50 + volatility
  3. 5 strategies × 2 directions = 10 signals per timeframe
  4. Score: Σ(weight × signal × (0.3×1H + 0.7×4H))
  5. Threshold: 3.5 → emit LONG/SHORT, else HOLD
  6. Every 4h: walkforward grid search EMA params, update weights

Output

{"price":62500,"regime":"trending_down","long_score":1.15,"short_score":0.0,"decision":"hold"}

Evolution

  • CAPTURED: Signal → ≥5% profit in 24h → capture market state
  • FIX: 3 consecutive stop-loss → raise threshold +0.5, re-optimize
  • DERIVED: ≥70% win-rate/20 trades → spawn SOL/ETH variants