evaluate_trading_signal
Evaluate trading signals using a 10-combo scoring engine that analyzes institutional, foreign, and short-selling data to produce a STRONG_BUY to AVOID grade with expected return and win rate.
Instructions
Evaluate a trading signal using the 10-combo scoring engine. Provide institutional/foreign/short-selling data to get STRONG_BUYAVOID grade with expected return and win rate. Data represents a D-60 to D-day window split into early (D-60D-30) and late (D-30~D-day) halves.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| phase | No | Clinical trial phase, e.g. "Phase 3" — applies phase multiplier to expected return | |
| data_points | Yes | Number of trading days of data | |
| foreign_net_late | Yes | Foreign net buy total for late half | |
| foreign_net_early | Yes | Foreign net buy total for early half | |
| short_selling_late | Yes | Average short selling ratio (%) for late half | |
| short_selling_early | Yes | Average short selling ratio (%) for early half | |
| institutional_net_late | Yes | Institutional net buy total for late half (D-30~D-day) | |
| institutional_net_early | Yes | Institutional net buy total for early half (D-60~D-30) | |
| short_selling_ratio_avg | Yes | Average short selling ratio (%) for full period |