push5280 201 posts msg #155949 - Ignore push5280 modified |
2/25/2021 11:22:48 AM
This filter is super simple and takes out a lot of guess work regarding entries. I am hung up on some coding which I'm really not sure is possible to code in SF but I know there are more capable folks on here than I.
This scan looks for stocks at a 63 day low and then draws a price line at the prior days open. You don't even consider buying until the next time the entire candle crosses the line. If the entire candle doesn't cross the price line, you move on to the next stock.
What I'm looking for help with is this...
Some days there are a few hits some days more but it takes A LOT of clicking through charts to find the stocks that have cleared the price line. Is there a way to code something more automated that will tell when the current days low has cleared the price line? I've been racking my brain but can't seem to get a handle on it. Any help is appreciated !!!!
|
snappyfrog 721 posts msg #155957 - Ignore snappyfrog |
2/25/2021 5:34:00 PM
Is this what you are looking to see?
I changed close is at 6 month low to close 1 day ago is at 6 month low and added /*myaddition*/ at the bottom of your scan.
|
xarlor 581 posts msg #155961 - Ignore xarlor |
2/25/2021 9:46:37 PM
Slight twist on your criteria, but why not just look for stocks who's low crossed above the open 6-month low?
|