PureBytes Links
Trading Reference Links
|
---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 Metastockusers@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 Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark
Printer at MyInks.com. Free s/h on orders $50 or more to the US & Canada.
http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/zMEolB/TM
---------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/Metastockusers/
<*> To unsubscribe from this group, send an email to:
Metastockusers-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|