scan stock database if index change is greater then 1 percent/day
a = price change(per share)
b = Prev. Days Close
c = inx.xPC
d = inx.xC
(b/a) x 100 = percent change
(c/d) x 100 = percent change of index
((b/a) x 100)/((c/d) x 100) = e
if e is greater then 1, result = watchlistday 1
watchlistday 2
watchlistday 3
filter list based on (a) x volume traded per that day (sort for the highest)
pick 10 stocks that are common to all three days.
next day index increases 1% buy on the close last 15 minutes that list of 10,
exit on third day or when index falls greater then 1 percent.
a = price change(per share)
b = Prev. Days Close
c = inx.xPC
d = inx.xC
(b/a) x 100 = percent change
(c/d) x 100 = percent change of index
((b/a) x 100)/((c/d) x 100) = e
if e is greater then 1, result = watchlistday 1
watchlistday 2
watchlistday 3
filter list based on (a) x volume traded per that day (sort for the highest)
pick 10 stocks that are common to all three days.
next day index increases 1% buy on the close last 15 minutes that list of 10,
exit on third day or when index falls greater then 1 percent.