ui_mouse_click
Perform mouse clicks at exact x,y coordinates on TradingView window, supporting left, right, middle, and double clicks for precise UI interaction.
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) |