How can I show two time frame window at one screen?AFL Please

Mangafreakz

Well-Known Member
#2
Cant see your chart its small.
You can try this. Go to File>New>Blank chart and in this other chart , choose your preffered timeframe. You can also have 2 Amibrokers running at the same time.
 
#4
Try this afl Multiple Timeframe

Code:
_SECTION_BEGIN("multiple timeframe");
n=Param("TM",1,1,60,1);
n_open = TimeFrameGetPrice("O",n*in1Minute,0,expandPoint); 
n_high = TimeFrameGetPrice("H",n*in1Minute,0,expandPoint); 
n_low = TimeFrameGetPrice("L",n*in1Minute,0,expandPoint); 
n_close = TimeFrameGetPrice("C",n*in1Minute,0,expandPoint); 


PlotOHLC(n_open,n_high,n_low,n_close,"TM",colorBlack,styleCandle);
 

singhboy

Active Member
#5
my question is slightly diffrent, how to set amibroker to show 2 diffrent charts with diffrent afls at one screen, or in 2 tabs? pls help if sum1 knw the setting:thanx:
 
#6
hello sir as seen in pic... u can try this... click on restort button... of chart u have open and adjust the size u want for one time frame... then go to file >new> black chart and there also click restore and adjust both charts window in such a way that u can see both of them... yes u can select diff time frame on diff chart in this way also diff AFL for both the charts......

regards
 

singhboy

Active Member
#7
where is the restore or restart ( watever u want to say ) button bro ?
 

singhboy

Active Member
#8
sorry i got restore button, but blank chart is blank, there is no option to edit afl, wen i right click on blank chart. And if i open default chart n change afl for chart image, charts on both windows change. That means both windows show same chart image, not diffrent for diffrent afls. Howeva it can show 2 diffrent time frames but not 2 diffrent afls
 

Gaur_Krishna

Well-Known Member
#9
open one chart,
click on file>new>default chart,change TF of new chart THEN click on window>tile vertically

This is one quick way of getting Multiple Time Frame charts .... Thanks Bharat :thumb:

Regards,
Gaur_Krishna

open one chart,click on file>new>default chart,change TF of new chart THEN click on window>tile vertically