get_market_features
Fetch and compute the feature vector for a forex pair, providing ticker, timestamp, and feature values needed for generating UP/DOWN signals.
Instructions
Fetch and compute the feature vector for a forex pair.
ticker: 'EURUSD=X' or 'GBPUSD=X'
Returns {ticker, as_of, features: {feature_name: value}} on success, or {error: reason} if the ticker is unsupported or data cannot be fetched. Call this first, inspect the features, then pass them to get_forex_signal.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||