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

Re: verify



PureBytes Links

Trading Reference Links

>{Indicator: Velocity}
>Inputs: Price(Close),R(6),S(11);
>Vars: Dist(0),Velo(0);
>
>Dist=Price-Price[R];
>Velo=Dist/R;
>
>Plot1(Velo,"Velocity');<<<<<<< My mistake:should be
Plot1(Velo,"Velocity");
>Plot2(0,"Zero");
>