52 week Hi Lo Range Plot this onto of the price A:=Ref(HHV(H,255),-1); B:=Ref(LLV(L,255),-1); M1:=B+((A-B)*.236); M2:=B+((A-B)*.382); M3:=B+((A-B)*.5); M4:=B+((A-B)*.618); M5:=B+((A-B)*.764); A;M5;M4;M3;M2;M1;B; plots 7 lines It shows where in the 52 week range where the price is