PaintZigZag (RTX)

Duration:09:08
Variable speed version: Watch

The PaintZigZag (PZZ) RTX Extension paints the legs of the Zig Zag indicator based on a number criteria of each leg or even each bar. PZZ provides up to 6 paint criteria with each criteria having a unique color and width. PZZ can paint each leg based on conditions such as: up sloping vs down sloping, leg volume > 50,000, leg delta > 12,000, leg move > 35 ticks. Or PZZ can individually paint each bar within each leg based on a bar by bar condition which can be provided via a signal: up bar vs down bar, bar volume > 5000, bar delta > 3500, CCI > 100 vs CCI < -100, etc. PZZ is very similar to the PaintIndicator and PaintCandles indicator in the flexibility it provides. Each paint criteria can be based on signal in varous forms: Signal True (Any Bar), Signal True (Every Bar), Signal True (First Bar), and Signal True (Last Bar). Signal True (Any Bar) will result in all bars of a leg being painted if the signal is true for any bar of the leg. Signal True (Every Bar) will paint each bar of the leg based on whether the signal is true for that bar (resulting in a single leg having 2 or more colors). Signal True (First Bar) will paint the leg if the signal is true on the first bar of the leg, and Signal True (Last Bar) will paint the leg if the signal is true on the last bar of the leg. PZZ provides a Vertical Shift checkbox with options: Up X Pixels, Down X Pixels, Inside X Pixels, Outside X Pixels. These shifting options will move the painted legs vertical allowing for vertical stacking of multiple instances of PZZ. The Inside X Pixels will paint below down legs and above up legs while the Outside X Pixels will paint above down legs and below up legs.