Support Board
Date/Time: Sat, 01 Nov 2025 17:41:55 +0000
Post From: turning a subgraph into a system error
| [2021-02-23 12:50:43] |
| ForgivingComputers.com - Posts: 1150 |
|
Far better to just reference the data 1 bar back then you know it has closed.
Better in what way?Using if (Input_EvaluateOnBarCloseOnly.GetYesNo() will only process the steps once per bar. Using && sc.GetBarHasClosedStatus() == BHCS_BAR_HAS_NOT_CLOSED) { return; } [sc.Index - 1] will process the steps multiple times per bar, and get the same results, but less efficiently.
|
