Sid, The only way I know to mix timeframes in the same window would be to make the daily cahrt pane a Gfx pane that you draw the whole chart yourself (not that hard based on some previous examples I have seen). The good news is that not much changes intraday on the daily chart. You could even just have one window with the daily chart a little inset. The trouble will be if you want to put studies on the Gfx chart. You really have to decide what you want in code and draw those in Gfx as well.
BR, Dennis On Jul 5, 2010, at 8:35 AM, siddha.artha wrote: > Greetings, > > I have a mundane question I can not find addressed in the help files. > > I have 2 symbols in 2 different charts, symbolA/ChartA and symbolB/ChartB, > open the same Amibroker window. > > How can I run symbolA/ChartA on 24 hours trading timeframe and run > symbolB/ChartB in the Day session? > > At the moment it apears there is no way to "unlink" the timeframe for charts > within the same window. If I change the timeframe on one chart the other > chart automatically will change. I use file > new blank chart for each one so > the default parameters are not automatically loaded. >