PureBytes Links
Trading Reference Links
|
It appears you haven't asked it to display anything.
All the:
Something:= whatever;
are definition statements.
There is no plot statement.
Something like
B;
At the end should solve it.
>From: "hcour" <hcour@xxxxxxxxx>
>Reply-To: equismetastock@xxxxxxxxxxxxxxx
>To: equismetastock@xxxxxxxxxxxxxxx
>Subject: [EquisMetaStock Group] Indicator Won't Display
>Date: Thu, 22 Feb 2007 06:48:58 -0000
>
>I'm trying to use an old indicator I wrote but it won't show up in the
>window. I don't get any error msgs, it's just not there. I had used it
>in the past, though I think I was using MS 7.1 then, I'm now using
>7.2. This is the indicator, UDPC is Up Day, Positive Close and HVWS is
>Higher Volume, Wider Spread, etc:
>
>UDPC:=(C>((H-L)*.5)+L) and C>Ref(C,-1);
>UDNC:=(C<((H-L)*.5)+L) and C>Ref(C,-1);
>DDPC:=(C>((H-L)*.5)+L) and C<Ref(C,-1);
>DDNC:=(C<((H-L)*.5)+L) and C<Ref(C,-1);
>HVWS:=((H-L)>Ref((H-L),-1)) and V>Ref(V,-1);
>HVNS:=((H-L)<Ref((H-L),-1)) and V>Ref(V,-1);
>LVWS:=((H-L)>Ref((H-L),-1)) and V<Ref(V,-1);
>LVNS:=((H-L)<Ref((H-L),-1)) and V<Ref(V,-1);
>B:=If(UDPC and HVWS,8,If(UDPC and HVNS,7,If(UDPC and LVWS,6,If(UDPC
>and LVNS,5, If(UDNC and HVWS,4,If(UDNC and HVNS,3,If(UDNC and
>LVWS,2,If(UDNC and LVNS,1, If(DDPC and HVWS,-8,If(DDPC and
>HVNS,-7,If(DDPC and LVWS,-6,If(DDPC and LVNS,-5, If(DDNC and
>HVWS,-4,If(DDNC and HVNS,-3,If(DDNC and LVWS,-2,If(DDNC and
>LVNS,-1,0))))))))))))))));
>
>Any ideas why this won't display?
>
>Thanks,
>Harold
>
------------------------ Yahoo! Groups Sponsor --------------------~-->
Transfer from your equities account.
Receive up to $1,000 from GFT. Click here to learn more.
http://us.click.yahoo.com/aZttyC/X_xQAA/cosFAA/BefplB/TM
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/equismetastock/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:equismetastock-digest@xxxxxxxxxxxxxxx
mailto:equismetastock-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|