Count Criteria PB
From MultiCharts
The Count Criteria PB indicator paints the current bar if the number of bars meeting the condition specified in Criteria input is greater than or equal to the number specified in the Occur input.
Default Inputs
Criteria( close > high[1] ) sets the criteria to be evaluated over the specified length.
Length( 14 ) sets the number of bars over which to evaluate the Criteria input.
Occur( 7 ) sets the number of occurrences of the Criteria input over Length.