PureBytes Links
Trading Reference Links
|
That did it ,Al. Thanks!!
--- In amibroker@xxxxxxxxxxxxxxx, "Al Venosa" <advenosa@xxxx> wrote:
> Ed:
>
> I'm not a TC2000 subscriber, but try this:
>
> ms = GetExtraData("MoneyStream");
> mams = MA(ms,20);
> Plot(ms,"ms",colorGreen,StyleLine);
> Plot(mams,"mams",colorRed,StyleLine);
>
> Al Venosa
> ----- Original Message -----
> From: Ed
> To: amibroker@xxxxxxxxxxxxxxx
> Sent: Thursday, December 18, 2003 9:36 AM
> Subject: [amibroker] AFL help needed!
>
>
> Good Morning.
>
> Below is the AFL for Worden's "Moneystream" (from TJ). Graph0
plots
> the indicator just fine, but I am struggling to get a 20day MA of
> Moneystream to overlay the indicator. My code just plots the MA
> without the indicator..can someone tell me what I'm doing wrong?
>
> Moneystream (works fine)
> Graph0 = GetExtraData("MoneyStream");
>
> My code for MA - what's wrong?
> Plot( MA(GetExtraData ("Moneystream"), 20 ), "MAMoneystream",
> colorBlue);
>
> Thanks is advance.
>
> EdM
>
>
>
> Send BUG REPORTS to bugs@xxxx
> Send SUGGESTIONS to suggest@xxxx
> -----------------------------------------
> 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
>
>
> Yahoo! Groups Sponsor
>
>
>
>
> --------------------------------------------------------------------
----------
> Yahoo! Groups Links
>
> a.. To visit your group on the web, go to:
> http://groups.yahoo.com/group/amibroker/
>
> b.. To unsubscribe from this group, send an email to:
> amibroker-unsubscribe@xxxxxxxxxxxxxxx
>
> c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service.
>
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.552 / Virus Database: 344 - Release Date: 12/15/2003
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
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
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/
|