watch

Solid

Watch live IDX turnover and order books for unusual activity — value surges, auto-reject approach, one-sided depth, walls appearing or withdrawn, quiet stocks waking up, UMA flags — plus delayed print-by-print attribution and end-of-day broker context. Use when the user runs /watch, or asks what is trading right now, who is moving, whether anyone is dumping, or where the money is going in the Indonesian market.

AI & Automation 35 stars 12 forks Updated 3 days ago MIT

Install

View on GitHub

Quality Score: 86/100

Stars 20%
52
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Watch live IDX turnover `/watch <stocks|watchlist|all> <time-frame> <prompt>` ``` /watch BBCA,ANTM 30s is anyone dumping /watch watchlist 1m what is moving /watch watchlist:Bandar 30s any unusual size /watch all 5m where is the money going ``` ## What this actually does — read before answering It takes **two readings of the market some seconds apart and reports the difference.** That is the whole mechanism. `Δvalue / Δfrequency` is the average rupiah size of the prints that landed in the window. **It does not watch continuously.** One command, one window, one answer. Nothing runs afterwards, nothing will notify the user later. If they ask to be told when something happens, say plainly that this samples on demand and a background watcher does not exist yet. **It does not judge whether anything was big.** No threshold is defined — see *The cutoff question* below, which is not optional. ## Step 1 — read the arguments They arrive as `$ARGUMENTS` (individually as `$1`, `$2`, …). If nothing was substituted, take them from the user's message after `/watch`. | position | meaning | accepted | |---|---|---| | 1 — **scope**, required | what to look at | `BBCA` · `BBCA,ANTM` · `watchlist` · `watchlist:Name` · `all` | | 2 — **interval**, optional | how long a window to measure | `20s` · `30s` · `1m` · `5m` · `realtime` (also `menit` / `detik`) | | 3+ — **prompt**, optional | the question, in the user's own words, either language | anything | **Only the scope is required.** Fil...

Details

Author
INo-xious
Repository
INo-xious/stockbit-mcp
Created
1 months ago
Last Updated
3 days ago
Language
TypeScript
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category