PureBytes Links
Trading Reference Links
|
Hi bruiserbbq,
Tuesday, June 22, 2004, 4:24:15 PM, you wrote:
b> Hi gang, I'm having difficulty (again) converting this Metastock
b> indicator to AB:
b> Mov(H,13,E)+2*ATR(10)
(EMA(H,13)+2)*ATR(10)
b> Here's what I have so far:
b> Plot(EMA(H,(13) + 2*ATR(10),"ATR",colorWhite,8);
Plot(EMA(H, 13) + ATR(10)*2, "ATR", colorWhite, 8);
Yuki
------------------------ Yahoo! Groups Sponsor --------------------~-->
Yahoo! Domains - Claim yours for only $14.70
http://us.click.yahoo.com/Z1wmxD/DREIAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> 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/
|