PureBytes Links
Trading Reference Links
|
For practical purposes Log visualizes volatility: a straight line on
a log chart implicates zero (low) volatility.
A log chart is either a chart with a (vertical) log scale or a plot
of log(Data) instead of Data (on a normal scale).
In your case, should a plot of log(MA(V,50)) turn out pretty
straight, then MA(V,50) itself behaves neatly: not many wild swings
away from its average day-to-day change.
-treliff
--- In amibroker@xxxxxxxxxxxxxxx, Graham <kavemanperth@xxx> wrote:
>
> log is the logarithmic function calculating the value of X in e^X
> same as log10 which is base 10 logs
>
> log10(10) = 1
> log10(100) = log10(10^2) = 2
>
>
>
> --
> Cheers
> Graham
> AB-Write >< Professional AFL Writing Service
> Yes, I write AFL code to your requirements
> http://www.aflwriting.com
>
>
> On 26/03/07, bernardedmond01 <bernardedmond01@xxx> wrote:
> > Could somebody please explain to me (preferably in not-too-
technical
> > language) what the log function does? I understand it's a
logarithm
> > and I've looked at some of the examples in the library but I'm
none
> > the wiser. For example, what does "log (MA(V,50))" mean? Is it a
> > smoothing of the MA of the Volume or something else?
> > Thanks in advance.
> >
> >
> >
> > 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
> >
> >
> >
> >
>
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/
|