| 
 PureBytes Links 
Trading Reference Links 
 | 
This 
seems like something that could be done with AMA but I still 
get confused with this indicator. Could someone who uses AMA or 
AMA2 please add some examples to the online help section?
 Jayson 
<FONT face=Tahoma 
size=2>-----Original Message-----From: Alan Nouray 
<alann@xxxxxxxxxxxx> [mailto:alann@xxxxxxxxxxxx]Sent: Monday, 
February 24, 2003 11:47 AMTo: 
amibroker@xxxxxxxxxxxxxxxSubject: [amibroker] Metastock Formula for 
ABI am trying to translate a Metastock formula for AB. 
The formula is (Mov(C,5,vol)/Mov(C,5,S))-1. The following is what I 
wrote:period=5;VolWeightedMA=Sum((Volume*Close),period)/Sum 
(Volume,period);VMACDP05=(VolWeightedMA / 
MA(C,period))-1;Plot(VMACDP05,"VMACDP05", colorBlack, 
styleLine|styleOwnScale);Is this 
correct?AlanPost 
AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web page: <A 
href="">http://groups.yahoo.com/group/amiquote/messages/)Check 
group FAQ at: <A 
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html 
Your use of Yahoo! Groups is subject to the <A 
href="">Yahoo! Terms of Service. 
Yahoo! Groups Sponsor
  ADVERTISEMENT
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx 
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
 
 |