freedom_trader777 7 posts msg #145302 - Ignore freedom_trader777 |
11/18/2018 3:34:16 AM
Hey guys, I'm trying to put together a short filter - the idea being, a stock that has gaped down a certain percentage at market open, leaving a "window" open. The strategy would be aiming to short the top of the open window if the stock was rallying up attempting to close it and expecting it to reverse afterwards.
Here's what I have for a screener so far. I appreciate any input, criticism or thoughts:
show stocks where open is more than 3% below close 1 day ago
and volume is more than 100% above average volume(30) 1 day ago
and draw MA(50)
and draw MA(200)
Price is above 1.00
|
snappyfrog 721 posts msg #145303 - Ignore snappyfrog |
11/18/2018 10:08:56 AM
|
mslattery@dc.rr.com 91 posts msg #145306 - Ignore mslattery@dc.rr.com |
11/18/2018 9:36:43 PM
Hi: Here is what I use. After I find stocks with this filter I use the Early Warning System from Swing•Genie to target exact entry postions. StockDotGenie.com
Show stocks where MACD fast line(6,12,3) is below MACD slow line(6,12,3)
/* and average price (2) * average volume (2) > 500000
and average price (10) * average volume (10) > 500000 */
and RSI(10) crossed above 30 within the last 1 day
and RSI(10) is above RSI(10) 2 days ago
|