| Lee & Henry, Option Simulator's scan program can handle a search for higher than average call volume:
 
 Query:         stock
 Sort:             100*(cvol[0]-ave(cvol,1,21))/ave(cvol,1,21)
 Save:           cvol[0],ave(cvol,1,21),cvol[1]
 
 This basically searches all stocks that you have in the database that you are searching, it sorts them starting with highest percent of average call volume and then prints out a list that shows the percent of call volume today vs average call volume, today's call volume, last 21 day call volume, and yesterday's call volume.
 |