ui_mouse_click
Simulate a mouse click at specified x,y coordinates on the TradingView window to interact with chart elements and execute trading actions.
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) |