Welcome Guest, please sign in to participate in a discussion. Search | Active Topics |

Whole Number Break Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
kamesh1995
Posted : Thursday, April 26, 2018 10:44:29 PM
Registered User
Joined: 11/18/2017
Posts: 56

Hi,

Is there any conditional scan available for stocks breaking whole number(up or down) intra day?

Thanks

Bruce_L
Posted : Friday, April 27, 2018 8:29:00 AM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138

You might be able to use something like the following daily formula to check if price has crossed a whole number intraday.

(H - .4999999) \ 1 <> (L - .4999999) \ 1

Or maybe the following if you want to use true range instead of regular range.

(GREATEST(H, C1) - .4999999) \ 1 <> (LEAST(L, C1) - .4999999) \ 1

This will count if the high or low just touches the even dollar value instead of actually crossing through.



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
Users browsing this topic
Guest-1

Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.