Example #1
0
        static KLine()
        {
            new KLineItem();


            Meta = new IndicatorMeta("kline", "kline", typeof(KLine), IndicatorClass.TimeSeries, null);
        }
Example #2
0
        static MACD()
        {
            new MACDItem();


            Meta = new IndicatorMeta("macd", "MACD", typeof(MACD), IndicatorClass.TimeSeries, null);
        }