원클릭으로
research
Use when tasks need reusable research pipeline templates, factor screening, parameter sensitivity sweeps, or strategy comparison.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when tasks need reusable research pipeline templates, factor screening, parameter sensitivity sweeps, or strategy comparison.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when tasks need factor diagnostics, IC/grouped return analysis, attribution, robustness checks, or time-series distribution and stationarity checks.
Use when tasks need vectorized strategy execution, portfolio weighting, portfolio-level filters, transaction cost helpers, exit A/B analysis, overlay metrics, or multi-strategy return blending.
Use when tasks need strategy-agnostic OHLCV indicators, math utilities, generic factor examples, regime slicing, resampling, or label makers.
Use when tasks need optional PyCaret model training, ML factor generation, inference wrappers, feature importance, or sparse LASSO weight generation.
Use when tasks need PandaData/PandaAI market data, reference data, adjustment factors, futures tick downloads, or symbol conversion.
Use when tasks need HTML reports, Markdown strategy reports, PNG chart helpers, or report files under the research reports directory.
| name | research |
| description | Use when tasks need reusable research pipeline templates, factor screening, parameter sensitivity sweeps, or strategy comparison. |
| Function | Module | Description |
|---|---|---|
screen_all_indicators | factor_screening.py | Batch-compute all indicators on a pool, run full_stat, return IC/IR ranking |
param_sweep | param_sensitivity.py | Grid-sweep a factor parameter, return IC/IR vs parameter table |
compare_strategies | strategy_comparison.py | Run multiple factor configs through ModularBacktester, compare Sharpe/MaxDD/Calmar |
from skills.research.factor_screening import screen_all_indicators
from skills.research.param_sensitivity import param_sweep
from skills.research.strategy_comparison import compare_strategies