Jump to content

We have moved to Discord. Please click here to join us in the Trading Terminal Discord server.



These forums are read-only.

JC

DAS Change timeframe of chart group with hotkey?

Recommended Posts

JC

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
Bashulto

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
Nuno

Many thanks man! Loved it!

Share this post


Link to post
Share on other sites

[[Template core/front/global/mobileNavigation is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]]

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.