Login Page - Create Account

Support Board


Date/Time: Thu, 02 May 2024 15:14:10 +0000



Post From: AutoHotkey Chart select

[2020-06-30 15:06:03]
JohnR - User831573 - Posts: 300
I am not a pro AHK user, but I have a few things working for SierraChart.

1 - if your chart window is always in the same place, in your script, move the cursur to position x,y and then execute click left

or 2 - if you load your charts in the same sequence all the time, you can use the Window Spy capability to find the location of the window in the taskbar if they are detached windows and then send a click command. (I have 7 detached chart windows that I have a AHK script that brings them all to the foreground in a specific sequence. Then after that I move the cursor to a location on the desired window click to activate that window and then simulate a Ctrl-End to scroll the chart to the end of chart and have all other windows synch to the end of charts as well using global cursor.

option 3 - within SC Menu -> Window -> select "GoTo Chart Number" then Send chart # and Enter keys.

Hope that helps.

JohnR
Date Time Of Last Edit: 2020-06-30 17:52:43