Is there an easy way to plot the price value and the size of the price leg (i.e. how much did the market move from the high to low or low to high) to the zig plot in the following code? Thanks.
pr=Param(“ZigZag change amount”,1,1,50,1);
zzHiLo=Zig(x,pr);
Plot( zzHiLo, “”, colorSkyblue, styleLine);