PureBytes Links
Trading Reference Links
|
I don't think it can be done WITHOUT MSDK. Although nice try, problem with
CUM() is that it starts counting from start of data till end of data. And
for the WCVFI it has to start counting from entry date backwards.
Anyone here with MSDK who is willing to help us out here ?????????
Mickey
> -----Original Message-----
> From: owner-metastock@xxxxxxxxxxxxx
> [mailto:owner-metastock@xxxxxxxxxxxxx]On Behalf Of
> leo.timmermans.lt@xxxxxxxxxxxxxxxx
> Sent: dinsdag 12 september 2000 8:11
> To: - *metastock@xxxxxxxxxxxxx
> 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
>
>
>
|