Support Board
Date/Time: Thu, 30 Jul 2026 19:52:50 +0000
Post From: Not able to get the alert value from a Color Background based on Alert condition.
| [2021-05-03 02:16:39] |
| Ticks - Posts: 212 |
|
Not able to get the alert value from a Color Background based on Alert condition. It returns a price value instead. LongMACDSignal = 0;
SCFloatArray ControllingSubgraph; sc.GetStudyArrayUsingID(Input_SignalControlSubgraphRef.GetStudyID(), Input_SignalControlSubgraphRef.GetSubgraphIndex(), ControllingSubgraph); LongMACDSignal = ControllingSubgraph[sc.Index - 1]; I need to capture the "1" from the alert. |
