Example #1
0
 public TestExecution(StockDataContext dc, string sSymbol, int iAvgDays, 
     int iRegressionDays, DateTime dtCurrentDate)
 {
     /*
      * get current stock data
      * get current - 1 day stock data
      *
      * get current - regression/avg days data
      *
      * call each of the analysis engine functions
      *
      * call set method from datacontroller to update the stock test values
      *
      */
     DateTime dtStart;
 }
Example #2
0
 private void Init()
 {
     this.db = new StockDataContext();
 }