PureBytes Links
Trading Reference Links
|
It is not as "unusable" as Gerard's OBV or the DVB, but I try to
unuse the following:
_SECTION_BEGIN("OBV Derivative");
Periods = Param("Periods", 20, 2, 300, 1, 10 );
x = 100 * ((OBV() - EMA(OBV(),Periods))/EMA(OBV(),Periods));
Plot( x, _DEFAULT_NAME(), ParamColor("Color", colorCycle ), ParamStyle
("Style") );
PlotGrid(0, colorGrey40);
_SECTION_END();
--- In amibroker@xxxxxxxxxxxxxxx, "Gerard Carey" <gcfinance@xxx>
wrote:
>
> We are here looking for "usable" insights when it comes to Volume.
> In the attached document we compare the Dow Volume Bigot with
> probably the most popular volume indicator ? On Balance Volume
>
> For those unable to receive attachments I will place it in the files
> section. However I'm unable to access it at the moment so send me an
> email if you want me to forward you the document.
>
> Regards and good trading
> Gerard
>
> --
> http://www.fastmail.fm - Does exactly what it says on the tin
>
------------------------------------
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
For other support material please check also:
http://www.amibroker.com/support.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
|