Indicator: Multi-Colored Plots in the reference samples. There is a problem when the line rises or falls for just one bar. Lets say the line is rising, falls for one bar, then resumes rising. The lookback feature in the reference sample to connect the line has the side effect of connecting the line continuously on top of the one bar falling segment:1 2 3
U U U
1 2 3 4
U U U
D D
1 2 3 4 5
U U U U U
D D
Bar 5 put a U at 5 and 4, connecting it to 3. Is there a way around this?

Comment