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

Reverse Formula Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
hhphoto2006
Posted : Tuesday, April 17, 2018 3:46:58 AM
Registered User
Joined: 10/18/2008
Posts: 260

Hi Bruce,

I have this formula that you helped me with a few months ago. I use it to scan for momentum long stocks;

TrueInRow(NOT(XDOWN(XAVGC8, XAVGC13)), 57) > TrueInRow(NOT(L > XAVGC8 AND XAVGC8 > XAVGC13 AND XAVGC13 > XAVGC21), 57)

Could you help me reverse the formula to scan for stocks with down momentum. I have tried but I am probably missing something because the scan keeps giving me an error.

Thank you 

Bruce_L
Posted : Tuesday, April 17, 2018 9:28:26 AM


Worden Trainer

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

Please try the following condition formula.

TrueInRow(NOT(XUP(XAVGC8, XAVGC13)), 57) > TrueInRow(NOT(H < XAVGC8 AND XAVGC8 < XAVGC13 AND XAVGC13 < XAVGC21), 57)



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
hhphoto2006
Posted : Tuesday, April 17, 2018 11:58:00 AM
Registered User
Joined: 10/18/2008
Posts: 260

Thank you so much Bruce

Bruce_L
Posted : Tuesday, April 17, 2018 12:03:43 PM


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.