Automated Trading Language Documentation
Saves the mouse X coordinate.
void MouseX( const int value // coordinate )
Parameters
value
[in] The X coordinate of the mouse.
Returned value
None.
Gets the saved X coordinate of the mouse.
int MouseX()
The saved X coordinate of the mouse.