% B Barics Plot this indicator in it's own window A:= 100*(If((H>O),(H-O+C-L),(C-L)) / (If((H>O),(H-O+C-L),(C-L)) + If(O>L,(O-L+H-C),(H-C)))); Mov(A,3,S) Also plot 3 lines 20,50,80