ui_evaluate
Execute JavaScript directly in TradingView page context to automate chart analysis, interact with UI, and integrate with trading workflows.
Instructions
Execute JavaScript code in the TradingView page context for advanced automation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expression | Yes | JavaScript expression to evaluate in the page context. Wrap in IIFE for complex logic. |