Login Page - Create Account

Support Board


Date/Time: Fri, 27 Dec 2024 11:33:16 +0000



Post From: Deleting all objects

[2015-06-03 13:17:23]
Kiwi - Posts: 375
HSI is fairly volatile but rarely boring. It's a great day trading contract and there's a mini called MHI for practice.

If I was doing it with ahk I'd start with the maximise window command (alt shift x?) then read the SC (whole) window title with https://www.autohotkey.com/docs/commands/WinGetTitle.htm and save the text.

Then delete drawings, pause, F9

Then compare the result of WinGetTitle with the saved text repeating until they're the same.

Finally issue the SC window restore command to unmaximize them.