Type : System, Name : Conner 19
Input: LEConsec(4),SEConsec(4);
if MRO (close <= Close[1],LEConsec,1)= -1 then
buy (“LE1”) tomorrow at lowest (h,4) stop;
if MRO (close >= Close[1],SEConsec,1)= -1 then
sell (“SE1”) tomorrow at highest (l,4) stop;{anchors stop to entrybar low and high}
if BarsSinceEntry >0 then exitlong (“LX2”) from entry (“LE1”)
at$ low – 2 points stop;
if barsSinceEntry >0 then exitshort (“SX2”) from entry (“SE1”)
at$ high + 2 points stop;