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

L. Williams Pro Go indicator



PureBytes Links

Trading Reference Links

{This is a POSSIBLE code implementation of the Larry Williams Pro Go
indicator}

PublicBUY:=Mov(O-Ref(C,-1),14,E);
ProBUY:= Mov((C-O),14,E);
ProBuy;
PublicBUY;
ProBuy-PublicBUY >0; {Show crossovers}

{This code needs to be verified for accuracy  to accomplish the L.
Williams
approach.

Steve Bell, Tucson, Arizona }