OHLC 6 DWM A1:=Sum((O+H+L+C),6)/24; A2:=Sum((O+H+L+C),30)/120; A3:=Sum((O+H+L+C),127)/508; Coef:=Input("Percent",.001,5,.01); UC10:=A2+(A2*(Coef*10)); LC10:=A2-(A2*(Coef*10)); Ref(A1,-1);A1;Ref(A2,-1);A2;Ref(A3,-2);A3;UC10; LC10; This indicator plots 8 lines,Change the color of the Ref lines to red, change thr color of the A lines to green and change the color of the UC and LC lines to purple What this indicator tries to do is to take the average of all of the prices of the past six days and plot them on a daily chart. Then it takes the average of all of the prices of the past six weeks and plot them on the Daily Chart.Then it takes the average of all of the prices of the past six months and plots it on the Daily Chart. It then uses the Weekly value and sets 10 % bands for extreme areas *****OHLC 6 DWM Binary***** A1:=Sum((O+H+L+C),6)/24; A2:=Sum((O+H+L+C),30)/120; A3:=Sum((O+H+L+C),127)/508; B1:=If(Ref(A1,-1)