Gann swing

I want to write an end of day scan for a daily Gann Swing chart UP and for a weekly Gann Swing UP. Thanks

Hi Gareth,

Try this:

//get weekly data
gs1 = WEEK();
GANNSWING(gs1) IsUp and
//daily data
GANNSWING() IsUp

Click on the GANNSWING() function to set the swing count and inside/outside options.

Sign in here for more info on scripting for swings:

https://learn.optuma.com/course/advanced-scripting/?course_type=content&course_page=1&lecture=10