General updates

This commit is contained in:
2024-04-09 18:07:51 -04:00
parent f794f215dc
commit 97569dca2a
5 changed files with 52 additions and 14 deletions

View File

@@ -1664,8 +1664,8 @@ namespace MarketData
Utility.RemoveLogFiles();
int STAGE_1=0,STAGE_FINAL=2;
DeletePriceWatchList("valuations",startDate.ToShortDateString());
DeletePriceWatchList("Momentum",startDate.ToShortDateString());
DeletePriceWatchList("valuations", startDate.ToShortDateString());
DeletePriceWatchList("Momentum", startDate.ToShortDateString());
ManualResetEvent[] resetEvents = new ManualResetEvent[STAGE_FINAL+1];
for(int index=0;index<resetEvents.Length;index++)resetEvents[index] = new ManualResetEvent(false);