Support Board
Date/Time: Fri, 04 Apr 2025 03:28:43 +0000
Post From: Aggregating Data
[2023-12-15 16:35:09] |
User585993 - Posts: 83 |
I currently have a formula that generates signals when absorption occurs. As I analyze the data, one key aspect is the delta observed when these signals are generated. I'm seeking guidance on how to aggregate the positive deltas associated with all the signals only and, conversely, the negative deltas This is the formula I use to get the signals: =AND(C[0] > C[-1], ID1.SG1[0] < 0, ABS(ID1.SG1) > 500 |