Support Board
Date/Time: Sun, 24 Nov 2024 02:26:15 +0000
Post From: Changing Chartbooks with hotkey ?
[2022-07-06 16:16:56] |
JohnR - User831573 - Posts: 306 |
I would think about this route as a solution to your issue. First make the main SC window active, then select the menu item CB, by keying ALT B, then either cursor down to the item you want, or if they are started with different letters/ numbers key in that and then press enter. You can play with the delay between commands. I chose 200ms. Win=# + Alt=! + s = brings 7 SierraChart chart windows to the front for ES or Oil Daily use>> key combo WIN_ALT_s SetTitleMatchMode RegEx jorTitle = Sierra Chart if WinExist(jorTitle) { WinActivate ; sleep,200 Send !b sleep,200 Send {down}{down} sleep,200 Send {Enter} sleep,200 } |