add_to_watchlist
Add an instrument to one of your Stock Trackers. Stocks, ETFs, and crypto pairs are supported. Pre-checks for duplicates so you don't end up with the same ticker twice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes | Ticker symbol (e.g. AAPL, SPY, BTC-USD). | |
| ma_type | No | Moving Average Type. Defaults to EMA (Exponential). | |
| watchlist | Yes | Name of one of your Stock Trackers (e.g. 'My Tech Picks') or its id. | |
| asset_type | Yes | Asset type. Required by the underlying endpoint. | |
| added_price | No | Optional: the price when added, for entry-price tracking. |