PureBytes Links
Trading Reference Links
|
Only code I have is below - TJ posted this on the Amibroker.com
message board:
Graph0 = GetExtraData("MoneyStream");
--- In amibroker@xxxxxxxxxxxxxxx, Jason Hart <jhart_1972@xxxx> wrote:
> Ed,
>
> Could you post the Moneystream code? I've been dying to get this
code. There was a discussion a few months ago about this but no one
tracked it down, only TSV.
>
> Thanks,
> Jason
>
> Ed <reach1136@xxxx> wrote:
> 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
>
> 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 the Yahoo! Terms of
Service.
>
>
>
> ---------------------------------
> Do you Yahoo!?
> New Yahoo! Photos - easier uploading and sharing
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/
|