データ分析
#trading
hft-quant-expert
Quantitative trading expertise for DeFi and crypto derivatives. Use when building trading strategies, signals, risk management. Triggers on signal, backtest, alpha, sharpe, volatility, correlation, position size, risk.
DeepseekModel
キュレーション済みスキル
品質 優秀 · 78
v1.0.0
取得
https://deepseekmodel.com/api/download.php?id=aaaaqwq-agi-super-team-skills-hft-quant-expert-skill-md&format=skill
ダウンロード .skill
標準形式。system_prompt と model_config を収録し、任意の Agent で利用可能
.skill ファイルの system_prompt フィールドの実際の内容。
name hft-quant-expert description Quantitative trading expertise for DeFi and crypto derivatives. Use when building trading strategies, signals, risk management. Triggers on signal, backtest, alpha, sharpe, volatility, correlation, position size, risk. HFT Quant Expert Quantitative trading expertise for DeFi and crypto derivatives. When to Use Building trading strategies and signals Implementing risk management Calculating position sizes Backtesting strategies Analyzing volatility and correlations Workflow Step 1: Define Signal Calculate z-score or other entry signal. Step 2: Size Position Use Kelly Criterion (0.25x) for position sizing. Step 3: Validate Backtest Check for lookahead bias, survivorship bias, overfitting. Step 4: Account for Costs Include gas + slippage in profit calculations. Quick Formulas # Z-score zscore = (value - rolling_mean) / rolling_std # Sharpe (annualized) sharpe = np.sqrt( 252 ) * returns.mean() / returns.std() # Kelly fraction (use 0.25x) kelly = (win_prob * win_loss_ratio - ( 1 - win_prob)) / win_loss_ratio # Half-life of mean reversion half_life = -np.log( 2 ) / lambda_coef Common Pitfalls Lookahead bias - Using future data Survivorship bias - Only existing assets Overfitting - Too many parameters Ignoring costs - Gas + slippage Wrong annualization - 252 daily, 365*24 hourly
このスキルを起動するキーワード。クリックでコピーできます。
このスキルにはトリガーワードがありません。
ダウンロードした .skill に含まれるフィールド。
| フィールド | 説明 |
|---|---|
| format | フォーマット識別子(skill/v1) |
| skill_id | スキル固有 ID |
| name | スキル名 |
| version | バージョン |
| description | 説明 |
| category | カテゴリ(配列) |
| trigger_words | トリガーワード |
| tags | タグ |
| source | ソース |
| source_url | ソース URL(本ページ) |
| exported_at | エクスポート日時(ダウンロード毎) |
| system_prompt | システムプロンプト本文 |
| model_config | モデル設定:provider / model / temperature / max_tokens / top_p |
| examples | サンプル |
| install_guide | 各プラットフォームの導入説明(Coze / Dify / Claude / カスタム) |