Two TimeFrame in two sheets

#7
Yes, you can have more than one chart, with different time frames in one window.

Look in the Amibroker Help menu, Tutorial, User interface and "Working with chart sheet and window layouts". There you will find the answer.

Regards
 
#8
Thank you. I am getting if I have two charts. Is it possible to have in two sheets? Because in chart if I change script name in chart 1 and chart 2 will remain same.

My requirement is let say I have selected nifty. now sheet 1 should have 5 minutes chart and sheet 2 should 30 minutes chart. if I select tcs then sheet 1 5 minutes and sheet 2 30 minutes and goes on..

is it possible using afl or any other ways? Thanks
 

ocil

Well-Known Member
#9
thank you. I am getting if i have two charts. Is it possible to have in two sheets? Because in chart if i change script name in chart 1 and chart 2 will remain same.

My requirement is let say i have selected nifty. Now sheet 1 should have 5 minutes chart and sheet 2 should 30 minutes chart. If i select tcs then sheet 1 5 minutes and sheet 2 30 minutes and goes on..

Is it possible using afl or any other ways? Thanks
it is possible using afl.
START IN THE AFL USE :---- TimeFrameSet(in30Minute);
END IN THE AFL USE :---------TimeFrameRestore();