Support Board
Date/Time: Thu, 06 Nov 2025 11:24:12 +0000
Post From: Fill the background if a condition is met
| [2022-08-19 20:04:46] |
| Ackin - Posts: 1865 |
|
Fill the background if a condition is met + EMA10>EMA20>EMA50 or EMA10
ID1 is ema10 ID2 is ema20 ID3 is ema50 ID4 is ema100 =AND(ID1.SG1 > ID2.SG1, OR(ID2.SG1 > ID3.SG1, ID2.SG1 > ID4.SG1)) |
