Exemple #1
0
        private void Init()
        {
            //Test
            this.myStockCodeRow = application.dataLibs.GetStockData("SSI");

            myData = new Indicators.Data(new data.baseDS.priceDataDataTable());
            LoadData();
            PlotChart();
        }
Exemple #2
0
        private void Init()
        {
            //Test
            this.myStockCodeRow = application.dataLibs.GetStockData("SSI");

            myData = new Indicators.Data(new data.baseDS.priceDataDataTable());
            LoadData();
            PlotChart();
        }