thanks bill and rakesh, for you kind help. kind regards/ itmwh
----- Original Message ----- From: wavemechanic To: [email protected] Sent: Monday, May 21, 2007 3:21 AM Subject: Re: [amibroker] Need help to rewrite MACD 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 > > -- 我正在使用为个人用户设计的免费版本的SPAMfighter 。 到目前为止,它已经删除了512封垃圾邮件 . 付费的用户在他们的邮件里没有这则消息. 在这里可以得到免费的SPAMfighter: http://www.spamfighter.com/lzh
