Ok, thanks for taking the time to get me a full chart screenshot. Helps a great deal.
I had some ideas I wanted to try and this gave me a chance to focus on that rather than searching for price patterns and assuming I was finding patterns specific to your goals.
I was not able to find a solution. I can tell you why, so that you understand what you are up against. But at this time I cannot dream of a solution. That could change.
So when you use any style type that includes a line, the platform is designed to automatically connect consecutive candles that have a value other than Double.NaN. That’s just the way it is. If you set one of the candles to zero, you will get a diagonal line that drops all the way down to zero and back again if the next bar is anything other than Double.NaN. (you can avoid this by using Double.POSITIVE_INFINITY, but it does not address your particular issue) In order to prevent a diagonal line between two candles of unequal lows, one of them has to be set to Double.NaN (or Pos/Neg Infinity). Which breaks your indicator entirely.
The only idea that comes to mind is to create multiple plots. And configure each of them to pick up isolated multiples of equal lows. In the case where you have three consecutive sets, you would need to use three different plots. And clearly define each to ignore the other two. But then what happens when you have 4 sets in a row? or 5? This is an endless exercise.
In other platforms, the programing language gives us access to drawing objects. This could easily to achieved in Sierra Chart, or TradeStation. Because those platforms let us place drawing tools on the chart.
Sorry I don’t have a solution. But at least you have learned what you are up against.
Hi Pete – Yes, I had considered that but found that the Horizontal line covered up dragonfly and gravestone dojis making the charts hard to read in those cases (more prevalent in small timeframes). Yes, I’m certain I could thicken one or the other, but visually not optimal. LINE_vs_POINTS does not obstruct the entire top or bottom line of a doji and clearly connects just the wicks, which is what I’m seeking. I haven’t figured out now to eliminate those diagonal lines.
Your screenshot lacks the ticker symbol and time frame data. I would like to be able to bring up this exact chart on my platform to see if I can solve this. Don’t want to take the time to find a place with 3 of these patterns in a row.