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

10 ma crossing Up 20 ma Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
Matt78
Posted : Friday, July 24, 2015 10:39:47 AM
Registered User
Joined: 1/1/2015
Posts: 3

I trying to write a formula that would return the stocks that thier 10 day moving average crossed up through the 20 day moving average for that day only.  Similiar to Price Xup MovAvg20

i got this

AVGC10 > AVGC20 AND AVGC10.1

but its not exactly

thanks, Matt

Bruce_L
Posted : Friday, July 24, 2015 10:48:47 AM


Worden Trainer

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

You need to actually make the comparison on the previous day as well.

AVGC10 > AVGC20 AND AVGC10.1 <= AVGC20.1

Personal Criteria Formulas



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
Matt78
Posted : Friday, July 24, 2015 10:54:41 AM
Registered User
Joined: 1/1/2015
Posts: 3

Thanks

 

Bruce_L
Posted : Friday, July 24, 2015 11:08:36 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.