BBT Member 001 27 Posted September 26, 2019 I want to be able to change all my charts anchored to different montages to the same time frame with just a hotkey. The first 5 minutes of market open I will use the 1 minute and after that I want to look at the 5 minute chart. I would like to just press a hotkey that will change them all. Any ideas? Thanks in advance. Share this post Link to post Share on other sites
KyleK29 257 Posted October 10, 2019 Yes, but you'd need to do some config before hand. You need to go to the titlebar of each chart window you want to change (see image) and give it a unique name. For my example, I changed my B-Montage 1minute chart name to "CHARTB1M" and my A-Montage to "CHARTA1M". You then need to do a hotkey with FOCUSWINDOW CHARTNAME; CHART-COMMAND for each chart you want to switch. So for my example, changing two of my designated charts from 1minute to 5minute, my hotkey would be like this: FOCUSWINDOW CHARTB1M; ZoomFit;MinuteChart 5 10d; NumBar 50; FOCUSWINDOW CHARTA1M; ZoomFit;MinuteChart 5 10d; NumBar 50; 1 --------------------------------------------------------- ○ Profile / Project Pages (Dynamic Hotkeys, StreamDeck Files, and other contributions are located here) Share this post Link to post Share on other sites
BBT Member 001 27 Posted October 18, 2019 Thanks, I noticed it only works if you have everything as an MDI Child. If it pops out, it only works for 1 Thanks Share this post Link to post Share on other sites