Registered User Joined: 6/5/2015 Posts: 107
|
Please help writing the formula for this situation:
MACD histogram bars ascending for 3 days in a row and MACD histogram bar today is positive.
Thank you,
Corto
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Maybe the following?
MACD12.26 > XAVG(MACD12.26, 9) AND TrueInRow(MACD12.26 - XAVG(MACD12.26, 9) > MACD12.26.1 - XAVG(MACD12.26.1, 9), 3) = 3
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
Registered User Joined: 6/5/2015 Posts: 107
|
It works, thanks a lot!
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
You're welcome.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|