Download software Tutorial videos
Subscription & data-feed pricing Class schedule


New account application Trading resources
Margin rates Stock & option commissions

Attention: Discussion forums are read-only for extended maintenance until further notice.
Welcome Guest, please sign in to participate in a discussion. Search | Active Topics |

Testing Easy Scans Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
traderlady
Posted : Friday, September 21, 2018 12:57:13 PM
Registered User
Joined: 10/7/2004
Posts: 1,178

I'm testing some interesting Easy Scans, and would like three separate formulas:

The first would indicates there have been none of these: C<=BBbot(2.0,21) selecting "in the last 63 days".

The second would indicate there have been none of these: C>=BBtop(2.0,21) again selecting "in the last 63 days".

The third would indicate there have been none of either of the above (both) again selecting "in the last 63 days".

 

 

Bruce_L
Posted : Friday, September 21, 2018 2:02:17 PM


Worden Trainer

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

Please try the following for the first.

TrueInRow(C > BBBOT(2, 21), 63) = 63

The following for the second.

TrueInRow(C < BBTOP(2, 21), 63) = 63

And the following for the third.

TrueInRow(ABS(C - AVGC21) < 2 * STDDEV21, 63) = 63



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
traderlady
Posted : Friday, September 28, 2018 8:46:23 PM
Registered User
Joined: 10/7/2004
Posts: 1,178

Yes, each works.  Thanks!

Bruce_L
Posted : Monday, October 1, 2018 11:00:13 AM


Worden Trainer

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

You're welcome.



-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.