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
|
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
|
Registered User Joined: 10/18/2008 Posts: 260
|
Thank you so much Bruce
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
You're welcome.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|