Average value H:= (average value *1.007);
Volume: =SUM(VOL,6)>REF(MA(VOL,30), 1)* 10;
Sideways: = ((HHV (close, Barscount (close))-LLV (close, Barscount (close))/close) <1;
Horizontal rise: = sideways and heavy and (C> average h);
Filter (horizontal increase,100);
Passing the test can remind you and I hope it can help you.