Jack690 0 Report post Posted January 5 I would like to make a scan for stocks where the close is higher than the SMA8. With the distinction whether the previous close is also above the SMA8 or lower than the SMA8. It is a pity that I do not know enough about the C language to bring this to a good end. That is why I would really appreciate it if someone could help me. Thanks. A database of possible scans would also be very useful, I think. But I do not know if most members are willing to make their designs public. Quote Share this post Link to post Share on other sites
Mike Medved 58 Report post Posted January 5 Jack, you don't need to know how to program. What you need can be done in a "Simple" scan mode, with two rules. The first one would check if the Close is greater than SMA8 and if not, stop. The second one would check if the Close one candle ago is greater or less than SMA8. Have you seen our youtube tutorials for scanning: this is part 1 is Quote Share this post Link to post Share on other sites
Jack690 0 Report post Posted January 5 OK Mike, I have it. Thank you. So simple. 😂 Quote Share this post Link to post Share on other sites