I am trying to create a very simple scan to find oversold stocks. I currently use the following formula for overbought stocks:
(C>20) AND ((C-C21)/C21*100) >25
The problelm is that entering a negative number on the right side of the equation (say -25) generates a syntax error.
Any suggestions?
(C>20) AND ((C-C21)/C21*100) >25
The problelm is that entering a negative number on the right side of the equation (say -25) generates a syntax error.
Any suggestions?