detect_follow_through_day
Confirm a new uptrend by checking if a follow-through day occurs after a rally attempt, using TOPIX z-score and volume conditions.
Instructions
Check whether a follow-through day (フォロースルーデイ) confirms a new uptrend. All plans.
Use when asking if a rally attempt is confirmed (IBD method): TOPIX z-score ≥ +sigma on session 4+ from rally_start, with higher market turnover. See also detect_distribution_days. Data available ~17:15 JST on trading days.
[Supported plans] Free / Light / Standard / Premium (cache-only, no API call)
Args: rally_start: Rally attempt start — the low/reversal day (YYYYMMDD or YYYY-MM-DD). date: Date to check (YYYYMMDD or YYYY-MM-DD). Defaults to latest cached date. sigma_multiplier: z-score threshold (default 2.0).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rally_start | Yes | ||
| date | No | ||
| sigma_multiplier | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||