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

RE: WCVFI



PureBytes Links

Trading Reference Links


It would be something like that, although I think the CV part is not
correct.  I believe it has to start count backward and don't think Cum
function does that. It is not clear to me when or which date it has to start
counting backward.

Woods cum Volume Float indicator

Float:=Input("Stock Float" ,1,10,9);
CV:= Cum(VOLUME);
If(CV >= Float,1,0);

> -----Original Message-----
> From: owner-metastock@xxxxxxxxxxxxx
> [mailto:owner-metastock@xxxxxxxxxxxxx]On Behalf Of
> leo.timmermans.lt@xxxxxxxxxxxxxxxx
> Sent: woensdag 30 augustus 2000 10:28
> To: - *metastock@xxxxxxxxxxxxx
> Subject:
>
>
> Hello,
>
> Has anybody implemented the WCVFI (Woods Cumulative Volume
> Float Indicator) and
> willing
> to share it ? Anybody experience with Float Analysis ?? (see
> www.floatanalysis.com)
>
> Thanks,
>
> Leo
>





  • References: