# Functions
CrossOver returns true if series1 is crossing over series2.
CrossUnder returns true if series1 is crossing under series2.
LSM is the least squares method for linear regression.
MinMax - Lowest and highest values over a specified period ported from https://github.com/markcheno/go-talib/blob/master/talib.go.
Multiply multiplies two float series.