update
This commit is contained in:
12
Program.cs
12
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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user