PureBytes Links
Trading Reference Links
|
On Fri, 12 October 2001, "j seed" wrote:
>
> Try these!
>
> J.
>
> {Williams-Professionals}
> Prof:=Mov(O - C,7,S);
> (((Sum( Prof - LLV(Prof,7),7)) /
> Sum((HHV(Prof,7) -
> LLV(Prof,7)),7)))*100;
> 25;75;
>
> {Williams-Public}
> Public:= Mov(O - Ref(C,-1), 7, S);
> ((((Sum( Public - LLV(Public,7),7)) /
> Sum((HHV(Public,7) -
> LLV(Public,7)),7)))*100);
> 75;25;
>
> ************REPLY SEPARATOR*******Oct 12 2001********* THANKS ANIL AND NOW ALSO TO J.SEED: I understand how to use Anil's code which is basically according to the previously public copy amd paste info. But,I wouldn't mind a brief explanation from J.Seed. : J,your code seems very interesting too!Do you look for crossovers between public and professionals or do you use them independently (at 25 and 75 horizontal lines...)--Anything you can tell me/list would be much appreciated.Please and thanks!!! , Len on behalf of myself and interested list.
>
> > > THANKS to whosoever can do this for all of us here on the list.
> > The Disclaimer:Everything on this post or anything or anyone in
> >connection with it is not liable for poor trading results.Trade ONLY with
> >fake,paper money.
__________________________________________________________
Get your FREE personalized e-mail at http://www.canada.com
|