Support Board
Date/Time: Fri, 31 Oct 2025 19:47:23 +0000
Post From: turning a subgraph into a system error
| [2021-02-23 08:32:18] | 
| User61576 - Posts: 453 | 
| I looked on scsf_TradingSystemStudySubgraphCrossover they also do the same check condition for bar close if (Input_EvaluateOnBarCloseOnly.GetYesNo() && sc.GetBarHasClosedStatus() == BHCS_BAR_HAS_NOT_CLOSED) { return; } so for learning purposes, how the above is different from your suggested solution of using [sc.Index-1]thanks! | 
