| meatyboy 8 posts
 msg #155851
 - Ignore meatyboy
 modified
 | 2/18/2021 1:17:41 AM 
 Hi all, I'm pretty new (as in the last week or so) at this and I'm running into a roadblock. Essentially, what I'm building is a scanner that's looking for unusual volume, that hasn't gapped significantly and the price has been moving sideways. Basically, a breakout filter before the breakout actually occurs. Both 'solutions' I tried are commented out while I bang my head against the keyboard. I toyed with slope of the close but apparently it's smarter than I am and I couldn't make heads or tails of it, hence the commenting off. The other solution I was tinkering in was show stocks where close is less than 5% of last week high. Either I'm screwing up the syntax or I'm doing something wrong because the results aren't displaying stocks that are trending sideways or within the set % of last week's close. Any help would be greatly appreciated. (oh, and if someone could tell me how to make the scan clickable that would be awesome too)
 
 
 
 
 
 
 
 | 
| Mactheriverrat 3,173 posts
 msg #155852
 - Ignore Mactheriverrat
 | 2/18/2021 4:57:38 AM 
 Submit
 
 
 
 | 
| miketranz 978 posts
 msg #155857
 - Ignore miketranz
 | 2/18/2021 2:54:41 PM 
 
 Welcome to the club.Here's a start.Also ck out DGLY.Go to similar stock matching,you'll find matches here also.Best,Miketranz...
 
 
 | 
| xarlor 619 posts
 msg #155859
 - Ignore xarlor
 | 2/18/2021 5:31:35 PM 
 To make filters clickable, add two lines.
 
 1. At the very top add
 Fetcherand an open bracket2. at the very bottom add
 ]
 Here's a sideways filter with a 30-day high breakout on greater than 1.5 average volume.
 
 
 
 
 
 |