コード例 #1
0
        static KLine()
        {
            new KLineItem();


            Meta = new IndicatorMeta("kline", "kline", typeof(KLine), IndicatorClass.TimeSeries, null);
        }
コード例 #2
0
ファイル: MACD.cs プロジェクト: haibo-chen/Security
        static MACD()
        {
            new MACDItem();


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