A: This is a solution using a DYO.
Lines A through F find the ranges of the 6 prior bars and stores these range values in consecutive Global Variables [1]..[6]. Line G finds the smallest value in this set of 6 values and stores this smallest value in GV[7]. Line H compares the smallest value with the current bar's Range, and marks the current bar with the chevron marker when its range is smaller.