Mike, Thank you very much for your kind reply.
It is dead end for me. May be, I have to place my request properly. Price is already plotted along with moving averages and Bollinger Bands. I just want to overlay the volume bars at the bottom of the screen. So that, the area available for price plot is not reduced and at the same time the volume spikes do not go up to the top of window. Hope, I am clear. Thank you once again. Warm Regards --- In [email protected], "Mike" <sfclimb...@...> wrote: > > Multiple plots on a single pane have been discussed in the following thread. > Read through it and see if it's what you want: > > http://finance.groups.yahoo.com/group/amibroker/message/143807 > > Mike > > --- In [email protected], "osp2osp" <osp2osp@> wrote: > > > > > > Hi, > > > > Thanks for the reply. I tried that already. > > > > Plot(Volume, "",MyVolCol,styleOwnScale+styleHistogram,0,20); > > > > Not getting the desired the results. > > > > Thank You Very Much. > > > > Regards. > > > > --- In [email protected], Keith McCombs <kmccombs@> wrote: > > > > > > Check AFL Help for how to use Plot() function. You need to use sixth > > > parameter, maxvalue. > > > > > > osp2osp wrote: > > > > > > > > > > > > Hi, > > > > > > > > I like to plot the volume in the price window itself and tried the > > > > following: > > > > > > > > Plot(Volume, "Vol",MyVolCol,styleOwnScale+styleHistogram); > > > > > > > > It plots the volume bars in entire price window. > > > > > > > > I need help to plot ie. overlay volume at the bottom of the price > > > > window, taking not more than 20% of the entire price window. > > > > > > > > Request someone to help me. > > > > > > > > Thank you very much. > > > > > > > > Warm Regards. > > > > > > > > K Karunakaran > > > > > > > > > > > > > >
