static KLine() { new KLineItem(); Meta = new IndicatorMeta("kline", "kline", typeof(KLine), IndicatorClass.TimeSeries, null); }
static MACD() { new MACDItem(); Meta = new IndicatorMeta("macd", "MACD", typeof(MACD), IndicatorClass.TimeSeries, null); }