From 0181e56f849f47854850d91dd9832da1046c0db1 Mon Sep 17 00:00:00 2001 From: Sean Date: Wed, 11 Mar 2026 20:59:19 -0400 Subject: [PATCH] Cleanup --- Program.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Program.cs b/Program.cs index b9501cf..93fc37d 100644 --- a/Program.cs +++ b/Program.cs @@ -1029,11 +1029,6 @@ namespace MarketData Trace.Listeners.Add(new TextWriterTraceListener(strLogFile)); DateTime currentDate=DateTime.Now; -// CheckPricesForHoldings(); - -// Price price = MarketDataHelper.GetLatestPriceBigCharts("NVDA"); - //List cashflowStatements = MarketDataHelper.GetCashflowStatement("AAPL",CashflowStatement.PeriodType.Annual); - DateTime maxHolidayDate =HolidayDA.GetMaxHolidayDate(); if(currentDate>maxHolidayDate) {