I'm attempting to use the new Multi-Frame feature with the BarsInProgress var. It appears to me that when using BarsInProgress > 0, a multithreaded OnBarUpdate is implied.
My question is this ... if a condition is satisfied when BarsInProgress is say 1, how do I (safely) communicate this condition to the thread where BarsInProgess is 0 (or vice versa) ?

Comment