PureBytes Links
Trading Reference Links
|
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
>
>
|