Have you ever needed a 4 minute, 9 minute or 27 minute chart?
The solution is to use a hotkey or hot button.
You need to name the chart window. In my case it is MY1MIN
Then you need to call the function on the focused window
focuswindow MY1MIN;
MinuteChart 27;
Or with the newer better syntax call the object
$MY1MINWINDOW=GetWindowObj("MY1MIN");
$MY1MINWINDOW.MinuteChart 23;
Minimum is 1 minute for now and only whole numbers are allowed but that can change in the near future so stay tuned.
Be nice if DAS did a 10 second chart.
Very cool, thanks Peter. What's the maximum timeframe? Can you do quarterly or yearly charts?