Registered User Joined: 1/8/2018 Posts: 2
|
Need some help as it has been quite awhile since I tried
my skills and this stuff.
Need a formula to find a stock that has dropped in price for 2 straight days while Money Flow Index rises during those 2 days and within 10% of its 52 week low
Thanks in Advance
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Please try the following.
TrueInRow(C < C1 AND SUM(IIF(H + L + C > H1 + L1 + C1, (H + L + C) * V, 0), 20) / SUM((H + L + C) * V, 20) > SUM(IIF(H1 + L1 + C1 > H2 + L2 + C2, (H1 + L1 + C1) * V1, 0), 20) / SUM((H1 + L1 + C1) * V1, 20), 2) = 2 AND C <= 1.1 * MINL252
-Bruce Personal Criteria Formulas TC2000 Support Articles
|