Support Board
Date/Time: Sat, 01 Nov 2025 17:36:08 +0000
Post From: Determining slope of three EMA's
| [2020-03-04 15:35:13] |
| tommartin321 - Posts: 77 |
|
If you have a spare Formula Column, you could use a 4th Formula Column to combine them:
=IF(AND(O3=1,P3=1,Q3=1),1,IF(AND(O3=-1,P3=-1,Q3=-1),-1,R4)) Fantastic, thanks tom. |
