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

WCVFI - Float Analysis



PureBytes Links

Trading Reference Links

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