public TimeSeriesRule(DataSeries ds, double period) { tsf = new Indicators.TSF(ds, period, "tsf"); price=ds; }
public TimeSeriesRule(DataSeries ds, double period) { tsf = new Indicators.TSF(ds, period, "tsf"); price = ds; }