Hi there,
I'm trying to build a custom indicator I can use on native rt investor zigzag. The idea is to calculate the ratio of the current wave volume to the average volume of other 10 waves, both up waves and down waves. So for instant if the wave shows 1.4 it means that this wave is 150 percent of the average of last 19 waves. I'm positive it is pretty simple for somebody who does coding, but I'm struggling with implementation. Any help?
PaintZigZag (RTX)
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.



