strong-stock-screening-overheating-alert
Surfaces constituent stocks within the strongest capital-inflow ETFs and monitors whether their trading heat has become overheated, scoring each on 5-day price momentum, 10-day large-order concentration, and institutional flow trend. TRIGGER when: ETF inflow constituent analysis, smart-money momentum screen, overheating alert, flow-confirmed hot stock ranking. DO NOT USE when: single-stock deep-dive, portfolio allocation, pure sector rotation, or general market overview.
Creator
Feng Jiang
Created time
Jul 20, 2026
Last update
Jul 21, 2026
Version
V1
Usage
3 Installs Β· 3 Runs
How it works
Strong Stock Screening & Overheating Alert
Identify the highest-inflow ETFs, extract their top constituents, and filter for stocks that are momentum-strong, not crowded, and low reversal-risk using 10-day large-order flow data.
Output language: English (translate names where helpful).
ETF Universe (7 ETFs, 4 regions)
Step 1 β Identify Top-Inflow ETFs
Fetch marketChart (interval=1d, from = 10 calendar days ago, adjustment=dividend_adjusted) for
all 7 ETFs in parallel.
Compute per ETF:
ret5= (latest close β bar[n-6] close) / bar[n-6] close Γ 100vol_trend= (mean of last-5-session volumes β base-session volume) / base-session volume Γ 100- If
vol_trend > +20%AND price is up βvol_char = Accumulation; ifvol_trend > +20%AND price is down βvol_char = Distribution; otherwiseNormal