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"); >