New Members: Be sure to confirm your email address by clicking on the link that was sent to your email inbox. You will not be able to post messages until you click that link.
I need to write a scan that tries to find the PPO line values greater than negative 1.5. In this case -2 is greater than -1. I think doing -1 is going to make it subtract 1 from whatever. Thanks for the help.
[today's ppo line (12,26,9)>-1.5]
0
Comments
So, your condition above will return hits if PPO Line is -1.4, -1.3, -1.2, 0, 1, 2.5, etc.
But, if PPO Line for a stock is -1.6, or -2 or -3, it will not show up in your results list because all are less than -1.5.