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

WCVFI : another try



PureBytes Links

Trading Reference Links

Hello,

I've made another try, this one counts volume backwards.
If you plot BackVolume, I hope,  you see it starts with volume on the last day
and
adds volume each day in a cumulative way

BackVolume:=LastValue(Cum(V))-Cum(V)+V;
FloatShares:=input("# Float Shares : ", 1,1000000000,1000000);
if(BackVolume>FloatShares,+1,-1);

Regards,
Leo