public static double TBAverage(this Strategy stra, DataSeries input, int Begin, int Length) { return(input.Average(Begin, Length)); }