crypto_momentum
Analyze a cryptocurrency's price momentum across 24h, 7d, and 30d periods to produce a single score from -100 to +100, with heavier weighting on recent data.
Instructions
Score a coin's price momentum across 24h, 7d and 30d into one signal.
Returns a directional score from -100 (breaking down) to +100 (strong broad-based upward momentum), weighting recent action more heavily.
Examples: - "Does solana have momentum?" -> coin='SOL' - "Is bitcoin trending up or down?" -> coin='bitcoin'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |