watchlist_import
Imports symbols from a JSON file into the TradingView watchlist, supporting merge or replace modes and a dry run to preview changes.
Instructions
Import symbols into the TradingView watchlist from a JSON file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | merge = add missing symbols; replace = sync list to file | merge |
| dry_run | No | Preview changes without modifying the watchlist | |
| file_path | Yes | Path to the JSON file previously exported by watchlist_export |