ui_mouse_click
Click at exact x,y coordinates on the TradingView window to interact with charts, buttons, or elements. Supports left, right, middle buttons and double-click for precise control.
Instructions
Click at specific x,y coordinates on the TradingView window
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate (pixels from left) | |
| y | Yes | Y coordinate (pixels from top) | |
| button | No | Mouse button (default left) | |
| double_click | No | Double click (default false) |