I want to create a function to check if a condition first becomes true anywhere within a history of n bars, and if it does return true for the first bar and return true for every subsequent bar within the range where the condition held true without breaking the series of trues since the first. I und...