You can normalize any indicator by the ratio: (ind - lovalue) / (hivalue - lovalue)) * 100
Bill ----- Original Message ----- From: "itmwh" <[EMAIL PROTECTED]> To: <[email protected]> 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 > > > > > > -- > 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 > >
