Support Board
Date/Time: Sun, 11 May 2025 04:23:39 +0000
Post From: Double Cloud overlap question
[2024-08-31 11:21:45] |
K-1 - Posts: 16 |
hey all, I'm trying to get this to input but Im a bit lost. It's my first time using code and I've tried looking at it with fresh eyes a few times but no dice. So a couple questions, I have my SMAs on my "Studies to Graph" as ID:12 ID:13 ID:14 and ID:17 (with colons) In the second option of the code to go true when the edges of the fast cloud are inside the slow: =AND(MIN(ID1.SG1@3,ID1.SG2@3)>MIN(ID2.SG1@3,ID2.SG2@3),MAX(ID1.SG1@3,ID1.SG2@3)<MAX(ID2.SG1@3,ID2.SG2@3)) It is my understanding is that I should do this: =AND(MIN(ID12.SG1@3,ID13.SG2@3)>MIN(ID14.SG1@3,ID17.SG2@3),MAX(ID12.SG1@3,ID13.SG2@3)<MAX(ID14.SG1@3,ID17.SG2@3)) Then for Part #2 L3 =IF(K3=1,ID12.SG1@3,0) M3 =IF(K3=1,ID13.SG1@3,0) N3 =IF(K3=1,ID14.SG1@3,0) O3 =IF(K3=1,ID17.SG1@3,0) when i do this, see attachment for a screenshot of the errors I get. Thanks all, sorry for being a pest and thanks in advance for the help! |
![]() |