@wgdt72 - I use Amibroker Pro charting software and EOD data from Paritech.
The header from my current scan is as follows (just comments in the code):
// Time-Trade-Buy-Alert
// v.201802-01
/* Note: This is a daily search (filter) for Time Trader stock selection.
The exploration searches for stocks that have recently made a 52, 26
or 14 (70 day) week high or have made one of these highs in the past
12 weeks (60 days) and have a minimum four week average daily liquidity of
$500,000, the roc of the daily 50MA s greater than zero (sloping up),
the long and medium term momentum is not down, and the state of the
short term swing indicator is up */
That sort of explains what I am currently scanning for. But as I have said in other threads, I am getting two many results in my scans, i.e. around 160 or so each night, so I have to work on making the scan a bit more restrictive, or invent some way of prioritising each result (in the code that is).
I am also working on testing other scans as well for short term trading low cap spec stocks using other indicator combinations. I guess I won't be happy until I get a scan associated with a system that can then be backtested (using Amibroker) and produces a upward sloped equity curve.
I am happy to share my scan code with anyone out there who uses Amibroker or can read and interpret the code.