PureBytes Links
Trading Reference Links
|
Try:
w=EMA(H,13) + 2*ATR(10);
Plot(w,"ATR",colorWhite,8);
If that's what you're looking for
Herbert
----- Original Message -----
From: "bruiserbbq" <bruiserbbq@xxxxxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Tuesday, June 22, 2004 9:24 AM
Subject: [amibroker] Indicator help
> Hi gang, I'm having difficulty (again) converting this Metastock
> indicator to AB:
>
> Mov(H,13,E)+2*ATR(10)
>
> Here's what I have so far:
>
> Plot(EMA(H,(13) + 2*ATR(10),"ATR",colorWhite,8);
>
> But I'm getting an error...can someone fix it for me please?
>
> Thanks in advance
>
> Dumb Ol' Bruiser
>
>
>
>
>
>
>
>
> 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
>
>
>
>
>
>
------------------------ Yahoo! Groups Sponsor --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/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/
|