diff --git a/MarketData.csproj.user b/MarketData.csproj.user index 998bb44..584a7a2 100644 --- a/MarketData.csproj.user +++ b/MarketData.csproj.user @@ -1,6 +1,7 @@  - RUNBACKTEST /STARTDATE:01-31-2018 /MAXPOSITIONS:3 /INITIALCASH:10000 /HOLDINGPERIOD:3 /INTRADAYMODE:FALSE /SESSIONFILE:MG20180131.TXT + + \ No newline at end of file diff --git a/MarketData.v12.suo b/MarketData.v12.suo index dd0b671..0f229ef 100644 Binary files a/MarketData.v12.suo and b/MarketData.v12.suo differ diff --git a/Program.cs b/Program.cs index 640d995..f8f7106 100644 --- a/Program.cs +++ b/Program.cs @@ -22,6 +22,7 @@ using MarketData.Cache; using MarketData.Generator.CMTrend; using Axiom.Interpreter; using System.Data; +using MarketData.CNNProcessing; namespace MarketData { @@ -622,17 +623,6 @@ namespace MarketData Trace.Listeners.Add(new TextWriterTraceListener(strLogFile)); DateTime currentDate=DateTime.Now; - - -// Price price = MarketDataHelper.GetLatestPriceYahoo("STNE"); - //RunModelPerformance("SPY"); - //Console.ReadLine(); - //return 0; - - - // Price price=MarketDataHelper.GetLatestPriceFidelity("AAPL"); - - DateTime maxHolidayDate =HolidayDA.GetMaxHolidayDate(); if(currentDate>maxHolidayDate) {