Jump to content
JC

DAS Change timeframe of chart group with hotkey?

Recommended Posts

I have a screen with 6 charts (3 linked to their own montages and 3 fixed using the Data Config). 

I typically watch from the open on lower timeframes but would like to flick between 1 minute, 2 minute, 5 minute and 15 minute quickly as the day progresses. 

Is it possible to switch the timeframe on a group of charts with a hotkey in DAS? 

Chart_grouping.JPG

Edited by JC
Changed title to reference DAS

Share this post


Link to post
Share on other sites

I had the same question and solved it by

1) Assigning a name to each chart (for example, i used “Chart_WL_1”,”Chart_WL_2”… and so on).

2)Assigning a hot key with the two parts.  First setting focus on the first chart with the “FocusWindow [the name of your first chart]” command.  The second part is assigning the time frame with the command “MinuteChart [time frame]”.

In my case I have six charts that I want to change at the same time with one hotkey, the script to change to five minutes looks like this:

FocusWindow Chart_WL_1; MinuteChart 5;

FocusWindow Chart_WL_2; MinuteChart 5;

FocusWindow Chart_WL_3; MinuteChart 5;

FocusWindow Chart_WL_4; MinuteChart 5;

FocusWindow Chart_WL_5; MinuteChart 5;

FocusWindow Chart_WL_6; MinuteChart 5;

Hope this helps.

Captura de pantalla 2021-07-20 235225.png

Captura de pantalla 2021-07-20 235420.png

Edited by Bashulto
  • Like 2

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.