global-flow-pulse
5-day capital flow momentum dashboard across US, Japan, South Korea, and Hong Kong markets — 3-section output: hero inflow/outflow ETF scorecards, detailed flow data table, and market sentiment monitor. TRIGGER when: user asks for cross-market capital flow momentum, global money flow pulse, 5-day market flow snapshot, inflow/outflow ETF ranking, or capital flow dashboard. DO NOT USE when: user wants single-stock analysis, sector rotation, or long-term macro regime diagnosis.
Creator
Feng Jiang
Created time
Jul 20, 2026
Last update
Jul 24, 2026
Version
V1
Usage
11 Installs · 7 Runs
How it works
Global Flow Pulse Skill
Generate a 3-section capital flow dashboard covering US, Japan, South Korea, and Hong Kong. Output language: match the user's language (default English; use Chinese if the user writes in Chinese).
ETF Universe (7 ETFs, 4 regions)
Benchmark Indexes (5 indexes, 4 regions)
Step 1 — Fetch All Data (parallel)
Run all marketChart calls simultaneously (interval=1d, from = 8 calendar days ago):
- All 5 benchmark indexes (no adjustment needed for indexes)
- All 7 ETFs (adjustment=dividend_adjusted)
Step 2 — Compute Metrics
For each ETF and index bar series:
5-day return:
- Base =
bars[n-6].adjClose(or.closefor indexes); latest =bars[n-1] - ret5 = (latest − base) / base × 100
- If fewer than 6 bars: use earliest available, flag shorter window
Volume trend (ETFs only):
- vol_trend = (mean of last-5-session volumes − base-session volume) / base-sess