PureBytes Links
Trading Reference Links
|
Plot(PDI(45)-MDI(45),"",colorBlack,8);
Plot(EMA(PDI(45)-MDI(45),20),"",colorWhite,8);
----- Original Message -----
From: "bruiserbbq" <bruiserbbq@xxxxxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Saturday, September 04, 2004 4:14 AM
Subject: [amibroker] Re: Directional Oscillator Help
> Thanks yuki, here's what I have so far....but I get the "bad
> arguments error:
>
> Plot(PDI(45)-MDI(45),colorBlack,8);
> Plot(EMA(20)(PDI(45)-MDI(45),colorWhite,8);
>
> Title=Date()+" "+EncodeColor(colorBlue)+Name()+" "+FullName()
> +"Directional Oscillator";
>
>
>
>
>
>
> 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 --------------------~-->
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/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/
|