Hi every one,

I'm quite new to qc and I'm trying my hardest to automate my trading strategy, but at the moment I'm stuck at creating a scanner (that triggers at 9:29) that has this criterias:

-price between 5 and 20 dollars;

-percentage growth between 6 and 50 percent during market close;

-EMA50 > VWAP.

This scanner needs to return only one stock that has the highest percentage gorwth between 6 and 50 to avoid a situation like this:

i have a ticker that has a price of 7 and has gapped by 40%

and another ticker that has a price of 12 and has gapped by 30%

the scanner needs to return me the first stock as it's the one gapped the most.

Thankyou in advance for your time!