Hi Guys, I was wondering how to get the previous swing high ? I have this code for the current swing high:

Print("The high of the swing bar is " + High[Math.Max(0, Swing(5).SwingHighBar(0, 1, 10))]);

Thanks
DJ