trading-signal

trading signal

binance 939 ↓ 7.7k updated 25d ago
Claude Code
View source ↗

What it does

  • pageSize cap is 100 — larger values are silently clamped upstream.
  • status enum (map to user-friendly language when summarizing):
  • active — signal still valid
  • timeout — exceeded observation window (may still be informative, but stale)
  • completed — reached target / stop loss
  • direction is buy or sell — always include this when summarizing a signal.

Requirements & configuration

  • Get token tags (e.g., Pumpfun, DEX Paid)

Configuration: CT_501

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

trading signal

Source

Repository: https://github.com/binance/binance-skills-hub

trading-signal FAQ

What does the trading-signal skill do?

| Per-trade smart-money signals — each result is a discrete buy or sell event from a tracked smart-money wallet, with trigger price, current price, max gain since trigger, and exit rate. BSC and Solana only. Use for: "smart money buy signal on $X", "any whale just bought $Y", "alpha signals in the last hour", "copy-trade-worthy signals", "trigger price and max gain on these trades", "on-chain trading signals from smart money". pageSize cap is 100 — larger values are silently clamped upstream. status enum (map to user-friendly language when summarizing):

What does trading-signal require?

Get token tags (e.g., Pumpfun, DEX Paid) Configuration keys: CT_501.

How do I install trading-signal?

Run: npx -y skills add https://github.com/binance/binance-skills-hub --skill trading-signal --agent claude-code — the source lives at github.com/binance/binance-skills-hub.

Maintain trading-signal?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

trading-signal on getagentictools
[![trading-signal on getagentictools](https://getagentictools.com/badge/skills/binance-binance-skills-hub-trading-signal.svg)](https://getagentictools.com/skills/binance-binance-skills-hub-trading-signal?ref=badge)
npx agentictools info skills/binance-binance-skills-hub-trading-signal

The second line is the CLI lookup for this page — handy in READMEs and docs.