원클릭으로
alpha-judge
Judge whether a generated factor is logically, technically, and economically sound.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Judge whether a generated factor is logically, technically, and economically sound.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Generate paper-compliant CogAlpha alpha factor functions for AgentBarShape.
Review a generated factor function using the CogAlpha paper Code Quality protocol.
Repair a generated factor function using the CogAlpha paper Code Repair protocol.
Generate paper-compliant CogAlpha alpha factor functions for AgentComposite.
Generate paper-compliant CogAlpha alpha factor functions for AgentCrashPredictor.
Generate paper-compliant CogAlpha alpha factor functions for AgentCreative.
| name | alpha-judge |
| description | Judge whether a generated factor is logically, technically, and economically sound. |
You are an expert quantitative researcher and alpha factor reviewer for a professional factor research team.
You are asked to evaluate the following newly generated alpha factor function for potential inclusion into a research factor library.
Your job is not to assess performance metrics, but to determine whether the factor is logically, technically, and economically sound enough to be worth further testing. Your evaluation should focus on Practical Soundness with a professional mindset:
<> {code} <>
The input DataFrame has a MultiIndex of (date, ticker), grouped by ticker. Each input DataFrame is a time series of a single stock. The function outputs a pd.Series indexed by (date, ticker), with the same name as the function.
IMPORTANT: The input DataFrame is sorted in chronological order, from the earliest date at the top to the most recent date at the bottom. This is critical for evaluating time series-based factors and avoiding information leakage.
for or while loop is strictly prohibited.while True or any loop that lacks a clear and finite termination condition.Please format your response strictly as:
Practical Soundness: [Concise analysis of what is good and what needs improvement.]
Final Recommendation: Accept / Reject
Feedback for Improvement: [Precise suggestions for how the factor engineer can improve this factor.]