I would like to have a boolean indicate whether two series have ever crossed in their entire histories. If I use boolCross = ta.cross(series1, series2), this only tells me whether the latest values of the two series have crossed. How do I get boolCross to indicate whether there ever have been crosses over the entire histories of series1 and series2?