[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: WCVFI - Float Analysis



PureBytes Links

Trading Reference Links

I believe it is the actual Float number you have to enter there . It is
mostly given in Millions of shares.  The Float is a number you can find in
the Fundamental data section.  If you want to know more go to
http://www.floatanalysis.com/

> -----Original Message-----
> From: owner-metastock@xxxxxxxxxxxxx
> [mailto:owner-metastock@xxxxxxxxxxxxx]On Behalf Of Lionel Issen
> Sent: dinsdag 12 september 2000 16:23
> To: metastock@xxxxxxxxxxxxx
> Subject: Re: WCVFI - Float Analysis
>
>
> Leo:
> Could you post a complete version of this? What does the
> quote (") in the
> formula refer to?
> Lionel Issen
> lissen@xxxxxxxxx
> ----- Original Message -----
> From: <leo.timmermans.lt@xxxxxxxxxxxxxxxx>
> To: <metastock@xxxxxxxxxxxxx>
> Sent: Tuesday, September 12, 2000 1:10 AM
> Subject: WCVFI - Float Analysis
>
>
> > Hello,
> >
> > I think the next code comes near the WCVFI.
> >
> > nshares:=input("# shares : ",1,1000000000,1000000);
> > {nshares is the floating amount of shares}
> > totalvolume:=lastvalue(cum(v));
> > if(cum(v)>(totalvolume-nshares),+1,-1);
> >
> > Any comments, improvements ....
> >
> > Again, I'm sure that someone with the MSDK could do the job
> completely in
> 2
> > minutes.
> > Anybody willing to take the challenge ....
> >
> > Regards,
> > Leo
> >
> >
>
>