PureBytes Links
Trading Reference Links
|
Thanks guys
exactly what I was after, this is such a beautiful world.
Peter
--- In amibroker@xxxxxxxxxxxxxxx, "Dave Robinson"
<robinson_dave@xxxx> wrote:
> Herman van den Bergen gave a really nive formula for volume overlay
> in a prior post. See:
>
> http://finance.groups.yahoo.com/group/amibroker/message/69218
>
> Here it is:
> Vl=LastValue(ValueWhen(
> Status("LastVisiblebar"),Highest(Status("barvisible")*Volume)));
>
> ScaleFactor = Param("VolumeScalefactor",1,1,10,0.1);
>
> Plot( Volume, "Volume", colorCustom3, styleHistogram + styleThick +
> styleOwnScale + styleNoLabel,0,Vl*ScaleFactor);
>
> Hope this helps,
> Dave
>
> --- In amibroker@xxxxxxxxxxxxxxx, Terry <MagicTH@xxxx> wrote:
> > Use either StyleOwnScale or StyleLeftAxisScale on one of your
> plots. I
> > suggest using it on the volume plot.
> > Plot(V,"Vol",colorBlue,styleHistogram|styleOwnScale);
> > --
> > Terry
> >
> >
> > From: "lamplowman" <lamplowman@xxxx>
> > Reply-To: amibroker@xxxxxxxxxxxxxxx
> > Date: Fri, 24 Sep 2004 14:22:41 -0000
> > To: amibroker@xxxxxxxxxxxxxxx
> > Subject: [amibroker] Volume overlay
> >
> > Is there any way to add a volume overlay that looks nice on a
chart
> I
> > have built.
> >
> > Have tried
> > Plot(V,"Vol",colorBlue,styleHistogram);
> > but this seems to take up all my chart area and push my indicator
> > down the bottom.
> >
> > Peter
> >
> >
------------------------ Yahoo! Groups Sponsor --------------------~-->
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|