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
|
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
|
Registered User Joined: 1/1/2015 Posts: 3
|
Thanks
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
You're welcome.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|