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 }
|