PureBytes Links
Trading Reference Links
|
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
>
>
>
> Check AmiBroker web page at:
> http://www.amibroker.com/
>
> Check group FAQ at:
> http://groups.yahoo.com/group/amibroker/files/groupfaq.html
>
>
> Yahoo! Groups Sponsor
>
> ADVERTISEMENT
>
<http://us.ard.yahoo.com/SIG=129mr3kgo/M=295196.4901138.6071305.300117
6/D=g
>
roups/S=1705632198:HM/EXP=1096122278/A=2128215/R=0/SIG=10se96mf6/*http
://com
> panion.yahoo.com>
>
>
> 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
> <mailto:amibroker-unsubscribe@xxxxxxxxxxxxxxx?subject=Unsubscribe>
> *
> * Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service
> <http://docs.yahoo.com/info/terms/> .
>
>
>
>
> [Non-text portions of this message have been removed]
------------------------ Yahoo! Groups Sponsor --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/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/
|