PureBytes Links
Trading Reference Links
|
Jose - I can't get this to plot - just a blank
inner window. Any ideas? Thanks, David
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
Jose
To: <A
title=equismetastock@xxxxxxxxxxxxxxx
href="">equismetastock@xxxxxxxxxxxxxxx
Sent: Wednesday, March 03, 2004 3:17
AM
Subject: [EquisMetaStock Group] Re:
useful indicator
---8<-------------------------------------pds1:=Input("small
SMA periods",1,2520,21);pds2:=Input("large SMA
periods",1,2520,252);pdsN:=Input("normalizing periods
(1=none)",1,2520,252);a:=Mov(C,pds1,S);b:=Mov(C,pds2,S);d:=a-b;norm:=(d-LLV(d,pdsN))/(HHV(d,pdsN)-LLV(d,pdsN)+.000001)*100;norm---8<-------------------------------------jose
'-)--- In equismetastock@xxxxxxxxxxxxxxx, "janus67"
<janus67@xxxx> wrote:> this is a simple little indicator i've
made which is useful to find top and> bottom areas, similar to a
MACD, however, it's a "price" relative thing and> therefore no good
as an Exploration.> would it be possible for Jose, Roy ,Henry or
someone else to "normalise" it> please and make it more
useful.> try it out, vary the numbers if you like> >
> a:=Mov(C,20,S);> b:=Mov(C,250,S);> d:= a-b;>
d> > thanks Keith
Yahoo! Groups Links
To visit your group on the web, go to:http://groups.yahoo.com/group/equismetastock/
To unsubscribe from this group, send an email to:equismetastock-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|