You can normalize any indicator by the
ratio:
(ind - lovalue) / (hivalue - lovalue)) *
100
Bill
----- Original Message -----
Sent: Sunday, May 20, 2007 11:20
AM
Subject: [amibroker] Need help to rewrite
MACD
>
Basically the Macd formular is as follows:
>
> DIFF =
EMA(CLOSE,S) - EMA(CLOSE,P);
> DEA =EMA(DIFF,M);
> MACD
= 2*(DIFF-DEA), COLORSTICK
>
>
>
> Now I hope
to normalize the value of MACD, so that the shape of the new
> version
of MACD looks like the above original one, but its value now
> should
be fluctuating between 0 and 100, does someone know how to
> achieve
this ? Thanks
>
>
>
> 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@xxxxxxxxxps.com
> mailto:amibroker-fullfeatured@yahoogroups.com>
> <*> To unsubscribe from this group, send an email
to:
> amibroker-unsubscribe@xxxxxxxxxxxxcom>
> <*> Your use of Yahoo! Groups is subject
to:
> http://docs.yahoo.com/info/terms/>
>
>
> --
> No virus found in this
incoming message.
> Checked by AVG Free Edition.
> Version:
7.5.467 / Virus Database: 269.7.1/807 - Release Date: 5/16/2007 6:05
PM
>
>