Gann Turning Points

Ability to add Gann monthly and weekly swing turning points onto a daily bar chart, and to add monthly and weekly swing overlays onto a daily bar chart

Hi Brian,

The following scripts will all provide the Gann Swing Overlay plots on a Daily chart:

// Weekly Gann Swing Overlay for use on a Daily chart
GANNSWING(WEEK(), METHOD=Use Next Bar)

// Monthly Gann Swing Overlay for use on a Daily chart
GANNSWING(MONTH(), DEFAULT=SwingList, SWINGCOUNT=1, METHOD=Use Outside Bar, USEINSIDE=False, USECLUSTERS=False, USEBREAKOUT=True)

Cheers

Trevor